| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "_from": "js-beautify@^1.6.12",
- "_id": "js-beautify@1.15.4",
- "_inBundle": false,
- "_integrity": "sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==",
- "_location": "/js-beautify",
- "_phantomChildren": {
- "balanced-match": "1.0.2",
- "foreground-child": "3.3.1",
- "jackspeak": "3.4.3",
- "minipass": "7.1.2",
- "package-json-from-dist": "1.0.1",
- "path-scurry": "1.11.1"
- },
- "_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",
- "/vue-jest"
- ],
- "_resolved": "https://registry.npmmirror.com/js-beautify/-/js-beautify-1.15.4.tgz",
- "_shasum": "f579f977ed4c930cef73af8f98f3f0a608acd51e",
- "_spec": "js-beautify@^1.6.12",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\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"
- },
- "browserslist": "ie 11",
- "bugs": {
- "url": "https://github.com/beautifier/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.13",
- "editorconfig": "^1.0.4",
- "glob": "^10.4.2",
- "js-cookie": "^3.0.5",
- "nopt": "^7.2.1"
- },
- "deprecated": false,
- "description": "beautifier.io for node",
- "devDependencies": {
- "ansi-regex": "^6.0.1",
- "benchmark": "^2.1.4",
- "codemirror": "^5.65.16",
- "jquery": "^3.6.4",
- "jshint": "^2.13.6",
- "minimist": "^1.2.8",
- "mocha": "^11.0.1",
- "mustache": "^4.2.0",
- "requirejs": "^2.3.6",
- "serve": "^14.2.0",
- "strip-ansi": "^7.0.1",
- "webpack": "^5.81.0",
- "webpack-cli": "^6.0.1"
- },
- "directories": {
- "lib": "js/lib",
- "test": "js/test"
- },
- "engines": {
- "node": ">=14"
- },
- "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/beautifier/js-beautify.git"
- },
- "scripts": {},
- "version": "1.15.4"
- }
|