You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.7 KiB

{
"_args": [
[
"ejs@2.7.4",
"/Users/linhuakun/Downloads/nodejs/codewhy"
]
],
"_development": true,
"_from": "ejs@2.7.4",
"_id": "ejs@2.7.4",
"_inBundle": false,
"_integrity": "sha1-SGYSh1c9zFPjZsehrlLDoSDuybo=",
"_location": "/ejs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ejs@2.7.4",
"name": "ejs",
"escapedName": "ejs",
"rawSpec": "2.7.4",
"saveSpec": null,
"fetchSpec": "2.7.4"
},
"_requiredBy": [
"/webpack-bundle-analyzer"
],
"_resolved": "https://registry.npm.taobao.org/ejs/download/ejs-2.7.4.tgz?cache=0&sync_timestamp=1597678377708&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fejs%2Fdownload%2Fejs-2.7.4.tgz",
"_spec": "2.7.4",
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
"author": {
"name": "Matthew Eernisse",
"email": "mde@fleegix.org",
"url": "http://fleegix.org"
},
"bugs": {
"url": "https://github.com/mde/ejs/issues"
},
"dependencies": {},
"description": "Embedded JavaScript templates",
"devDependencies": {
"browserify": "^13.1.1",
"eslint": "^4.14.0",
"git-directory-deploy": "^1.5.1",
"jake": "^10.3.1",
"jsdoc": "^3.4.0",
"lru-cache": "^4.0.1",
"mocha": "^5.0.5",
"uglify-js": "^3.3.16"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/mde/ejs",
"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 ./postinstall.js",
"test": "mocha"
},
"version": "2.7.4"
}