thedesk/app/node_modules/process/package.json

54 lines
1.2 KiB
JSON
Raw Normal View History

2018-02-19 04:41:25 +11:00
{
"_args": [
[
2018-05-26 22:48:13 +10:00
"process@0.5.2",
"/Users/aa/TheDesk/app"
2018-02-19 04:41:25 +11:00
]
],
2018-05-26 22:48:13 +10:00
"_from": "process@0.5.2",
2018-02-19 04:41:25 +11:00
"_id": "process@0.5.2",
2018-05-26 22:48:13 +10:00
"_inBundle": false,
"_integrity": "sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=",
2018-02-19 04:41:25 +11:00
"_location": "/process",
"_phantomChildren": {},
"_requested": {
2018-05-26 22:48:13 +10:00
"type": "version",
"registry": true,
"raw": "process@0.5.2",
2018-02-19 04:41:25 +11:00
"name": "process",
2018-05-26 22:48:13 +10:00
"escapedName": "process",
"rawSpec": "0.5.2",
"saveSpec": null,
"fetchSpec": "0.5.2"
2018-02-19 04:41:25 +11:00
},
"_requiredBy": [
"/global"
],
"_resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
2018-05-26 22:48:13 +10:00
"_spec": "0.5.2",
"_where": "/Users/aa/TheDesk/app",
2018-02-19 04:41:25 +11:00
"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",
"engines": {
"node": ">= 0.6.0"
},
2018-05-26 22:48:13 +10:00
"homepage": "https://github.com/shtylman/node-process#readme",
2018-02-19 04:41:25 +11:00
"keywords": [
"process"
],
"main": "./index.js",
"name": "process",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-process.git"
},
"version": "0.5.2"
}