Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rc / node_modules / strip-json-comments / package.json
1 {
2   "_from": "strip-json-comments@~2.0.1",
3   "_id": "strip-json-comments@2.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
6   "_location": "/rc/strip-json-comments",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "strip-json-comments@~2.0.1",
12     "name": "strip-json-comments",
13     "escapedName": "strip-json-comments",
14     "rawSpec": "~2.0.1",
15     "saveSpec": null,
16     "fetchSpec": "~2.0.1"
17   },
18   "_requiredBy": [
19     "/rc"
20   ],
21   "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
22   "_shasum": "3c531942e908c2697c0ec344858c286c7ca0a60a",
23   "_spec": "strip-json-comments@~2.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/rc",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/strip-json-comments/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
36   "devDependencies": {
37     "ava": "*",
38     "xo": "*"
39   },
40   "engines": {
41     "node": ">=0.10.0"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
47   "keywords": [
48     "json",
49     "strip",
50     "remove",
51     "delete",
52     "trim",
53     "comments",
54     "multiline",
55     "parse",
56     "config",
57     "configuration",
58     "conf",
59     "settings",
60     "util",
61     "env",
62     "environment"
63   ],
64   "license": "MIT",
65   "name": "strip-json-comments",
66   "repository": {
67     "type": "git",
68     "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
69   },
70   "scripts": {
71     "test": "xo && ava"
72   },
73   "version": "2.0.1"
74 }