package.json
1.58 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
{
"_from": "pug-runtime@^2.0.5",
"_id": "pug-runtime@2.0.5",
"_inBundle": false,
"_integrity": "sha512-P+rXKn9un4fQY77wtpcuFyvFaBww7/91f3jHa154qU26qFAnOe6SW1CbIDcxiG5lLK9HazYrMCCuDvNgDQNptw==",
"_location": "/pug-runtime",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-runtime@^2.0.5",
"name": "pug-runtime",
"escapedName": "pug-runtime",
"rawSpec": "^2.0.5",
"saveSpec": null,
"fetchSpec": "^2.0.5"
},
"_requiredBy": [
"/pug",
"/pug-attrs",
"/pug-code-gen"
],
"_resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-2.0.5.tgz",
"_shasum": "6da7976c36bf22f68e733c359240d8ae7a32953a",
"_spec": "pug-runtime@^2.0.5",
"_where": "C:\\Users\\yeari\\Desktop\\경희대\\오픈소스SW개발\\Project\\OSS-Project\\node_modules\\pug",
"author": {
"name": "ForbesLindesay"
},
"browser": {
"fs": false
},
"bundleDependencies": false,
"deprecated": false,
"description": "The runtime components for the pug templating language",
"devDependencies": {
"uglify-js": "^2.6.1"
},
"files": [
"build.js",
"index.js",
"lib/dependencies.js",
"lib/internals.js",
"lib/sources.js",
"wrap.js"
],
"gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-runtime",
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-runtime"
},
"scripts": {
"prepublish": "node prepublish",
"pretest": "npm run prepublish"
},
"version": "2.0.5"
}