124 lines
2.9 KiB
JSON
124 lines
2.9 KiB
JSON
{
|
|
"_from": "js-beautify@^1.6.12",
|
|
"_id": "js-beautify@1.10.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ZtBYyNUYJIsBWERnQP0rPN9KjkrDfJcMjuVGcvXOUJrD1zmOGwhRwQ4msG+HJ+Ni/FA7+sRQEMYVzdTQDvnzvQ==",
|
|
"_location": "/js-beautify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "js-beautify@^1.6.12",
|
|
"name": "js-beautify",
|
|
"escapedName": "js-beautify",
|
|
"rawSpec": "^1.6.12",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.6.12"
|
|
},
|
|
"_requiredBy": [
|
|
"/pretty"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.10.2.tgz",
|
|
"_shasum": "88c9099cd6559402b124cfab18754936f8a7b178",
|
|
"_spec": "js-beautify@^1.6.12",
|
|
"_where": "/home/suroh/Repos/11ty.work/node_modules/pretty",
|
|
"author": {
|
|
"name": "Einar Lielmanis",
|
|
"email": "einar@beautifier.io"
|
|
},
|
|
"bin": {
|
|
"css-beautify": "./js/bin/css-beautify.js",
|
|
"html-beautify": "./js/bin/html-beautify.js",
|
|
"js-beautify": "./js/bin/js-beautify.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/beautify-web/js-beautify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Vital Batmanov",
|
|
"email": "vital76@gmail.com"
|
|
},
|
|
{
|
|
"name": "Chris J. Shull",
|
|
"email": "chrisjshull@gmail.com"
|
|
},
|
|
{
|
|
"name": "Gian Marco Gherardi",
|
|
"email": "gianmarco.gherardi@gmail.com"
|
|
},
|
|
{
|
|
"name": "Stan",
|
|
"email": "stasson@orc.ru"
|
|
},
|
|
{
|
|
"name": "Vittorio Gambaletta",
|
|
"email": "VittGam@vittgam.net"
|
|
},
|
|
{
|
|
"name": "Daniel Stockman",
|
|
"email": "daniel.stockman@gmail.com"
|
|
},
|
|
{
|
|
"name": "Harutyun Amirjanyan",
|
|
"email": "amirjanyan@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nochum Sossonko",
|
|
"email": "nsossonko@hotmail.com"
|
|
},
|
|
{
|
|
"name": "Liam Newman",
|
|
"email": "bitwiseman@beautifier.io"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"config-chain": "^1.1.12",
|
|
"editorconfig": "^0.15.3",
|
|
"glob": "^7.1.3",
|
|
"mkdirp": "~0.5.1",
|
|
"nopt": "~4.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "beautifier.io for node",
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"codemirror": "^5.48.2",
|
|
"jquery": "^3.4.1",
|
|
"jshint": "^2.10.2",
|
|
"mocha": "^6.1.4",
|
|
"mustache": "^3.0.1",
|
|
"node-static": "^0.7.11",
|
|
"requirejs": "^2.3.6",
|
|
"webpack": "^4.36.1",
|
|
"webpack-cli": "^3.3.5"
|
|
},
|
|
"directories": {
|
|
"lib": "js/lib",
|
|
"test": "js/test"
|
|
},
|
|
"files": [
|
|
"js/bin/",
|
|
"js/lib/*.js",
|
|
"js/lib/unpackers/",
|
|
"js/index.js",
|
|
"js/src/**/*"
|
|
],
|
|
"homepage": "https://beautifier.io/",
|
|
"keywords": [
|
|
"beautify",
|
|
"beautifier",
|
|
"code-quality"
|
|
],
|
|
"license": "MIT",
|
|
"main": "js/index.js",
|
|
"name": "js-beautify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/beautify-web/js-beautify.git"
|
|
},
|
|
"scripts": {},
|
|
"version": "1.10.2"
|
|
}
|