1 Star 0 Fork 11

zp_star / jmustache

forked from OpenHarmony-SIG / jmustache 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
zhangpeng308 提交于 2022-04-18 17:45 . 引入mustache.js库
{
"name": "mustache",
"version": "4.2.0",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",
"repository": {
"type": "git",
"url": "https://github.com/janl/mustache.js.git"
},
"keywords": [
"mustache",
"template",
"templates",
"ejs"
],
"main": "mustache.js",
"bin": {
"mustache": "./bin/mustache"
},
"files": [
"bin/",
"mustache.mjs",
"mustache.min.js",
"wrappers/"
],
"exports": {
".": {
"import": "./mustache.mjs",
"require": "./mustache.js"
},
"./*": "./*"
},
"volo": {
"url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
},
"scripts": {
"build": "cp mustache.js mustache.mjs && rollup mustache.mjs --file mustache.js --format umd --name Mustache && uglifyjs mustache.js > mustache.min.js",
"test": "npm run test-lint && npm run test-unit",
"test-lint": "eslint mustache.js bin/mustache test/*.js test/**/*.js",
"test-unit": "mocha --reporter spec test/*-test.js",
"test-render": "mocha --reporter spec test/render-test",
"pre-test-browser": "node test/create-browser-suite.js",
"test-browser": "npm run pre-test-browser && zuul -- test/context-test.js test/parse-test.js test/scanner-test.js test/render-test-browser.js",
"test-browser-local": "npm run pre-test-browser && zuul --local 8080 -- test/context-test.js test/scanner-test.js test/parse-test.js test/render-test-browser.js",
"postversion": "scripts/bump-version-in-source",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^6.5.1",
"esm": "^3.2.25",
"jshint": "^2.9.5",
"mocha": "^3.0.2",
"puppeteer": "^2.0.0",
"rollup": "^1.26.3",
"uglify-js": "^3.4.6",
"zuul": "^3.11.0",
"zuul-ngrok": "nolanlawson/zuul-ngrok#patch-1"
},
"greenkeeper": {
"ignore": [
"eslint"
]
},
"license": "MIT"
}
1
https://gitee.com/zpzpzpzp/jmustache.git
git@gitee.com:zpzpzpzp/jmustache.git
zpzpzpzp
jmustache
jmustache
master

搜索帮助