Rinser/node_modules/ejs/package.json

104 lines
2.3 KiB
JSON
Raw Normal View History

2015-07-20 13:42:07 +00:00
{
2016-02-12 13:10:16 +00:00
"_args": [
[
2016-03-15 11:33:52 +00:00
"ejs@*",
2016-02-12 13:10:16 +00:00
"C:\\mddev\\rinser"
]
],
2016-03-15 11:33:52 +00:00
"_from": "ejs@*",
2016-02-12 13:10:16 +00:00
"_id": "ejs@2.4.1",
"_inCache": true,
"_installable": true,
"_location": "/ejs",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "mde@fleegix.org",
"name": "mde"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "ejs",
2016-03-15 11:33:52 +00:00
"raw": "ejs@*",
"rawSpec": "*",
2016-02-12 13:10:16 +00:00
"scope": null,
2016-03-15 11:33:52 +00:00
"spec": "*",
2016-02-12 13:10:16 +00:00
"type": "range"
},
"_requiredBy": [
2016-03-15 11:33:52 +00:00
"/"
2015-07-20 13:42:07 +00:00
],
2016-02-12 13:10:16 +00:00
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz",
"_shasum": "82e15b1b2a1f948b18097476ba2bd7c66f4d1566",
"_shrinkwrap": null,
2016-03-15 11:33:52 +00:00
"_spec": "ejs@*",
2016-02-12 13:10:16 +00:00
"_where": "C:\\mddev\\rinser",
2015-07-20 13:42:07 +00:00
"author": {
"email": "mde@fleegix.org",
2016-02-12 13:10:16 +00:00
"name": "Matthew Eernisse",
2015-07-20 13:42:07 +00:00
"url": "http://fleegix.org"
},
2016-02-12 13:10:16 +00:00
"bugs": {
"url": "https://github.com/mde/ejs/issues"
},
2015-07-20 13:42:07 +00:00
"contributors": [
{
"name": "Timothy Gu",
"email": "timothygu99@gmail.com",
"url": "https://timothygu.github.io"
}
],
"dependencies": {},
2016-02-12 13:10:16 +00:00
"description": "Embedded JavaScript templates",
2015-07-20 13:42:07 +00:00
"devDependencies": {
"browserify": "^8.0.3",
"istanbul": "~0.3.5",
"jake": "^8.0.0",
"jsdoc": "^3.3.0-beta1",
"lru-cache": "^2.5.0",
"mocha": "^2.1.0",
"rimraf": "^2.2.8",
"uglify-js": "^2.4.16"
},
2016-02-12 13:10:16 +00:00
"directories": {},
"dist": {
"shasum": "82e15b1b2a1f948b18097476ba2bd7c66f4d1566",
"tarball": "http://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz"
},
2015-07-20 13:42:07 +00:00
"engines": {
"node": ">=0.10.0"
},
2016-02-12 13:10:16 +00:00
"homepage": "https://github.com/mde/ejs",
"keywords": [
"ejs",
"engine",
"template"
],
"license": "Apache-2.0",
"main": "./lib/ejs.js",
2015-07-20 13:42:07 +00:00
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mde",
"email": "mde@fleegix.org"
}
],
2016-02-12 13:10:16 +00:00
"name": "ejs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mde/ejs.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"devdoc": "rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*",
"doc": "rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*",
"test": "mocha"
2015-07-20 13:42:07 +00:00
},
2016-02-12 13:10:16 +00:00
"version": "2.4.1"
2015-07-20 13:42:07 +00:00
}