package.json
1.63 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
70
{
"_from": "jade@0.26.3",
"_id": "jade@0.26.3",
"_inBundle": false,
"_integrity": "sha1-jxDXl32NefL2/4YqgbBRPMslaGw=",
"_location": "/jade",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jade@0.26.3",
"name": "jade",
"escapedName": "jade",
"rawSpec": "0.26.3",
"saveSpec": null,
"fetchSpec": "0.26.3"
},
"_requiredBy": [
"/grunt-cafe-mocha/mocha"
],
"_resolved": "https://registry.npmjs.org/jade/-/jade-0.26.3.tgz",
"_shasum": "8f10d7977d8d79f2f6ff862a81b0513ccb25686c",
"_spec": "jade@0.26.3",
"_where": "D:\\w\\project\\comnetprj\\node_modules\\grunt-cafe-mocha\\node_modules\\mocha",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bin": {
"jade": "./bin/jade"
},
"bugs": {
"url": "https://github.com/visionmedia/jade/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"jade": "runtime.js"
}
},
"dependencies": {
"commander": "0.6.1",
"mkdirp": "0.3.0"
},
"deprecated": "Jade has been renamed to pug, please install the latest version of pug instead of jade",
"description": "Jade template engine",
"devDependencies": {
"less": "*",
"markdown": "*",
"mocha": "*",
"should": "*",
"stylus": "*",
"uglify-js": "*",
"uubench": "*"
},
"homepage": "https://github.com/visionmedia/jade#readme",
"main": "./index.js",
"man": [
"./jade.1"
],
"name": "jade",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/jade.git"
},
"scripts": {
"prepublish": "npm prune"
},
"version": "0.26.3"
}