8 Star 17 Fork 1

蓝飞/gotpl

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
Jealous 提交于 2019-02-01 15:59 +08:00 . Updated the coverage modules
{
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lanfei/gotpl.git
git@gitee.com:lanfei/gotpl.git
lanfei
gotpl
gotpl
master

搜索帮助