Initial commit
[yaffs-website] / node_modules / yargs-parser / node_modules / camelcase / package.json
1 {
2   "_args": [
3     [
4       "camelcase@^3.0.0",
5       "/var/www/yaffs/node_modules/yargs-parser"
6     ]
7   ],
8   "_from": "camelcase@>=3.0.0 <4.0.0",
9   "_id": "camelcase@3.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/yargs-parser/camelcase",
13   "_nodeVersion": "4.4.2",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/camelcase-3.0.0.tgz_1462383205197_0.03801905922591686"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "3.8.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "camelcase",
26     "raw": "camelcase@^3.0.0",
27     "rawSpec": "^3.0.0",
28     "scope": null,
29     "spec": ">=3.0.0 <4.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/yargs-parser"
34   ],
35   "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
36   "_shasum": "32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a",
37   "_shrinkwrap": null,
38   "_spec": "camelcase@^3.0.0",
39   "_where": "/var/www/yaffs/node_modules/yargs-parser",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "http://sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/camelcase/issues"
47   },
48   "dependencies": {},
49   "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
50   "devDependencies": {
51     "ava": "*",
52     "xo": "*"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a",
57     "tarball": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz"
58   },
59   "engines": {
60     "node": ">=0.10.0"
61   },
62   "files": [
63     "index.js"
64   ],
65   "gitHead": "d4de0e37b625e38a880efc6517194917a5beda01",
66   "homepage": "https://github.com/sindresorhus/camelcase#readme",
67   "keywords": [
68     "camel",
69     "camel-case",
70     "camelcase",
71     "case",
72     "convert",
73     "dash",
74     "dot",
75     "hyphen",
76     "separator",
77     "string",
78     "text",
79     "underscore"
80   ],
81   "license": "MIT",
82   "maintainers": [
83     {
84       "name": "sindresorhus",
85       "email": "sindresorhus@gmail.com"
86     }
87   ],
88   "name": "camelcase",
89   "optionalDependencies": {},
90   "readme": "ERROR: No README data found!",
91   "repository": {
92     "type": "git",
93     "url": "git+https://github.com/sindresorhus/camelcase.git"
94   },
95   "scripts": {
96     "test": "xo && ava"
97   },
98   "version": "3.0.0"
99 }