package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_from": "js-beautify@^1.6.12",
  3. "_id": "js-beautify@1.15.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==",
  6. "_location": "/js-beautify",
  7. "_phantomChildren": {
  8. "balanced-match": "1.0.2",
  9. "foreground-child": "3.3.1",
  10. "jackspeak": "3.4.3",
  11. "minipass": "7.1.2",
  12. "package-json-from-dist": "1.0.1",
  13. "path-scurry": "1.11.1"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "js-beautify@^1.6.12",
  19. "name": "js-beautify",
  20. "escapedName": "js-beautify",
  21. "rawSpec": "^1.6.12",
  22. "saveSpec": null,
  23. "fetchSpec": "^1.6.12"
  24. },
  25. "_requiredBy": [
  26. "/pretty",
  27. "/vue-jest"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/js-beautify/-/js-beautify-1.15.4.tgz",
  30. "_shasum": "f579f977ed4c930cef73af8f98f3f0a608acd51e",
  31. "_spec": "js-beautify@^1.6.12",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\pretty",
  33. "author": {
  34. "name": "Einar Lielmanis",
  35. "email": "einar@beautifier.io"
  36. },
  37. "bin": {
  38. "css-beautify": "js/bin/css-beautify.js",
  39. "html-beautify": "js/bin/html-beautify.js",
  40. "js-beautify": "js/bin/js-beautify.js"
  41. },
  42. "browserslist": "ie 11",
  43. "bugs": {
  44. "url": "https://github.com/beautifier/js-beautify/issues"
  45. },
  46. "bundleDependencies": false,
  47. "contributors": [
  48. {
  49. "name": "Vital Batmanov",
  50. "email": "vital76@gmail.com"
  51. },
  52. {
  53. "name": "Chris J. Shull",
  54. "email": "chrisjshull@gmail.com"
  55. },
  56. {
  57. "name": "Gian Marco Gherardi",
  58. "email": "gianmarco.gherardi@gmail.com"
  59. },
  60. {
  61. "name": "Stan",
  62. "email": "stasson@orc.ru"
  63. },
  64. {
  65. "name": "Vittorio Gambaletta",
  66. "email": "VittGam@vittgam.net"
  67. },
  68. {
  69. "name": "Daniel Stockman",
  70. "email": "daniel.stockman@gmail.com"
  71. },
  72. {
  73. "name": "Harutyun Amirjanyan",
  74. "email": "amirjanyan@gmail.com"
  75. },
  76. {
  77. "name": "Nochum Sossonko",
  78. "email": "nsossonko@hotmail.com"
  79. },
  80. {
  81. "name": "Liam Newman",
  82. "email": "bitwiseman@beautifier.io"
  83. }
  84. ],
  85. "dependencies": {
  86. "config-chain": "^1.1.13",
  87. "editorconfig": "^1.0.4",
  88. "glob": "^10.4.2",
  89. "js-cookie": "^3.0.5",
  90. "nopt": "^7.2.1"
  91. },
  92. "deprecated": false,
  93. "description": "beautifier.io for node",
  94. "devDependencies": {
  95. "ansi-regex": "^6.0.1",
  96. "benchmark": "^2.1.4",
  97. "codemirror": "^5.65.16",
  98. "jquery": "^3.6.4",
  99. "jshint": "^2.13.6",
  100. "minimist": "^1.2.8",
  101. "mocha": "^11.0.1",
  102. "mustache": "^4.2.0",
  103. "requirejs": "^2.3.6",
  104. "serve": "^14.2.0",
  105. "strip-ansi": "^7.0.1",
  106. "webpack": "^5.81.0",
  107. "webpack-cli": "^6.0.1"
  108. },
  109. "directories": {
  110. "lib": "js/lib",
  111. "test": "js/test"
  112. },
  113. "engines": {
  114. "node": ">=14"
  115. },
  116. "files": [
  117. "js/bin/",
  118. "js/lib/*.js",
  119. "js/lib/unpackers/",
  120. "js/index.js",
  121. "js/src/"
  122. ],
  123. "homepage": "https://beautifier.io/",
  124. "keywords": [
  125. "beautify",
  126. "beautifier",
  127. "code-quality"
  128. ],
  129. "license": "MIT",
  130. "main": "js/index.js",
  131. "name": "js-beautify",
  132. "repository": {
  133. "type": "git",
  134. "url": "git://github.com/beautifier/js-beautify.git"
  135. },
  136. "scripts": {},
  137. "version": "1.15.4"
  138. }