智能照明系统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/7e/7ef704d2d5b99de002a9c183f2c...

66 lines
1.7 KiB

{
"_args": [
[
"get-package-type@0.1.0",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "get-package-type@0.1.0",
"_id": "get-package-type@0.1.0",
"_inBundle": false,
"_integrity": "sha1-jeLYA8/0TfO8bEVuZmizbDkm4Ro=",
"_location": "/get-package-type",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "get-package-type@0.1.0",
"name": "get-package-type",
"escapedName": "get-package-type",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/@istanbuljs/load-nyc-config"
],
"_resolved": "https://registry.npm.taobao.org/get-package-type/download/get-package-type-0.1.0.tgz",
"_spec": "0.1.0",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Corey Farrell"
},
"bugs": {
"url": "https://github.com/cfware/get-package-type/issues"
},
"dependencies": {},
"description": "Determine the `package.json#type` which applies to a location",
"devDependencies": {
"@cfware/lint": "^1.4.3",
"@cfware/nyc": "^0.7.0",
"if-ver": "^1.1.0",
"libtap": "^0.3.0",
"nyc": "^15.0.1"
},
"engines": {
"node": ">=8.0.0"
},
"exports": "./index.cjs",
"homepage": "https://github.com/cfware/get-package-type#readme",
"license": "MIT",
"main": "index.cjs",
"name": "get-package-type",
"repository": {
"type": "git",
"url": "git+https://github.com/cfware/get-package-type.git"
},
"scripts": {
"posttest": "nyc report --check-coverage",
"pretest": "if-ver -ge 10 || exit 0; cfware-lint .",
"test": "npm run -s tests-only",
"tests-only": "nyc -s node test.cjs"
},
"type": "module",
"version": "0.1.0"
}