2 Star 0 Fork 0

mirrors_posthtml/posthtml-custom-elements

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
Ivan Demidov 提交于 2018-06-08 15:41 +08:00 . 1.1.2
{
"name": "posthtml-custom-elements",
"version": "1.1.2",
"description": "PostHTML plugin. Use HTML Custom Element now.",
"main": "index.js",
"scripts": {
"test": "npm run lint && mocha -R dot && npm run cover",
"clean": "rm -rf coverage jsdoc-api",
"cover": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- -R tap",
"lint": "jshint . && jscs ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/posthtml/posthtml-custom-elements.git"
},
"keywords": [
"posthtml",
"plugin",
"html",
"xml",
"custom-elements",
"processor",
"htmlnext",
"transforming",
"transform",
"manipulation",
"preprocessor",
"parser"
],
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/posthtml/posthtml-custom-elements/issues"
},
"homepage": "https://github.com/posthtml/posthtml-custom-elements#readme",
"devDependencies": {
"chai": "^3.2.0",
"istanbul": "^0.4.2",
"jscs": "^3.0.7",
"jshint": "^2.8.0",
"mocha": "^3.2.0",
"posthtml": "^0.9.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_posthtml/posthtml-custom-elements.git
git@gitee.com:mirrors_posthtml/posthtml-custom-elements.git
mirrors_posthtml
posthtml-custom-elements
posthtml-custom-elements
master

搜索帮助