Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / yargs-parser / node_modules / camelcase / package.json
1 {
2   "_from": "camelcase@^4.1.0",
3   "_id": "camelcase@4.1.0",
4   "_inBundle": false,
5   "_integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
6   "_location": "/yargs-parser/camelcase",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "camelcase@^4.1.0",
12     "name": "camelcase",
13     "escapedName": "camelcase",
14     "rawSpec": "^4.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^4.1.0"
17   },
18   "_requiredBy": [
19     "/yargs-parser"
20   ],
21   "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
22   "_shasum": "d545635be1e33c542649c69173e5de6acfae34dd",
23   "_spec": "camelcase@^4.1.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/yargs-parser",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/camelcase/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
36   "devDependencies": {
37     "ava": "*",
38     "xo": "*"
39   },
40   "engines": {
41     "node": ">=4"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/sindresorhus/camelcase#readme",
47   "keywords": [
48     "camelcase",
49     "camel-case",
50     "camel",
51     "case",
52     "dash",
53     "hyphen",
54     "dot",
55     "underscore",
56     "separator",
57     "string",
58     "text",
59     "convert"
60   ],
61   "license": "MIT",
62   "name": "camelcase",
63   "repository": {
64     "type": "git",
65     "url": "git+https://github.com/sindresorhus/camelcase.git"
66   },
67   "scripts": {
68     "test": "xo && ava"
69   },
70   "version": "4.1.0",
71   "xo": {
72     "esnext": true
73   }
74 }