GT2/GT2-iOS/node_modules/process/package.json

83 lines
2.4 KiB
JSON

{
"_args": [
[
{
"raw": "process@~0.5.1",
"scope": null,
"escapedName": "process",
"name": "process",
"rawSpec": "~0.5.1",
"spec": ">=0.5.1 <0.6.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/global"
]
],
"_from": "process@>=0.5.1 <0.6.0",
"_id": "process@0.5.2",
"_inCache": true,
"_location": "/process",
"_npmUser": {
"name": "shtylman",
"email": "shtylman@gmail.com"
},
"_npmVersion": "1.3.21",
"_phantomChildren": {},
"_requested": {
"raw": "process@~0.5.1",
"scope": null,
"escapedName": "process",
"name": "process",
"rawSpec": "~0.5.1",
"spec": ">=0.5.1 <0.6.0",
"type": "range"
},
"_requiredBy": [
"/global"
],
"_resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
"_shasum": "1638d8a8e34c2f440a91db95ab9aeb677fc185cf",
"_shrinkwrap": null,
"_spec": "process@~0.5.1",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/global",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
},
"browser": "./browser.js",
"bugs": {
"url": "https://github.com/shtylman/node-process/issues"
},
"dependencies": {},
"description": "process information for node.js and browsers",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "1638d8a8e34c2f440a91db95ab9aeb677fc185cf",
"tarball": "https://registry.npmjs.org/process/-/process-0.5.2.tgz"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "https://github.com/shtylman/node-process#readme",
"keywords": [
"process"
],
"main": "./index.js",
"maintainers": [
{
"name": "shtylman",
"email": "shtylman@gmail.com"
}
],
"name": "process",
"optionalDependencies": {},
"readme": "# process\n\n```require('process');``` just like any other module.\n\nWorks in node.js and browsers via the browser.js shim provided with the module.\n\n## package manager notes\n\nIf you are writing a bundler to package modules for client side use, make sure you use the ```browser``` field hint in package.json.\n\nSee https://gist.github.com/4339901 for details.\n\nThe [browserify](https://github.com/substack/node-browserify) module will properly handle this field when bundling your files.\n\n\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-process.git"
},
"version": "0.5.2"
}