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
53
54
55
{
"_from": "pug-walk@^1.1.4",
"_id": "pug-walk@1.1.4",
"_inBundle": false,
"_integrity": "sha512-29oDmQ4Z5nXJnaVQ/PTLdY3pRBCHcb1dvNhvVZ+c1bOv4cKRbwRD6mm0ZDVVzzZmSC8DctqbVtRgLzNJVQFHMw==",
"_location": "/pug-walk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-walk@^1.1.4",
"name": "pug-walk",
"escapedName": "pug-walk",
"rawSpec": "^1.1.4",
"saveSpec": null,
"fetchSpec": "^1.1.4"
},
"_requiredBy": [
"/pug-filters",
"/pug-linker",
"/pug-load"
],
"_resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-1.1.4.tgz",
"_shasum": "29e5174af43b67e99c31b448632e1ff86ddd671c",
"_spec": "pug-walk@^1.1.4",
"_where": "/Users/fzy/project/efang/node_modules/pug-filters",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/pugjs/pug-walk/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Walk and transform a pug AST",
"devDependencies": {
"pug-lexer": "^3.1.0",
"pug-parser": "^3.0.1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/pugjs/pug-walk#readme",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-walk",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-walk.git"
},
"version": "1.1.4"
}