智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LightingSystemApp-serial/.svn/pristine/30/305489b8834379071994aec4073...

82 lines
1.7 KiB

3 years ago
{
"_args": [
[
"css-what@2.1.3",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_from": "css-what@2.1.3",
"_id": "css-what@2.1.3",
"_inBundle": false,
"_integrity": "sha1-ptdgRXM2X+dGhsPzEcVlE9iChfI=",
"_location": "/css-what",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "css-what@2.1.3",
"name": "css-what",
"escapedName": "css-what",
"rawSpec": "2.1.3",
"saveSpec": null,
"fetchSpec": "2.1.3"
},
"_requiredBy": [
"/@hap-toolkit/compiler",
"/renderkid/css-select"
],
"_resolved": "https://registry.npm.taobao.org/css-what/download/css-what-2.1.3.tgz",
"_spec": "2.1.3",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Felix Böhm",
"email": "me@feedic.com",
"url": "http://feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/css-what/issues"
},
"dependencies": {},
"description": "a CSS selector parser",
"devDependencies": {
"jshint": "2"
},
"engines": {
"node": "*"
},
"files": [
"index.js"
],
"homepage": "https://github.com/fb55/css-what#readme",
"jshintConfig": {
"eqeqeq": true,
"freeze": true,
"latedef": "nofunc",
"noarg": true,
"nonbsp": true,
"undef": true,
"unused": true,
"eqnull": true,
"proto": true,
"node": true,
"globals": {
"describe": true,
"it": true
}
},
"license": "BSD-2-Clause",
"main": "./index.js",
"name": "css-what",
"optionalDependencies": {},
"prettier": {
"tabWidth": 4
},
"repository": {
"url": "git+https://github.com/fb55/css-what.git"
},
"scripts": {
"test": "node tests/test.js && jshint *.js"
},
"version": "2.1.3"
}