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