package.json (1315B)
1 { 2 "_from": "verror@1.10.0", 3 "_id": "verror@1.10.0", 4 "_inBundle": false, 5 "_integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", 6 "_location": "/verror", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "verror@1.10.0", 12 "name": "verror", 13 "escapedName": "verror", 14 "rawSpec": "1.10.0", 15 "saveSpec": null, 16 "fetchSpec": "1.10.0" 17 }, 18 "_requiredBy": [ 19 "/jsprim" 20 ], 21 "_resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", 22 "_shasum": "3a105ca17053af55d6e270c1f8288682e18da400", 23 "_spec": "verror@1.10.0", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/jsprim", 25 "bugs": { 26 "url": "https://github.com/davepacheco/node-verror/issues" 27 }, 28 "bundleDependencies": false, 29 "dependencies": { 30 "assert-plus": "^1.0.0", 31 "core-util-is": "1.0.2", 32 "extsprintf": "^1.2.0" 33 }, 34 "deprecated": false, 35 "description": "richer JavaScript errors", 36 "engines": [ 37 "node >=0.6.0" 38 ], 39 "homepage": "https://github.com/davepacheco/node-verror#readme", 40 "license": "MIT", 41 "main": "./lib/verror.js", 42 "name": "verror", 43 "repository": { 44 "type": "git", 45 "url": "git://github.com/davepacheco/node-verror.git" 46 }, 47 "scripts": { 48 "test": "make test" 49 }, 50 "version": "1.10.0" 51 }