package.json (2420B)
1 { 2 "_args": [ 3 [ 4 "process@^0.11.1", 5 "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/path" 6 ] 7 ], 8 "_from": "process@>=0.11.1 <0.12.0", 9 "_id": "process@0.11.10", 10 "_inCache": true, 11 "_installable": true, 12 "_location": "/process", 13 "_nodeVersion": "6.10.0", 14 "_npmOperationalInternal": { 15 "host": "packages-12-west.internal.npmjs.com", 16 "tmp": "tmp/process-0.11.10.tgz_1493210065468_0.9640797527972609" 17 }, 18 "_npmUser": { 19 "email": "calvin.metcalf@gmail.com", 20 "name": "cwmma" 21 }, 22 "_npmVersion": "4.0.5", 23 "_phantomChildren": {}, 24 "_requested": { 25 "name": "process", 26 "raw": "process@^0.11.1", 27 "rawSpec": "^0.11.1", 28 "scope": null, 29 "spec": ">=0.11.1 <0.12.0", 30 "type": "range" 31 }, 32 "_requiredBy": [ 33 "/path" 34 ], 35 "_resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", 36 "_shasum": "7332300e840161bda3e69a1d1d91a7d4bc16f182", 37 "_shrinkwrap": null, 38 "_spec": "process@^0.11.1", 39 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/path", 40 "author": { 41 "email": "shtylman@gmail.com", 42 "name": "Roman Shtylman" 43 }, 44 "browser": "./browser.js", 45 "bugs": { 46 "url": "https://github.com/shtylman/node-process/issues" 47 }, 48 "dependencies": {}, 49 "description": "process information for node.js and browsers", 50 "devDependencies": { 51 "mocha": "2.2.1", 52 "zuul": "^3.10.3" 53 }, 54 "directories": {}, 55 "dist": { 56 "shasum": "7332300e840161bda3e69a1d1d91a7d4bc16f182", 57 "tarball": "https://registry.npmjs.org/process/-/process-0.11.10.tgz" 58 }, 59 "engines": { 60 "node": ">= 0.6.0" 61 }, 62 "gitHead": "557aa46f283caccce603dbb9c376b3d81067c510", 63 "homepage": "https://github.com/shtylman/node-process#readme", 64 "keywords": [ 65 "process" 66 ], 67 "license": "MIT", 68 "main": "./index.js", 69 "maintainers": [ 70 { 71 "name": "coolaj86", 72 "email": "coolaj86@gmail.com" 73 }, 74 { 75 "name": "cwmma", 76 "email": "calvin.metcalf@gmail.com" 77 }, 78 { 79 "name": "defunctzombie", 80 "email": "shtylman@gmail.com" 81 } 82 ], 83 "name": "process", 84 "optionalDependencies": {}, 85 "readme": "ERROR: No README data found!", 86 "repository": { 87 "type": "git", 88 "url": "git://github.com/shtylman/node-process.git" 89 }, 90 "scripts": { 91 "browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js", 92 "test": "mocha test.js" 93 }, 94 "version": "0.11.10" 95 }