代码拉取完成,页面将自动刷新
{
"name": "gotpl",
"version": "8.4.5",
"homepage": "https://github.com/Lanfei/gotpl",
"description": "A lightweight, high-performance JavaScript template engine.",
"main": "dist/gotpl.common.js",
"module": "dist/gotpl.esm.js",
"browser": "dist/gotpl.js",
"files": [
"src",
"dist/*.js"
],
"scripts": {
"test": "mocha test/*.js",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"build": "rimraf dist && rollup -c && npm run uglify",
"uglify": "uglifyjs dist/gotpl.js -o dist/gotpl.min.js -c --source-map",
"prepublish": "npm run test"
},
"author": {
"name": "Lanfei",
"url": "http://www.clanfei.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/Lanfei/gotpl.git"
},
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"tpl",
"template",
"template-engine"
],
"dependencies": {
"escape-html": "^1.0.3",
"is-keyword-js": "^1.0.3",
"js-tokens": "^4.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"rimraf": "^2.6.3",
"rollup": "^1.1.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"uglify-js": "^3.4.9"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。