package.json
2.1 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
{
"_from": "swig@~1.4.2",
"_id": "swig@1.4.2",
"_inBundle": false,
"_integrity": "sha1-QIXKBFM2kQS11IPihBs5t64aq6U=",
"_location": "/swig",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "swig@~1.4.2",
"name": "swig",
"escapedName": "swig",
"rawSpec": "~1.4.2",
"saveSpec": null,
"fetchSpec": "~1.4.2"
},
"_requiredBy": [
"/koa-onerror"
],
"_resolved": "https://registry.npmjs.org/swig/-/swig-1.4.2.tgz",
"_shasum": "4085ca0453369104b5d483e2841b39b7ae1aaba5",
"_spec": "swig@~1.4.2",
"_where": "/Users/fzy/project/efang/node_modules/koa-onerror",
"author": {
"name": "Paul Armstrong",
"email": "paul@paularmstrongdesigns.com"
},
"bin": {
"swig": "./bin/swig.js"
},
"bugs": {
"url": "https://github.com/paularmstrong/swig/issues"
},
"bundleDependencies": false,
"dependencies": {
"optimist": "~0.6",
"uglify-js": "~2.4"
},
"deprecated": "This package is no longer maintained",
"description": "A simple, powerful, and extendable templating engine for node.js and browsers, similar to Django, Jinja2, and Twig.",
"devDependencies": {
"blanket": "~1.1",
"browserify": "~2",
"expect.js": "~0.2",
"express": "~3",
"file": "~0.2",
"jsdoc": "~3.2",
"less": "~1.4",
"lodash": "~1.3.1",
"mocha": "1.12.0",
"mocha-phantomjs": "~3.1",
"nodelint": "~0.6",
"phantomjs": "~1.9.1",
"still": "0.0.7",
"travis-cov": "~0.2"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/paularmstrong/swig#readme",
"keywords": [
"template",
"templating",
"html",
"django",
"jinja",
"twig",
"express",
"block"
],
"license": "MIT",
"main": "index",
"name": "swig",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/paularmstrong/swig.git"
},
"scripts": {
"prepublish": "npm prune && make build",
"test": "make lint && make test reporter=spec && make test-browser && make coverage cov-reporter=travis-cov"
},
"version": "1.4.2"
}