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-parser@^3.0.1",
"_id": "pug-parser@3.0.1",
"_inBundle": false,
"_integrity": "sha512-YNcfPtamkJ6Blgdev1keI1rK5UZ5TtYS4r1lZw1/lhFhyEVAwKtzOsv6aqxI0xBWfCia/vNWhdtdaqoMRB2jcQ==",
"_location": "/pug-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-parser@^3.0.1",
"name": "pug-parser",
"escapedName": "pug-parser",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-3.0.1.tgz",
"_shasum": "dc0c5dd6c9c2d89da6105abbdf3d1b0fb4d39b5e",
"_spec": "pug-parser@^3.0.1",
"_where": "/Users/fzy/project/efang/node_modules/pug",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/pugjs/pug-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"pug-error": "^1.3.2",
"token-stream": "0.0.1"
},
"deprecated": false,
"description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
"devDependencies": {
"get-repo": "^1.0.0"
},
"homepage": "https://github.com/pugjs/pug-parser#readme",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-parser.git"
},
"version": "3.0.1"
}