package.json (1516B)
1 { 2 "_from": "process@^0.11.1", 3 "_id": "process@0.11.10", 4 "_inBundle": false, 5 "_integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", 6 "_location": "/process", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "process@^0.11.1", 12 "name": "process", 13 "escapedName": "process", 14 "rawSpec": "^0.11.1", 15 "saveSpec": null, 16 "fetchSpec": "^0.11.1" 17 }, 18 "_requiredBy": [ 19 "/path" 20 ], 21 "_resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", 22 "_shasum": "7332300e840161bda3e69a1d1d91a7d4bc16f182", 23 "_spec": "process@^0.11.1", 24 "_where": "/Users/underd0g/Documents/l0bsterssg/node_modules/path", 25 "author": { 26 "name": "Roman Shtylman", 27 "email": "shtylman@gmail.com" 28 }, 29 "browser": "./browser.js", 30 "bugs": { 31 "url": "https://github.com/shtylman/node-process/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "process information for node.js and browsers", 36 "devDependencies": { 37 "mocha": "2.2.1", 38 "zuul": "^3.10.3" 39 }, 40 "engines": { 41 "node": ">= 0.6.0" 42 }, 43 "homepage": "https://github.com/shtylman/node-process#readme", 44 "keywords": [ 45 "process" 46 ], 47 "license": "MIT", 48 "main": "./index.js", 49 "name": "process", 50 "repository": { 51 "type": "git", 52 "url": "git://github.com/shtylman/node-process.git" 53 }, 54 "scripts": { 55 "browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js", 56 "test": "mocha test.js" 57 }, 58 "version": "0.11.10" 59 }