package.json 2.9 KB

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