1 Star 1 Fork 0

土生土长 / HTML-CSS-JS-Prettify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
Telelily 提交于 2019-05-01 12:14 . first commit
{
"name": "html-prettify",
"version": "2.2.6",
"description": "HTML, CSS, JavaScript and JSON code formatter for Sublime Text 2 and 3 via node.js",
"author": "Victor Porof",
"license": "MPL-2.0",
"repository": "https://github.com/victorporof/Sublime-HTMLPrettify",
"scripts": {
"test": "gulp test",
"fix": "gulp eslint --fix",
"clean:build": "gulp clean:build",
"clean:deps": "gulp clean:deps",
"clobber": "npm run clean:build && npm run clean:deps",
"build": "gulp build",
"release:local": "npm run clean:build && npm run build && git add . && git commit -m 'Update node_modules and build'",
"release:bump": "npm version patch",
"release:patch": "npm run release:local && npm version patch",
"release:minor": "npm run release:local && npm version minor",
"release:major": "npm run release:local && npm version major"
},
"dependencies": {
"@babel/runtime": "7.1.2",
"core-js": "2.5.7",
"editorconfig-parser": "0.0.2",
"fs-extra": "7.0.0",
"is-glob": "4.0.0",
"js-beautify": "1.8.8",
"json5": "2.1.0",
"lodash": "4.17.11",
"map-obj": "3.0.0",
"minimatch": "3.0.4",
"promise-arrays": "0.1.0"
},
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-syntax-object-rest-spread": "7.0.0",
"@babel/plugin-transform-async-to-generator": "7.1.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/register": "7.0.0",
"babel-eslint": "10.0.1",
"del": "3.0.0",
"eslint": "5.6.1",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.14.0",
"gulp": "4.0.0",
"gulp-babel": "8.0.0",
"gulp-changed": "3.2.0",
"gulp-debug": "4.0.0",
"gulp-eslint": "5.0.0",
"gulp-if": "2.0.2",
"gulp-sourcemaps": "2.6.4"
}
}
1
https://gitee.com/opopi/HTML-CSS-JS-Prettify.git
git@gitee.com:opopi/HTML-CSS-JS-Prettify.git
opopi
HTML-CSS-JS-Prettify
HTML-CSS-JS-Prettify
master

搜索帮助