js-beautify/package.json

74 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2012-07-13 23:52:34 +00:00
{
"name": "js-beautify",
2021-06-14 07:57:31 +00:00
"version": "1.14.0",
2018-09-09 20:21:35 +00:00
"description": "beautifier.io for node",
"main": "js/index.js",
"bin": {
"css-beautify": "./js/bin/css-beautify.js",
"html-beautify": "./js/bin/html-beautify.js",
"js-beautify": "./js/bin/js-beautify.js"
},
2012-07-13 23:52:34 +00:00
"directories": {
"lib": "js/lib",
"test": "js/test"
2012-07-13 23:52:34 +00:00
},
2018-07-06 00:09:16 +00:00
"files": [
"js/bin/",
2018-07-12 14:39:56 +00:00
"js/lib/*.js",
2018-07-06 00:09:16 +00:00
"js/lib/unpackers/",
"js/index.js",
"js/src/**/*"
],
2016-01-26 19:42:45 +00:00
"scripts": {},
2014-06-11 20:24:21 +00:00
"bugs": "https://github.com/beautify-web/js-beautify/issues",
2018-09-09 20:21:35 +00:00
"homepage": "https://beautifier.io/",
2012-07-13 23:52:34 +00:00
"repository": {
"type": "git",
2014-06-11 20:24:21 +00:00
"url": "git://github.com/beautify-web/js-beautify.git"
2012-07-13 23:52:34 +00:00
},
"keywords": [
"beautify",
"beautifier",
"code-quality"
],
2018-09-09 20:21:35 +00:00
"author": "Einar Lielmanis <einar@beautifier.io>",
2012-07-13 23:52:34 +00:00
"contributors": [
"Vital Batmanov <vital76@gmail.com>",
"Chris J. Shull <chrisjshull@gmail.com>",
"Gian Marco Gherardi <gianmarco.gherardi@gmail.com>",
"Stan <stasson@orc.ru>",
"Vittorio Gambaletta <VittGam@vittgam.net>",
"Daniel Stockman <daniel.stockman@gmail.com>",
"Harutyun Amirjanyan <amirjanyan@gmail.com>",
"Nochum Sossonko <nsossonko@hotmail.com>",
2018-09-09 20:21:35 +00:00
"Liam Newman <bitwiseman@beautifier.io>"
2012-07-13 23:52:34 +00:00
],
"license": "MIT",
"engines": {
"node": ">=10"
},
2021-04-16 16:08:59 +00:00
"browserslist": "ie 11",
2012-07-13 23:52:34 +00:00
"dependencies": {
2018-11-19 22:00:57 +00:00
"config-chain": "^1.1.12",
"editorconfig": "^0.15.3",
2018-10-27 09:48:50 +00:00
"glob": "^7.1.3",
2021-11-30 20:01:43 +00:00
"nopt": "^5.0.0",
"npm": "^8.1.4"
},
"devDependencies": {
2021-11-30 20:01:43 +00:00
"ansi-regex": ">=6.0.1",
2018-06-29 03:17:01 +00:00
"benchmark": "^2.1.4",
2020-08-19 21:06:38 +00:00
"codemirror": "^5.56.0",
2020-05-05 18:27:23 +00:00
"jquery": "^3.5.1",
2020-08-19 21:06:38 +00:00
"jshint": "^2.12.0",
2020-03-18 20:38:25 +00:00
"minimist": ">=1.2.5",
2021-06-18 21:31:47 +00:00
"mocha": "^9.0.1",
2020-03-18 01:05:22 +00:00
"mustache": "^4.0.1",
2018-08-30 19:38:07 +00:00
"requirejs": "^2.3.6",
2021-11-30 19:43:22 +00:00
"serve": "^13.0.2",
2021-11-30 20:01:43 +00:00
"strip-ansi": ">=7.0.1",
2021-04-13 18:36:03 +00:00
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0"
2012-07-13 23:52:34 +00:00
}
}