package.json
1.83 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
{
"_args": [
[
"pug-filters@3.1.0",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_from": "pug-filters@3.1.0",
"_id": "pug-filters@3.1.0",
"_inBundle": false,
"_integrity": "sha1-JxZVVbwEwjbkqisDZiRt+gIbYm4=",
"_location": "/pug-filters",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pug-filters@3.1.0",
"name": "pug-filters",
"escapedName": "pug-filters",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"author": {
"name": "Forbes Lindesay"
},
"bugs": {
"url": "https://github.com/pugjs/pug-filters/issues"
},
"dependencies": {
"clean-css": "^4.1.11",
"constantinople": "^3.0.1",
"jstransformer": "1.0.0",
"pug-error": "^1.3.2",
"pug-walk": "^1.1.7",
"resolve": "^1.1.6",
"uglify-js": "^2.6.1"
},
"description": "Code for processing filters in pug templates",
"devDependencies": {
"get-repo": "^1.0.0",
"jstransformer-cdata": "^1.0.0",
"jstransformer-coffee-script": "^1.0.0",
"jstransformer-less": "^2.1.0",
"jstransformer-markdown-it": "^1.0.0",
"jstransformer-stylus": "^1.0.0",
"jstransformer-uglify-js": "^1.1.1",
"pug-lexer": "^4.0.0",
"pug-load": "^2.0.11",
"pug-parser": "^5.0.0"
},
"homepage": "https://github.com/pugjs/pug-filters#readme",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-filters",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-filters.git"
},
"version": "3.1.0"
}