Initial commit
[yaffs-website] / node_modules / dargs / package.json
1 {
2   "_args": [
3     [
4       "dargs@^2.0.3",
5       "/var/www/yaffs/node_modules/grunt-contrib-compass"
6     ]
7   ],
8   "_from": "dargs@>=2.0.3 <3.0.0",
9   "_id": "dargs@2.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/dargs",
13   "_nodeVersion": "0.10.32",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.1.4",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "dargs",
22     "raw": "dargs@^2.0.3",
23     "rawSpec": "^2.0.3",
24     "scope": null,
25     "spec": ">=2.0.3 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/grunt-contrib-compass"
30   ],
31   "_resolved": "https://registry.npmjs.org/dargs/-/dargs-2.1.0.tgz",
32   "_shasum": "46c27ffab1ffb1378ef212597213719fe602bc93",
33   "_shrinkwrap": null,
34   "_spec": "dargs@^2.0.3",
35   "_where": "/var/www/yaffs/node_modules/grunt-contrib-compass",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "http://sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/dargs/issues"
43   },
44   "dependencies": {},
45   "description": "Convert an object of options into an array of command-line arguments",
46   "devDependencies": {
47     "mocha": "*"
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "46c27ffab1ffb1378ef212597213719fe602bc93",
52     "tarball": "https://registry.npmjs.org/dargs/-/dargs-2.1.0.tgz"
53   },
54   "engines": {
55     "node": ">=0.10.0"
56   },
57   "files": [
58     "index.js"
59   ],
60   "gitHead": "e1f3e8ae83fe011a2b9ceb9aa596e2e54751e5cd",
61   "homepage": "https://github.com/sindresorhus/dargs",
62   "keywords": [
63     "args",
64     "arguments",
65     "bin",
66     "binary",
67     "cli",
68     "cmd",
69     "command",
70     "flags",
71     "minimist",
72     "nopt",
73     "options"
74   ],
75   "license": "MIT",
76   "maintainers": [
77     {
78       "name": "sindresorhus",
79       "email": "sindresorhus@gmail.com"
80     }
81   ],
82   "name": "dargs",
83   "optionalDependencies": {},
84   "readme": "ERROR: No README data found!",
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/sindresorhus/dargs.git"
88   },
89   "scripts": {
90     "test": "mocha"
91   },
92   "version": "2.1.0"
93 }