智能照明系统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/5f/5fcfcaf16af4ed7ccc1646b6ca5...

68 lines
1.5 KiB

3 years ago
{
"_args": [
[
"ini@1.3.5",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "ini@1.3.5",
"_id": "ini@1.3.5",
"_inBundle": false,
"_integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc=",
"_location": "/ini",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ini@1.3.5",
"name": "ini",
"escapedName": "ini",
"rawSpec": "1.3.5",
"saveSpec": null,
"fetchSpec": "1.3.5"
},
"_requiredBy": [
"/rc"
],
"_resolved": "https://registry.npm.taobao.org/ini/download/ini-1.3.5.tgz",
"_spec": "1.3.5",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/ini/issues"
},
"dependencies": {},
"description": "An ini encoder/decoder for node",
"devDependencies": {
"standard": "^10.0.3",
"tap": "^10.7.3 || 11"
},
"engines": {
"node": "*"
},
"files": [
"ini.js"
],
"homepage": "https://github.com/isaacs/ini#readme",
"license": "ISC",
"main": "ini.js",
"name": "ini",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/ini.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"pretest": "standard ini.js",
"preversion": "npm test",
"test": "tap test/*.js --100 -J"
},
"version": "1.3.5"
}