package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "js-beautify@1.9.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-beautify@1.9.1",
  10. "_id": "js-beautify@1.9.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-b575FfXY2SufkHYG/OY3lYhMgEA=",
  13. "_location": "/js-beautify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "js-beautify@1.9.1",
  19. "name": "js-beautify",
  20. "escapedName": "js-beautify",
  21. "rawSpec": "1.9.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.9.1"
  24. },
  25. "_requiredBy": [
  26. "/pretty",
  27. "/vue-jest"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/js-beautify/download/js-beautify-1.9.1.tgz",
  30. "_spec": "1.9.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.2",
  85. "glob": "^7.1.3",
  86. "mkdirp": "~0.5.0",
  87. "nopt": "~4.0.1"
  88. },
  89. "description": "beautifier.io for node",
  90. "devDependencies": {
  91. "benchmark": "^2.1.4",
  92. "jshint": "^2.9.7",
  93. "mocha": "^5.2.0",
  94. "mustache": "^3.0.1",
  95. "node-static": "^0.7.11",
  96. "requirejs": "^2.3.6",
  97. "webpack": "^4.28.4",
  98. "webpack-command": "^0.4.2"
  99. },
  100. "directories": {
  101. "lib": "js/lib",
  102. "test": "js/test"
  103. },
  104. "files": [
  105. "js/bin/",
  106. "js/lib/*.js",
  107. "js/lib/unpackers/",
  108. "js/index.js",
  109. "js/src/**/*"
  110. ],
  111. "homepage": "https://beautifier.io/",
  112. "keywords": [
  113. "beautify",
  114. "beautifier",
  115. "code-quality"
  116. ],
  117. "license": "MIT",
  118. "main": "js/index.js",
  119. "name": "js-beautify",
  120. "repository": {
  121. "type": "git",
  122. "url": "git://github.com/beautify-web/js-beautify.git"
  123. },
  124. "scripts": {},
  125. "version": "1.9.1"
  126. }