Initial commit
[yaffs-website] / node_modules / dashdash / package.json
1 {
2   "_args": [
3     [
4       "dashdash@^1.12.0",
5       "/var/www/yaffs/node_modules/sshpk"
6     ]
7   ],
8   "_from": "dashdash@>=1.12.0 <2.0.0",
9   "_id": "dashdash@1.14.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/dashdash",
13   "_nodeVersion": "4.6.1",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/dashdash-1.14.1.tgz_1479854020349_0.731718891998753"
17   },
18   "_npmUser": {
19     "email": "trentm@gmail.com",
20     "name": "trentm"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "dashdash",
26     "raw": "dashdash@^1.12.0",
27     "rawSpec": "^1.12.0",
28     "scope": null,
29     "spec": ">=1.12.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/sshpk"
34   ],
35   "_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
36   "_shasum": "853cfa0f7cbe2fed5de20326b8dd581035f6e2f0",
37   "_shrinkwrap": null,
38   "_spec": "dashdash@^1.12.0",
39   "_where": "/var/www/yaffs/node_modules/sshpk",
40   "author": {
41     "email": "trentm@gmail.com",
42     "name": "Trent Mick",
43     "url": "http://trentm.com"
44   },
45   "bugs": {
46     "url": "https://github.com/trentm/node-dashdash/issues"
47   },
48   "contributors": [
49     {
50       "name": "Trent Mick",
51       "email": "trentm@gmail.com",
52       "url": "http://trentm.com"
53     },
54     {
55       "name": "Isaac Schlueter",
56       "url": "https://github.com/isaacs"
57     },
58     {
59       "name": "Joshua M. Clulow",
60       "url": "https://github.com/jclulow"
61     },
62     {
63       "name": "Patrick Mooney",
64       "url": "https://github.com/pfmooney"
65     },
66     {
67       "name": "Dave Pacheco",
68       "url": "https://github.com/davepacheco"
69     }
70   ],
71   "dependencies": {
72     "assert-plus": "^1.0.0"
73   },
74   "description": "A light, featureful and explicit option parsing library.",
75   "devDependencies": {
76     "nodeunit": "0.9.x"
77   },
78   "directories": {},
79   "dist": {
80     "shasum": "853cfa0f7cbe2fed5de20326b8dd581035f6e2f0",
81     "tarball": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz"
82   },
83   "engines": {
84     "node": ">=0.10"
85   },
86   "gitHead": "1dd7379640462a21ca6d92502803de830b4acfa2",
87   "homepage": "https://github.com/trentm/node-dashdash#readme",
88   "keywords": [
89     "args",
90     "bash",
91     "cli",
92     "command",
93     "completion",
94     "option",
95     "parser",
96     "parsing"
97   ],
98   "license": "MIT",
99   "main": "./lib/dashdash.js",
100   "maintainers": [
101     {
102       "name": "trentm",
103       "email": "trentm@gmail.com"
104     }
105   ],
106   "name": "dashdash",
107   "optionalDependencies": {},
108   "readme": "ERROR: No README data found!",
109   "repository": {
110     "type": "git",
111     "url": "git://github.com/trentm/node-dashdash.git"
112   },
113   "scripts": {
114     "test": "nodeunit test/*.test.js"
115   },
116   "version": "1.14.1"
117 }