package.json (1612B)
1 { 2 "_from": "dashdash@^1.12.0", 3 "_id": "dashdash@1.14.1", 4 "_inBundle": false, 5 "_integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", 6 "_location": "/dashdash", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "dashdash@^1.12.0", 12 "name": "dashdash", 13 "escapedName": "dashdash", 14 "rawSpec": "^1.12.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.12.0" 17 }, 18 "_requiredBy": [ 19 "/sshpk" 20 ], 21 "_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", 22 "_shasum": "853cfa0f7cbe2fed5de20326b8dd581035f6e2f0", 23 "_spec": "dashdash@^1.12.0", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/sshpk", 25 "author": { 26 "name": "Trent Mick", 27 "email": "trentm@gmail.com", 28 "url": "http://trentm.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/trentm/node-dashdash/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "assert-plus": "^1.0.0" 36 }, 37 "deprecated": false, 38 "description": "A light, featureful and explicit option parsing library.", 39 "devDependencies": { 40 "nodeunit": "0.9.x" 41 }, 42 "engines": { 43 "node": ">=0.10" 44 }, 45 "homepage": "https://github.com/trentm/node-dashdash#readme", 46 "keywords": [ 47 "option", 48 "parser", 49 "parsing", 50 "cli", 51 "command", 52 "args", 53 "bash", 54 "completion" 55 ], 56 "license": "MIT", 57 "main": "./lib/dashdash.js", 58 "name": "dashdash", 59 "repository": { 60 "type": "git", 61 "url": "git://github.com/trentm/node-dashdash.git" 62 }, 63 "scripts": { 64 "test": "nodeunit test/*.test.js" 65 }, 66 "version": "1.14.1" 67 }