Files
ChineseBQB/node_modules/ejs/package.json
2019-07-20 20:37:38 +08:00

84 lines
1.9 KiB
JSON

{
"_args": [
[
"ejs@2.6.2",
"/Users/lijianzhao/github/ChineseBQB"
]
],
"_from": "ejs@2.6.2",
"_id": "ejs@2.6.2",
"_inBundle": false,
"_integrity": "sha1-OjLGPRzRbREmbNRwOxT+xOdKtPY=",
"_location": "/ejs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ejs@2.6.2",
"name": "ejs",
"escapedName": "ejs",
"rawSpec": "2.6.2",
"saveSpec": null,
"fetchSpec": "2.6.2"
},
"_requiredBy": [
"/hexo-generator-baidu-sitemap",
"/hexo-renderer-ejs"
],
"_resolved": "https://registry.npm.taobao.org/ejs/download/ejs-2.6.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fejs%2Fdownload%2Fejs-2.6.2.tgz",
"_spec": "2.6.2",
"_where": "/Users/lijianzhao/github/ChineseBQB",
"author": {
"name": "Matthew Eernisse",
"email": "mde@fleegix.org",
"url": "http://fleegix.org"
},
"bugs": {
"url": "https://github.com/mde/ejs/issues"
},
"contributors": [
{
"name": "Timothy Gu",
"email": "timothygu99@gmail.com",
"url": "https://timothygu.github.io"
}
],
"dependencies": {},
"description": "Embedded JavaScript templates",
"devDependencies": {
"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"
},
"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": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"devdoc": "jake doc[dev]",
"doc": "jake doc",
"lint": "eslint \"**/*.js\" Jakefile",
"test": "jake test"
},
"version": "2.6.2"
}