flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
72
VISUALIZACION/node_modules/js-beautify/package.json
generated
vendored
Executable file
72
VISUALIZACION/node_modules/js-beautify/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"name": "js-beautify",
|
||||
"version": "1.14.9",
|
||||
"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",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"browserslist": "ie 11",
|
||||
"dependencies": {
|
||||
"config-chain": "^1.1.13",
|
||||
"editorconfig": "^1.0.3",
|
||||
"glob": "^8.1.0",
|
||||
"nopt": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ansi-regex": "^6.0.1",
|
||||
"benchmark": "^2.1.4",
|
||||
"codemirror": "^5.65.13",
|
||||
"jquery": "^3.6.4",
|
||||
"jshint": "^2.13.6",
|
||||
"minimist": "^1.2.8",
|
||||
"mocha": "^10.2.0",
|
||||
"mustache": "^4.2.0",
|
||||
"requirejs": "^2.3.6",
|
||||
"serve": "^14.2.0",
|
||||
"strip-ansi": "^7.0.1",
|
||||
"webpack": "^5.81.0",
|
||||
"webpack-cli": "^4.10.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue