package.json
2.42 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
{
"_from": "strip-comments@^1.0.2",
"_id": "strip-comments@1.0.2",
"_inBundle": false,
"_integrity": "sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==",
"_location": "/strip-comments",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "strip-comments@^1.0.2",
"name": "strip-comments",
"escapedName": "strip-comments",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/workbox-build"
],
"_resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz",
"_shasum": "82b9c45e7f05873bee53f37168af930aa368679d",
"_spec": "strip-comments@^1.0.2",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\workbox-build",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/strip-comments/issues"
},
"bundleDependencies": false,
"dependencies": {
"babel-extract-comments": "^1.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0"
},
"deprecated": false,
"description": "Strip comments from code. Removes line comments, block comments, the first comment only, or all comments. Optionally leave protected comments unharmed.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/strip-comments",
"keywords": [
"babel",
"babylon",
"block",
"block comment",
"code comment",
"comment",
"comments",
"javascript",
"line",
"line comment",
"remove",
"strip"
],
"license": "MIT",
"main": "index.js",
"name": "strip-comments",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/strip-comments.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": true,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"helpers": [
"./examples/support/helpers.js"
],
"related": {
"list": [
"babel-extract-comments",
"code-context",
"extract-comments",
"parse-code-context",
"parse-comments"
]
},
"lint": {
"reflinks": true
}
},
"version": "1.0.2"
}