Ai
2 Star 0 Fork 0

mirrors_posthtml/posthtml-boolean-attributes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
Ivan Demidov 提交于 2020-10-01 20:42 +08:00 . 0.3.1
{
"name": "posthtml-boolean-attributes",
"description": "Helps to perform transformations with boolean attributes ",
"version": "0.3.1",
"author": "PostHTML",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/posthtml/posthtml-boolean-attributes/issues",
"dependencies": {
"posthtml": "^0.13.3"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"ava": "^3.13.0",
"conventional-changelog-cli": "^2.1.0",
"husky": "^4.3.0",
"mversion": "^2.0.1",
"snazzy": "^8.0.0",
"standard": "^14.3.4"
},
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/posthtml/posthtml-boolean-attributes",
"keywords": [
"html",
"posthtml",
"posthtml-plugin"
],
"license": "MIT",
"main": "lib",
"repository": "posthtml/posthtml-boolean-attributes",
"scripts": {
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
"lint": "standard --fix | snazzy",
"release-major": "mversion major",
"release-minor": "mversion minor",
"release-patch": "mversion patch",
"test": "npm run lint && ava"
},
"husky": {
"hooks": {
"pre-push": "npm t",
"pre-commit": "npm run lint",
"commit-msg": "commitlint --extends=@commitlint/config-angular -e"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_posthtml/posthtml-boolean-attributes.git
git@gitee.com:mirrors_posthtml/posthtml-boolean-attributes.git
mirrors_posthtml
posthtml-boolean-attributes
posthtml-boolean-attributes
master

搜索帮助