保誠-保戶業務員媒合平台
tomasysh
2022-05-25 43d0eed31f4b2a59e23c06ceba3616aac3f549f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
  "_from": "js-beautify@^1.6.12",
  "_id": "js-beautify@1.14.3",
  "_inBundle": false,
  "_integrity": "sha512-f1ra8PHtOEu/70EBnmiUlV8nJePS58y9qKjl4JHfYWlFH6bo7ogZBz//FAZp7jDuXtYnGYKymZPlrg2I/9Zo4g==",
  "_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",
    "/vue-jest"
  ],
  "_resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.3.tgz",
  "_shasum": "3dd11c949178de7f3bdf3f6f752778d3bed95150",
  "_spec": "js-beautify@^1.6.12",
  "_where": "D:\\project\\PAM\\PAMapp\\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/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.13",
    "editorconfig": "^0.15.3",
    "glob": "^7.1.3",
    "nopt": "^5.0.0"
  },
  "deprecated": false,
  "description": "beautifier.io for node",
  "devDependencies": {
    "ansi-regex": "^6.0.1",
    "benchmark": "^2.1.4",
    "codemirror": "^5.65.2",
    "jquery": "^3.6.0",
    "jshint": "^2.13.4",
    "minimist": "^1.2.6",
    "mocha": "^9.2.2",
    "mustache": "^4.2.0",
    "requirejs": "^2.3.6",
    "serve": "^13.0.2",
    "strip-ansi": "^7.0.1",
    "webpack": "^5.70.0",
    "webpack-cli": "^4.9.2"
  },
  "directories": {
    "lib": "js/lib",
    "test": "js/test"
  },
  "engines": {
    "node": ">=10"
  },
  "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.14.3"
}