[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / camelcase / package.json
1 {
2   "_args": [
3     [
4       "camelcase@5.3.1",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "camelcase@5.3.1",
9   "_id": "camelcase@5.3.1",
10   "_inBundle": false,
11   "_integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
12   "_location": "/camelcase",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "camelcase@5.3.1",
18     "name": "camelcase",
19     "escapedName": "camelcase",
20     "rawSpec": "5.3.1",
21     "saveSpec": null,
22     "fetchSpec": "5.3.1"
23   },
24   "_requiredBy": [
25     "/yargs-parser"
26   ],
27   "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
28   "_spec": "5.3.1",
29   "_where": "/opt/source/offload.js",
30   "author": {
31     "name": "Sindre Sorhus",
32     "email": "sindresorhus@gmail.com",
33     "url": "sindresorhus.com"
34   },
35   "bugs": {
36     "url": "https://github.com/sindresorhus/camelcase/issues"
37   },
38   "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
39   "devDependencies": {
40     "ava": "^1.4.1",
41     "tsd": "^0.7.1",
42     "xo": "^0.24.0"
43   },
44   "engines": {
45     "node": ">=6"
46   },
47   "files": [
48     "index.js",
49     "index.d.ts"
50   ],
51   "homepage": "https://github.com/sindresorhus/camelcase#readme",
52   "keywords": [
53     "camelcase",
54     "camel-case",
55     "camel",
56     "case",
57     "dash",
58     "hyphen",
59     "dot",
60     "underscore",
61     "separator",
62     "string",
63     "text",
64     "convert",
65     "pascalcase",
66     "pascal-case"
67   ],
68   "license": "MIT",
69   "name": "camelcase",
70   "repository": {
71     "type": "git",
72     "url": "git+https://github.com/sindresorhus/camelcase.git"
73   },
74   "scripts": {
75     "test": "xo && ava && tsd"
76   },
77   "version": "5.3.1"
78 }