This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/js-beautify/package.json

68 lines
1.7 KiB
JSON

{
"name": "js-beautify",
"version": "1.13.0",
"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"
},
"directories": {
"lib": "js/lib",
"test": "js/test"
},
"files": [
"js/bin/",
"js/lib/*.js",
"js/lib/unpackers/",
"js/index.js",
"js/src/**/*"
],
"scripts": {},
"bugs": "https://github.com/beautify-web/js-beautify/issues",
"homepage": "https://beautifier.io/",
"repository": {
"type": "git",
"url": "git://github.com/beautify-web/js-beautify.git"
},
"keywords": [
"beautify",
"beautifier",
"code-quality"
],
"author": "Einar Lielmanis <einar@beautifier.io>",
"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>",
"Liam Newman <bitwiseman@beautifier.io>"
],
"license": "MIT",
"dependencies": {
"config-chain": "^1.1.12",
"editorconfig": "^0.15.3",
"glob": "^7.1.3",
"mkdirp": "^1.0.4",
"nopt": "^5.0.0"
},
"devDependencies": {
"benchmark": "^2.1.4",
"codemirror": "^5.56.0",
"jquery": "^3.5.1",
"jshint": "^2.12.0",
"minimist": ">=1.2.5",
"mocha": "^8.1.1",
"mustache": "^4.0.1",
"serve": "^11.3.2",
"requirejs": "^2.3.6",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}