package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "_args": [
  3. [
  4. "js-beautify@1.14.7",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-beautify@1.14.7",
  10. "_id": "js-beautify@1.14.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5SOX1KXPFKx+5f6ZrPsIPEY7NwKeQz47n3jm2i+XeHx9MoRsfQenlOP13FQhWvg8JRS0+XLO6XYUQ2GX+q+T9A==",
  13. "_location": "/js-beautify",
  14. "_phantomChildren": {
  15. "balanced-match": "1.0.2",
  16. "fs.realpath": "1.0.0",
  17. "inflight": "1.0.6",
  18. "inherits": "2.0.4",
  19. "once": "1.4.0"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "js-beautify@1.14.7",
  25. "name": "js-beautify",
  26. "escapedName": "js-beautify",
  27. "rawSpec": "1.14.7",
  28. "saveSpec": null,
  29. "fetchSpec": "1.14.7"
  30. },
  31. "_requiredBy": [
  32. "/pretty",
  33. "/vue-jest"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.7.tgz",
  36. "_spec": "1.14.7",
  37. "_where": "E:\\2023\\5\\myjadmin",
  38. "author": {
  39. "name": "Einar Lielmanis",
  40. "email": "einar@beautifier.io"
  41. },
  42. "bin": {
  43. "css-beautify": "js/bin/css-beautify.js",
  44. "html-beautify": "js/bin/html-beautify.js",
  45. "js-beautify": "js/bin/js-beautify.js"
  46. },
  47. "browserslist": "ie 11",
  48. "bugs": {
  49. "url": "https://github.com/beautify-web/js-beautify/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Vital Batmanov",
  54. "email": "vital76@gmail.com"
  55. },
  56. {
  57. "name": "Chris J. Shull",
  58. "email": "chrisjshull@gmail.com"
  59. },
  60. {
  61. "name": "Gian Marco Gherardi",
  62. "email": "gianmarco.gherardi@gmail.com"
  63. },
  64. {
  65. "name": "Stan",
  66. "email": "stasson@orc.ru"
  67. },
  68. {
  69. "name": "Vittorio Gambaletta",
  70. "email": "VittGam@vittgam.net"
  71. },
  72. {
  73. "name": "Daniel Stockman",
  74. "email": "daniel.stockman@gmail.com"
  75. },
  76. {
  77. "name": "Harutyun Amirjanyan",
  78. "email": "amirjanyan@gmail.com"
  79. },
  80. {
  81. "name": "Nochum Sossonko",
  82. "email": "nsossonko@hotmail.com"
  83. },
  84. {
  85. "name": "Liam Newman",
  86. "email": "bitwiseman@beautifier.io"
  87. }
  88. ],
  89. "dependencies": {
  90. "config-chain": "^1.1.13",
  91. "editorconfig": "^0.15.3",
  92. "glob": "^8.0.3",
  93. "nopt": "^6.0.0"
  94. },
  95. "description": "beautifier.io for node",
  96. "devDependencies": {
  97. "ansi-regex": "^6.0.1",
  98. "benchmark": "^2.1.4",
  99. "codemirror": "^5.65.2",
  100. "jquery": "^3.6.0",
  101. "jshint": "^2.13.4",
  102. "minimist": "^1.2.6",
  103. "mocha": "^10.0.0",
  104. "mustache": "^4.2.0",
  105. "requirejs": "^2.3.6",
  106. "serve": "^14.0.1",
  107. "strip-ansi": "^7.0.1",
  108. "webpack": "^5.74.0",
  109. "webpack-cli": "^4.10.0"
  110. },
  111. "directories": {
  112. "lib": "js/lib",
  113. "test": "js/test"
  114. },
  115. "engines": {
  116. "node": ">=10"
  117. },
  118. "files": [
  119. "js/bin/",
  120. "js/lib/*.js",
  121. "js/lib/unpackers/",
  122. "js/index.js",
  123. "js/src/**/*"
  124. ],
  125. "homepage": "https://beautifier.io/",
  126. "keywords": [
  127. "beautify",
  128. "beautifier",
  129. "code-quality"
  130. ],
  131. "license": "MIT",
  132. "main": "js/index.js",
  133. "name": "js-beautify",
  134. "repository": {
  135. "type": "git",
  136. "url": "git://github.com/beautify-web/js-beautify.git"
  137. },
  138. "scripts": {},
  139. "version": "1.14.7"
  140. }