Rinser/node_modules/ejs/package.json

80 lines
1.9 KiB
JSON
Raw Normal View History

2015-07-20 13:42:07 +00:00
{
2018-06-01 09:24:32 +00:00
"_from": "ejs@*",
"_id": "ejs@2.6.1",
2017-09-11 10:34:45 +00:00
"_inBundle": false,
2018-06-01 09:24:32 +00:00
"_integrity": "sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ==",
2016-02-12 13:10:16 +00:00
"_location": "/ejs",
"_phantomChildren": {},
"_requested": {
2018-06-01 09:24:32 +00:00
"type": "range",
"registry": true,
"raw": "ejs@*",
2016-02-12 13:10:16 +00:00
"name": "ejs",
2017-09-11 10:34:45 +00:00
"escapedName": "ejs",
2018-06-01 09:24:32 +00:00
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
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
],
2018-06-01 09:24:32 +00:00
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.6.1.tgz",
"_shasum": "498ec0d495655abc6f23cd61868d926464071aa0",
"_spec": "ejs@*",
"_where": "/Users/martin/dev/test/Rinser",
2015-07-20 13:42:07 +00:00
"author": {
2016-02-12 13:10:16 +00:00
"name": "Matthew Eernisse",
2017-09-11 10:34:45 +00:00
"email": "mde@fleegix.org",
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"
},
2018-06-01 09:24:32 +00:00
"bundleDependencies": false,
2015-07-20 13:42:07 +00:00
"contributors": [
{
2017-07-18 11:42:39 +00:00
"name": "Timothy Gu",
2017-09-11 10:34:45 +00:00
"email": "timothygu99@gmail.com",
2015-07-20 13:42:07 +00:00
"url": "https://timothygu.github.io"
}
],
"dependencies": {},
2018-06-01 09:24:32 +00:00
"deprecated": false,
2016-02-12 13:10:16 +00:00
"description": "Embedded JavaScript templates",
2015-07-20 13:42:07 +00:00
"devDependencies": {
2018-06-01 09:24:32 +00:00
"browserify": "^13.1.1",
"eslint": "^4.14.0",
"git-directory-deploy": "^1.5.1",
"istanbul": "~0.4.3",
"jake": "^8.0.16",
"jsdoc": "^3.4.0",
"lru-cache": "^4.0.1",
"mocha": "^5.0.5",
"uglify-js": "^3.3.16"
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",
"name": "ejs",
"repository": {
"type": "git",
"url": "git://github.com/mde/ejs.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
2018-06-01 09:24:32 +00:00
"devdoc": "jake doc[dev]",
"doc": "jake doc",
"lint": "eslint \"**/*.js\" Jakefile",
"test": "jake test"
2015-07-20 13:42:07 +00:00
},
2018-06-01 09:24:32 +00:00
"version": "2.6.1"
2015-07-20 13:42:07 +00:00
}