js-beautify/package.json

74 lines
1.8 KiB
JSON
Raw Normal View History

2012-07-13 16:52:34 -07:00
{
"name": "js-beautify",
2021-06-14 07:57:31 +00:00
"version": "1.14.0",
2018-09-09 13:21:35 -07: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 16:52:34 -07:00
"directories": {
"lib": "js/lib",
"test": "js/test"
2012-07-13 16:52:34 -07:00
},
2018-07-05 17:09:16 -07:00
"files": [
"js/bin/",
2018-07-12 07:39:56 -07:00
"js/lib/*.js",
2018-07-05 17:09:16 -07:00
"js/lib/unpackers/",
"js/index.js",
"js/src/**/*"
],
2016-01-26 11:42:45 -08:00
"scripts": {},
2014-06-11 13:24:21 -07:00
"bugs": "https://github.com/beautify-web/js-beautify/issues",
2018-09-09 13:21:35 -07:00
"homepage": "https://beautifier.io/",
2012-07-13 16:52:34 -07:00
"repository": {
"type": "git",
2014-06-11 13:24:21 -07:00
"url": "git://github.com/beautify-web/js-beautify.git"
2012-07-13 16:52:34 -07:00
},
"keywords": [
"beautify",
"beautifier",
"code-quality"
],
2018-09-09 13:21:35 -07:00
"author": "Einar Lielmanis <einar@beautifier.io>",
2012-07-13 16:52:34 -07: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 13:21:35 -07:00
"Liam Newman <bitwiseman@beautifier.io>"
2012-07-13 16:52:34 -07:00
],
"license": "MIT",
"engines": {
"node": ">=10"
},
2021-04-16 09:08:59 -07:00
"browserslist": "ie 11",
2012-07-13 16:52:34 -07:00
"dependencies": {
2018-11-19 15:00:57 -07:00
"config-chain": "^1.1.12",
"editorconfig": "^0.15.3",
2018-10-27 11:48:50 +02:00
"glob": "^7.1.3",
2021-11-30 12:01:43 -08:00
"nopt": "^5.0.0",
"npm": "^8.1.4"
},
"devDependencies": {
2021-11-30 12:01:43 -08:00
"ansi-regex": ">=6.0.1",
2018-06-28 20:17:01 -07:00
"benchmark": "^2.1.4",
2020-08-19 14:06:38 -07:00
"codemirror": "^5.56.0",
2020-05-05 11:27:23 -07:00
"jquery": "^3.5.1",
2020-08-19 14:06:38 -07:00
"jshint": "^2.12.0",
2020-03-18 13:38:25 -07:00
"minimist": ">=1.2.5",
2021-06-18 14:31:47 -07:00
"mocha": "^9.0.1",
2020-03-17 18:05:22 -07:00
"mustache": "^4.0.1",
2018-08-30 12:38:07 -07:00
"requirejs": "^2.3.6",
2021-11-30 11:43:22 -08:00
"serve": "^13.0.2",
2021-11-30 12:01:43 -08:00
"strip-ansi": ">=7.0.1",
2021-04-13 11:36:03 -07:00
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0"
2012-07-13 16:52:34 -07:00
}
}