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.
62 lines
1.5 KiB
62 lines
1.5 KiB
{ |
|
"_args": [ |
|
[ |
|
"process@0.11.10", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "process@0.11.10", |
|
"_id": "process@0.11.10", |
|
"_inBundle": false, |
|
"_integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", |
|
"_location": "/process", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "process@0.11.10", |
|
"name": "process", |
|
"escapedName": "process", |
|
"rawSpec": "0.11.10", |
|
"saveSpec": null, |
|
"fetchSpec": "0.11.10" |
|
}, |
|
"_requiredBy": [ |
|
"/global" |
|
], |
|
"_resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", |
|
"_spec": "0.11.10", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Roman Shtylman", |
|
"email": "shtylman@gmail.com" |
|
}, |
|
"browser": "./browser.js", |
|
"bugs": { |
|
"url": "https://github.com/shtylman/node-process/issues" |
|
}, |
|
"description": "process information for node.js and browsers", |
|
"devDependencies": { |
|
"mocha": "2.2.1", |
|
"zuul": "^3.10.3" |
|
}, |
|
"engines": { |
|
"node": ">= 0.6.0" |
|
}, |
|
"homepage": "https://github.com/shtylman/node-process#readme", |
|
"keywords": [ |
|
"process" |
|
], |
|
"license": "MIT", |
|
"main": "./index.js", |
|
"name": "process", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/shtylman/node-process.git" |
|
}, |
|
"scripts": { |
|
"browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js", |
|
"test": "mocha test.js" |
|
}, |
|
"version": "0.11.10" |
|
}
|
|
|