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