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

62 lines
1.5 KiB

3 years ago
{
"_args": [
[
"shellwords@0.1.1",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "shellwords@0.1.1",
"_id": "shellwords@0.1.1",
"_inBundle": false,
"_integrity": "sha1-1rkYHBpI05cyTISHHvvPxz/AZUs=",
"_location": "/shellwords",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "shellwords@0.1.1",
"name": "shellwords",
"escapedName": "shellwords",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/node-notifier"
],
"_resolved": "https://registry.npm.taobao.org/shellwords/download/shellwords-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Jimmy Cuadra",
"email": "jimmy@jimmycuadra.com",
"url": "http://jimmycuadra.com/"
},
"bugs": {
"url": "https://github.com/jimmycuadra/shellwords/issues"
},
"dependencies": {},
"description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
"devDependencies": {
"jasmine-node": "~1.0.26",
"nodewatch": "~0.1.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/jimmycuadra/shellwords",
"license": "MIT",
"main": "./lib/shellwords",
"name": "shellwords",
"repository": {
"type": "git",
"url": "git://github.com/jimmycuadra/shellwords.git"
},
"scripts": {
"test": "cake spec"
},
"version": "0.1.1"
}