package.json
2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"_args": [
[
{
"raw": "strip-json-comments@~2.0.1",
"scope": null,
"escapedName": "strip-json-comments",
"name": "strip-json-comments",
"rawSpec": "~2.0.1",
"spec": ">=2.0.1 <2.1.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint"
]
],
"_from": "strip-json-comments@>=2.0.1 <2.1.0",
"_id": "strip-json-comments@2.0.1",
"_inCache": true,
"_location": "/strip-json-comments",
"_nodeVersion": "4.2.4",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/strip-json-comments-2.0.1.tgz_1455006605207_0.8280157081317157"
},
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "3.7.2",
"_phantomChildren": {},
"_requested": {
"raw": "strip-json-comments@~2.0.1",
"scope": null,
"escapedName": "strip-json-comments",
"name": "strip-json-comments",
"rawSpec": "~2.0.1",
"spec": ">=2.0.1 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
"_shasum": "3c531942e908c2697c0ec344858c286c7ca0a60a",
"_shrinkwrap": null,
"_spec": "strip-json-comments@~2.0.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/strip-json-comments/issues"
},
"dependencies": {},
"description": "Strip comments from JSON. Lets you use comments in your JSON files!",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "3c531942e908c2697c0ec344858c286c7ca0a60a",
"tarball": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "1aef99eaa70d07981156e8aaa722e750c3b4eaf9",
"homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
"keywords": [
"json",
"strip",
"remove",
"delete",
"trim",
"comments",
"multiline",
"parse",
"config",
"configuration",
"conf",
"settings",
"util",
"env",
"environment"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "strip-json-comments",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/strip-json-comments.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
}