Questionnaire-of-the-Facebo.../node_modules/ejs/package.json

78 lines
1.8 KiB
JSON
Raw Normal View History

2021-03-11 01:43:28 +00:00
{
"_args": [
[
"ejs@3.1.3",
"D:\\Documents\\UniWork\\Year 4\\Semester 2\\SEG3125\\Labs\\Lab 6\\Survey_Analysis"
]
],
"_from": "ejs@3.1.3",
"_id": "ejs@3.1.3",
"_inBundle": false,
"_integrity": "sha512-wmtrUGyfSC23GC/B1SMv2ogAUgbQEtDmTIhfqielrG5ExIM9TP4UoYdi90jLF1aTcsWCJNEO0UrgKzP0y3nTSg==",
"_location": "/ejs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ejs@3.1.3",
"name": "ejs",
"escapedName": "ejs",
"rawSpec": "3.1.3",
"saveSpec": null,
"fetchSpec": "3.1.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.3.tgz",
"_spec": "3.1.3",
"_where": "D:\\Documents\\UniWork\\Year 4\\Semester 2\\SEG3125\\Labs\\Lab 6\\Survey_Analysis",
"author": {
"name": "Matthew Eernisse",
"email": "mde@fleegix.org",
"url": "http://fleegix.org"
},
"bin": {
"ejs": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/mde/ejs/issues"
},
"dependencies": {
"jake": "^10.6.1"
},
"description": "Embedded JavaScript templates",
"devDependencies": {
"browserify": "^16.5.1",
"eslint": "^6.8.0",
"git-directory-deploy": "^1.5.1",
"jsdoc": "^3.6.4",
"lru-cache": "^4.0.1",
"mocha": "^7.1.1",
"uglify-js": "^3.3.16"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/mde/ejs",
"jsdelivr": "ejs.min.js",
"keywords": [
"template",
"engine",
"ejs"
],
"license": "Apache-2.0",
"main": "./lib/ejs.js",
"name": "ejs",
"repository": {
"type": "git",
"url": "git://github.com/mde/ejs.git"
},
"scripts": {
"postinstall": "node --harmony ./postinstall.js",
"test": "mocha"
},
"unpkg": "ejs.min.js",
"version": "3.1.3"
}