package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "js-beautify@~1.5.4",
  6. "scope": null,
  7. "escapedName": "js-beautify",
  8. "name": "js-beautify",
  9. "rawSpec": "~1.5.4",
  10. "spec": ">=1.5.4 <1.6.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-json-editor"
  14. ]
  15. ],
  16. "_from": "js-beautify@>=1.5.4 <1.6.0",
  17. "_id": "js-beautify@1.5.10",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/js-beautify",
  21. "_nodeVersion": "0.12.2",
  22. "_npmUser": {
  23. "name": "bitwiseman",
  24. "email": "bitwiseman@gmail.com"
  25. },
  26. "_npmVersion": "2.7.5",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "js-beautify@~1.5.4",
  30. "scope": null,
  31. "escapedName": "js-beautify",
  32. "name": "js-beautify",
  33. "rawSpec": "~1.5.4",
  34. "spec": ">=1.5.4 <1.6.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/gulp-json-editor"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.5.10.tgz",
  41. "_shasum": "4d95371702699344a516ca26bf59f0a27bb75719",
  42. "_shrinkwrap": null,
  43. "_spec": "js-beautify@~1.5.4",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-json-editor",
  45. "author": {
  46. "name": "Einar Lielmanis",
  47. "email": "einar@jsbeautifier.org"
  48. },
  49. "bin": {
  50. "css-beautify": "./js/bin/css-beautify.js",
  51. "html-beautify": "./js/bin/html-beautify.js",
  52. "js-beautify": "./js/bin/js-beautify.js"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/beautify-web/js-beautify/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "Vital Batmanov",
  60. "email": "vital76@gmail.com"
  61. },
  62. {
  63. "name": "Chris J. Shull",
  64. "email": "chrisjshull@gmail.com"
  65. },
  66. {
  67. "name": "Gian Marco Gherardi",
  68. "email": "gianmarco.gherardi@gmail.com"
  69. },
  70. {
  71. "name": "Stan",
  72. "email": "stasson@orc.ru"
  73. },
  74. {
  75. "name": "Vittorio Gambaletta",
  76. "email": "VittGam@vittgam.net"
  77. },
  78. {
  79. "name": "Daniel Stockman",
  80. "email": "daniel.stockman@gmail.com"
  81. },
  82. {
  83. "name": "Harutyun Amirjanyan",
  84. "email": "amirjanyan@gmail.com"
  85. },
  86. {
  87. "name": "Nochum Sossonko",
  88. "email": "nsossonko@hotmail.com"
  89. },
  90. {
  91. "name": "Liam Newman",
  92. "email": "bitwiseman@gmail.com"
  93. }
  94. ],
  95. "dependencies": {
  96. "config-chain": "~1.1.5",
  97. "mkdirp": "~0.5.0",
  98. "nopt": "~3.0.1"
  99. },
  100. "description": "jsbeautifier.org for node",
  101. "devDependencies": {
  102. "benchmark": "1.0.0",
  103. "jshint": "~2.8.0",
  104. "mustache": "~1.1.0",
  105. "node-static": "~0.7.1",
  106. "requirejs": "2.1.x"
  107. },
  108. "directories": {
  109. "lib": "js/lib",
  110. "test": "js/test"
  111. },
  112. "dist": {
  113. "shasum": "4d95371702699344a516ca26bf59f0a27bb75719",
  114. "tarball": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.5.10.tgz"
  115. },
  116. "gitHead": "880a854273aa50976a0228e08f623be6f24ab717",
  117. "homepage": "http://jsbeautifier.org/",
  118. "keywords": [
  119. "beautify",
  120. "beautifier",
  121. "code-quality"
  122. ],
  123. "license": "MIT",
  124. "main": "js/index.js",
  125. "maintainers": [
  126. {
  127. "name": "evocateur",
  128. "email": "daniel.stockman@gmail.com"
  129. },
  130. {
  131. "name": "bitwiseman",
  132. "email": "bitwiseman@gmail.com"
  133. }
  134. ],
  135. "name": "js-beautify",
  136. "optionalDependencies": {},
  137. "preferGlobal": true,
  138. "readme": "ERROR: No README data found!",
  139. "repository": {
  140. "type": "git",
  141. "url": "git://github.com/beautify-web/js-beautify.git"
  142. },
  143. "scripts": {
  144. "test": "./js/test/shell-smoke-test.sh",
  145. "update-codemirror": "npm install codemirror && rm -rf ./web/third-party/codemirror/* && cp ./node_modules/codemirror/LICENSE ./web/third-party/codemirror/ && cp ./node_modules/codemirror/README.md ./web/third-party/codemirror/ && cp -r ./node_modules/codemirror/lib ./web/third-party/codemirror/ && mkdir -p ./web/third-party/codemirror/mode && cp -r ./node_modules/codemirror/mode/javascript ./web/third-party/codemirror/mode/ && git add -Av ./web/third-party/codemirror"
  146. },
  147. "version": "1.5.10"
  148. }