package.json 3.0 KB

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