package.json 3.0 KB

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