package.json
1.4 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
{
"_from": "pug-strip-comments@^1.0.2",
"_id": "pug-strip-comments@1.0.2",
"_inBundle": false,
"_integrity": "sha1-0xOvoBvMN0mA4TmeI+vy65vchRM=",
"_location": "/pug-strip-comments",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-strip-comments@^1.0.2",
"name": "pug-strip-comments",
"escapedName": "pug-strip-comments",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-1.0.2.tgz",
"_shasum": "d313afa01bcc374980e1399e23ebf2eb9bdc8513",
"_spec": "pug-strip-comments@^1.0.2",
"_where": "/Users/fzy/project/efang/node_modules/pug",
"author": {
"name": "Timothy Gu",
"email": "timothygu99@gmail.com"
},
"bugs": {
"url": "https://github.com/pugjs/pug-strip-comments/issues"
},
"bundleDependencies": false,
"dependencies": {
"pug-error": "^1.3.2"
},
"deprecated": false,
"description": "Strip comments from a Pug token stream (from the lexer)",
"devDependencies": {
"line-json": "^1.0.0"
},
"homepage": "https://github.com/pugjs/pug-strip-comments#readme",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-strip-comments",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-strip-comments.git"
},
"version": "1.0.2"
}