8 Star 14 Fork 1

猛火Fierflame/functmpl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "functmpl",
"version": "1.1.0",
"description": "支持自定义扩展的模板引擎",
"keywords": [
"template"
],
"main": "./lib/functmpl.js",
"engines": {
"node": ">=8.9.0"
},
"author": "wangchenxunum <[email protected]>",
"maintainers": [
"wangchenxunum <[email protected]>"
],
"contributors": [
"wangchenxunum <[email protected]>"
],
"license": "MIT",
"scripts": {
"babel": "eslint src/**.es src/**/**.es src/**/**/**.es && rm -rf lib && babel src -d lib",
"test": "node test",
"test:scope": "node test/scope"
},
"repository": {
"type": "git",
"url": "[email protected]:wangchenxunum/functmpl.git"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0"
},
"dependencies": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/fierflame/functmpl.git
[email protected]:fierflame/functmpl.git
fierflame
functmpl
functmpl
master

搜索帮助