Rinser/node_modules/ejs/package.json

113 lines
2.5 KiB
JSON
Raw Normal View History

2015-07-20 13:42:07 +00:00
{
2016-02-12 13:10:16 +00:00
"_args": [
[
2017-07-18 11:42:39 +00:00
{
"name": "ejs",
"raw": "ejs@2.5.6",
"rawSpec": "2.5.6",
"scope": null,
"spec": "2.5.6",
"type": "version"
},
"/home/martind2000/dev/Rinser"
2016-02-12 13:10:16 +00:00
]
],
2017-07-18 11:42:39 +00:00
"_from": "ejs@2.5.6",
"_id": "ejs@2.5.6",
2016-02-12 13:10:16 +00:00
"_inCache": true,
"_installable": true,
"_location": "/ejs",
2017-07-18 11:42:39 +00:00
"_nodeVersion": "6.9.1",
2016-06-15 13:38:21 +00:00
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
2017-07-18 11:42:39 +00:00
"tmp": "tmp/ejs-2.5.6.tgz_1487277787176_0.4875628533773124"
2016-06-15 13:38:21 +00:00
},
2016-02-12 13:10:16 +00:00
"_npmUser": {
"email": "mde@fleegix.org",
"name": "mde"
},
2017-07-18 11:42:39 +00:00
"_npmVersion": "3.10.8",
2016-02-12 13:10:16 +00:00
"_phantomChildren": {},
"_requested": {
"name": "ejs",
2017-07-18 11:42:39 +00:00
"raw": "ejs@2.5.6",
"rawSpec": "2.5.6",
2016-02-12 13:10:16 +00:00
"scope": null,
2017-07-18 11:42:39 +00:00
"spec": "2.5.6",
"type": "version"
2016-02-12 13:10:16 +00:00
},
"_requiredBy": [
2016-03-15 11:33:52 +00:00
"/"
2015-07-20 13:42:07 +00:00
],
2017-07-18 11:42:39 +00:00
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.5.6.tgz",
"_shasum": "479636bfa3fe3b1debd52087f0acb204b4f19c88",
2016-02-12 13:10:16 +00:00
"_shrinkwrap": null,
2017-07-18 11:42:39 +00:00
"_spec": "ejs@2.5.6",
"_where": "/home/martind2000/dev/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": [
{
"email": "timothygu99@gmail.com",
2017-07-18 11:42:39 +00:00
"name": "Timothy Gu",
2015-07-20 13:42:07 +00:00
"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": {
2017-07-18 11:42:39 +00:00
"browserify": "^13.0.1",
"eslint": "^3.0.0",
"git-directory-deploy": "^1.5.1",
"istanbul": "~0.4.3",
2015-07-20 13:42:07 +00:00
"jake": "^8.0.0",
2017-07-18 11:42:39 +00:00
"jsdoc": "^3.4.0",
"lru-cache": "^4.0.1",
"mocha": "^3.0.2",
"uglify-js": "^2.6.2"
2015-07-20 13:42:07 +00:00
},
2016-02-12 13:10:16 +00:00
"directories": {},
"dist": {
2017-07-18 11:42:39 +00:00
"shasum": "479636bfa3fe3b1debd52087f0acb204b4f19c88",
"tarball": "https://registry.npmjs.org/ejs/-/ejs-2.5.6.tgz"
2016-02-12 13:10:16 +00:00
},
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": [
2017-07-18 11:42:39 +00:00
"template",
2016-02-12 13:10:16 +00:00
"engine",
2017-07-18 11:42:39 +00:00
"ejs"
2016-02-12 13:10:16 +00:00
],
"license": "Apache-2.0",
"main": "./lib/ejs.js",
2015-07-20 13:42:07 +00:00
"maintainers": [
{
2017-07-18 11:42:39 +00:00
"email": "mde@fleegix.org",
"name": "mde"
2015-07-20 13:42:07 +00:00
}
],
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",
2017-07-18 11:42:39 +00:00
"devdoc": "jake doc[dev]",
"doc": "jake doc",
"lint": "eslint \"**/*.js\" Jakefile",
2016-02-12 13:10:16 +00:00
"test": "mocha"
2015-07-20 13:42:07 +00:00
},
2017-07-18 11:42:39 +00:00
"version": "2.5.6"
2015-07-20 13:42:07 +00:00
}