package.json
3.98 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"_from": "jade@~1.11.0",
"_id": "jade@1.11.0",
"_inBundle": false,
"_integrity": "sha1-nIDlOMEtP7lcjZu5VZ+gzAQEBf0=",
"_location": "/jade",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jade@~1.11.0",
"name": "jade",
"escapedName": "jade",
"rawSpec": "~1.11.0",
"saveSpec": null,
"fetchSpec": "~1.11.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/jade/-/jade-1.11.0.tgz",
"_shasum": "9c80e538c12d3fb95c8d9bb9559fa0cc040405fd",
"_spec": "jade@~1.11.0",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bin": {
"jade": "./bin/jade.js"
},
"browser": {
"fs": false,
"./lib/filters.js": "./lib/filters-client.js"
},
"bugs": {
"url": "https://github.com/jadejs/jade/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"jade": "runtime.js"
}
},
"dependencies": {
"character-parser": "1.2.1",
"clean-css": "^3.1.9",
"commander": "~2.6.0",
"constantinople": "~3.0.1",
"jstransformer": "0.0.2",
"mkdirp": "~0.5.0",
"transformers": "2.1.0",
"uglify-js": "^2.4.19",
"void-elements": "~2.0.1",
"with": "~4.0.0"
},
"deprecated": "Jade has been renamed to pug, please install the latest version of pug instead of jade",
"description": "A clean, whitespace-sensitive template language for writing HTML",
"devDependencies": {
"browserify": "*",
"browserify-middleware": "~4.1.0",
"code-mirror": "~3.22.0",
"coffee-script": "*",
"coveralls": "^2.11.2",
"express": "~4.10.4",
"github-basic": "^4.1.2",
"handle": "~1.0.0",
"highlight-codemirror": "~4.1.0",
"inconsolata": "0.0.2",
"istanbul": "*",
"jade-code-mirror": "~1.0.5",
"jade-highlighter": "~1.0.5",
"jstransformer-cdata": "0.0.3",
"jstransformer-coffee-script": "0.0.2",
"jstransformer-less": "^1.0.0",
"jstransformer-marked": "0.0.1",
"jstransformer-stylus": "0.0.1",
"jstransformer-verbatim": "0.0.2",
"less": "<2.0.0",
"less-file": "0.0.9",
"linify": "*",
"lsr": "^1.0.0",
"marked": "~0.3.3",
"mocha": "*",
"opener": "^1.3.0",
"pull-request": "^3.0.0",
"rimraf": "^2.2.8",
"should": "*",
"stop": "^3.0.0-rc1",
"stylus": "*",
"twbs": "0.0.6",
"uglify-js": "*"
},
"homepage": "http://jade-lang.com",
"license": "MIT",
"main": "lib",
"maintainers": [
{
"name": "Forbes Lindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "Matthias Le Brun",
"email": "mlbli@me.com"
},
{
"name": "Joshua Appelman",
"email": "joshua@jbna.nl"
},
{
"name": "Jonathan Ong",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
{
"name": "Hemanth",
"email": "hemanth.hm@gmail.com"
},
{
"name": "Timothy Gu",
"email": "timothygu99@gmail.com"
},
{
"name": "Andreas Lubbe",
"email": "git@lubbe.org"
}
],
"name": "jade",
"repository": {
"type": "git",
"url": "git://github.com/jadejs/jade.git"
},
"scripts": {
"build": "npm run compile",
"compile": "npm run compile-full && npm run compile-runtime",
"compile-full": "browserify ./lib/index.js --standalone jade -x ./node_modules/transformers > jade.js",
"compile-runtime": "browserify ./lib/runtime.js --standalone jade > runtime.js",
"coverage": "istanbul cover --report none --dir cov-pt0 node_modules/mocha/bin/_mocha -- -R dot",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"postcoverage": "istanbul report --include cov-pt\\*/coverage.json && rimraf cov-pt*",
"precoverage": "rimraf coverage && rimraf cov-pt*",
"prepublish": "npm prune && linify transform bin && npm run build",
"test": "mocha -R spec"
},
"version": "1.11.0"
}