package.json 2.8 KB

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