7dd46f70c091edea3d40064fb5daf41fe27a98ba
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / strip-json-comments / package.json
1 {
2   "_from": "strip-json-comments@^3.0.1",
3   "_id": "strip-json-comments@3.1.0",
4   "_inBundle": false,
5   "_integrity": "sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==",
6   "_location": "/strip-json-comments",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "strip-json-comments@^3.0.1",
12     "name": "strip-json-comments",
13     "escapedName": "strip-json-comments",
14     "rawSpec": "^3.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.1"
17   },
18   "_requiredBy": [
19     "/eslint"
20   ],
21   "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.0.tgz",
22   "_shasum": "7638d31422129ecf4457440009fba03f9f9ac180",
23   "_spec": "strip-json-comments@^3.0.1",
24   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/eslint",
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": "^1.4.1",
38     "matcha": "^0.7.0",
39     "tsd": "^0.7.2",
40     "xo": "^0.24.0"
41   },
42   "engines": {
43     "node": ">=8"
44   },
45   "files": [
46     "index.js",
47     "index.d.ts"
48   ],
49   "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
50   "keywords": [
51     "json",
52     "strip",
53     "comments",
54     "remove",
55     "delete",
56     "trim",
57     "multiline",
58     "parse",
59     "config",
60     "configuration",
61     "settings",
62     "util",
63     "env",
64     "environment"
65   ],
66   "license": "MIT",
67   "name": "strip-json-comments",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
71   },
72   "scripts": {
73     "bench": "matcha benchmark.js",
74     "test": "xo && ava && tsd"
75   },
76   "version": "3.1.0"
77 }