package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. {
  2. "_from": "source-map@^0.5.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
  6. "_location": "/source-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "source-map@^0.5.0",
  12. "name": "source-map",
  13. "escapedName": "source-map",
  14. "rawSpec": "^0.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/cli",
  20. "/@babel/core",
  21. "/@babel/generator",
  22. "/snapdragon"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  25. "_shasum": "8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc",
  26. "_spec": "source-map@^0.5.0",
  27. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/cli",
  28. "author": {
  29. "name": "Nick Fitzgerald",
  30. "email": "[email protected]"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/mozilla/source-map/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Tobias Koppers",
  39. "email": "[email protected]"
  40. },
  41. {
  42. "name": "Duncan Beevers",
  43. "email": "[email protected]"
  44. },
  45. {
  46. "name": "Stephen Crane",
  47. "email": "[email protected]"
  48. },
  49. {
  50. "name": "Ryan Seddon",
  51. "email": "[email protected]"
  52. },
  53. {
  54. "name": "Miles Elam",
  55. "email": "[email protected]"
  56. },
  57. {
  58. "name": "Mihai Bazon",
  59. "email": "[email protected]"
  60. },
  61. {
  62. "name": "Michael Ficarra",
  63. "email": "[email protected]"
  64. },
  65. {
  66. "name": "Todd Wolfson",
  67. "email": "[email protected]"
  68. },
  69. {
  70. "name": "Alexander Solovyov",
  71. "email": "[email protected]"
  72. },
  73. {
  74. "name": "Felix Gnass",
  75. "email": "[email protected]"
  76. },
  77. {
  78. "name": "Conrad Irwin",
  79. "email": "[email protected]"
  80. },
  81. {
  82. "name": "usrbincc",
  83. "email": "[email protected]"
  84. },
  85. {
  86. "name": "David Glasser",
  87. "email": "[email protected]"
  88. },
  89. {
  90. "name": "Chase Douglas",
  91. "email": "[email protected]"
  92. },
  93. {
  94. "name": "Evan Wallace",
  95. "email": "[email protected]"
  96. },
  97. {
  98. "name": "Heather Arthur",
  99. "email": "[email protected]"
  100. },
  101. {
  102. "name": "Hugh Kennedy",
  103. "email": "[email protected]"
  104. },
  105. {
  106. "name": "David Glasser",
  107. "email": "[email protected]"
  108. },
  109. {
  110. "name": "Simon Lydell",
  111. "email": "[email protected]"
  112. },
  113. {
  114. "name": "Jmeas Smith",
  115. "email": "[email protected]"
  116. },
  117. {
  118. "name": "Michael Z Goddard",
  119. "email": "[email protected]"
  120. },
  121. {
  122. "name": "azu",
  123. "email": "[email protected]"
  124. },
  125. {
  126. "name": "John Gozde",
  127. "email": "[email protected]"
  128. },
  129. {
  130. "name": "Adam Kirkton",
  131. "email": "[email protected]"
  132. },
  133. {
  134. "name": "Chris Montgomery",
  135. "email": "[email protected]"
  136. },
  137. {
  138. "name": "J. Ryan Stinnett",
  139. "email": "[email protected]"
  140. },
  141. {
  142. "name": "Jack Herrington",
  143. "email": "[email protected]"
  144. },
  145. {
  146. "name": "Chris Truter",
  147. "email": "[email protected]"
  148. },
  149. {
  150. "name": "Daniel Espeset",
  151. "email": "[email protected]"
  152. },
  153. {
  154. "name": "Jamie Wong",
  155. "email": "[email protected]"
  156. },
  157. {
  158. "name": "Eddy Bruël",
  159. "email": "[email protected]"
  160. },
  161. {
  162. "name": "Hawken Rives",
  163. "email": "[email protected]"
  164. },
  165. {
  166. "name": "Gilad Peleg",
  167. "email": "[email protected]"
  168. },
  169. {
  170. "name": "djchie",
  171. "email": "[email protected]"
  172. },
  173. {
  174. "name": "Gary Ye",
  175. "email": "[email protected]"
  176. },
  177. {
  178. "name": "Nicolas Lalevée",
  179. "email": "[email protected]"
  180. }
  181. ],
  182. "deprecated": false,
  183. "description": "Generates and consumes source maps",
  184. "devDependencies": {
  185. "doctoc": "^0.15.0",
  186. "webpack": "^1.12.0"
  187. },
  188. "engines": {
  189. "node": ">=0.10.0"
  190. },
  191. "files": [
  192. "source-map.js",
  193. "lib/",
  194. "dist/source-map.debug.js",
  195. "dist/source-map.js",
  196. "dist/source-map.min.js",
  197. "dist/source-map.min.js.map"
  198. ],
  199. "homepage": "https://github.com/mozilla/source-map",
  200. "license": "BSD-3-Clause",
  201. "main": "./source-map.js",
  202. "name": "source-map",
  203. "repository": {
  204. "type": "git",
  205. "url": "git+ssh://[email protected]/mozilla/source-map.git"
  206. },
  207. "scripts": {
  208. "build": "webpack --color",
  209. "test": "npm run build && node test/run-tests.js",
  210. "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
  211. },
  212. "typings": "source-map",
  213. "version": "0.5.7"
  214. }