package.json
1.41 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
{
"_args": [
[
"pug-load@2.0.11",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_from": "pug-load@2.0.11",
"_id": "pug-load@2.0.11",
"_inBundle": false,
"_integrity": "sha1-5kjlftET/iwfRdV4WOorrWvAFSc=",
"_location": "/pug-load",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pug-load@2.0.11",
"name": "pug-load",
"escapedName": "pug-load",
"rawSpec": "2.0.11",
"saveSpec": null,
"fetchSpec": "2.0.11"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-load/-/pug-load-2.0.11.tgz",
"_spec": "2.0.11",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/pugjs/pug-load/issues"
},
"dependencies": {
"object-assign": "^4.1.0",
"pug-walk": "^1.1.7"
},
"description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
"devDependencies": {
"pug-lexer": "^4.0.0",
"pug-parser": "^5.0.0"
},
"homepage": "https://github.com/pugjs/pug-load#readme",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-load",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-load.git"
},
"version": "2.0.11"
}