package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. {
  2. "_args": [
  3. [
  4. "source-map@0.1.34",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/uglify-js"
  6. ]
  7. ],
  8. "_from": "source-map@0.1.34",
  9. "_id": "source-map@0.1.34",
  10. "_inCache": true,
  11. "_location": "/source-map",
  12. "_npmUser": {
  13. "email": "fitzgen@gmail.com",
  14. "name": "nickfitzgerald"
  15. },
  16. "_npmVersion": "1.4.9",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "source-map",
  20. "raw": "source-map@0.1.34",
  21. "rawSpec": "0.1.34",
  22. "scope": null,
  23. "spec": "0.1.34",
  24. "type": "version"
  25. },
  26. "_requiredBy": [
  27. "/uglify-js"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz",
  30. "_shasum": "a7cfe89aec7b1682c3b198d0acfb47d7d090566b",
  31. "_shrinkwrap": null,
  32. "_spec": "source-map@0.1.34",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/uglify-js",
  34. "author": {
  35. "email": "nfitzgerald@mozilla.com",
  36. "name": "Nick Fitzgerald"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mozilla/source-map/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Conrad Irwin",
  44. "email": "conrad.irwin@gmail.com"
  45. },
  46. {
  47. "name": "Tobias Koppers",
  48. "email": "tobias.koppers@googlemail.com"
  49. },
  50. {
  51. "name": "Stephen Crane",
  52. "email": "scrane@mozilla.com"
  53. },
  54. {
  55. "name": "Ryan Seddon",
  56. "email": "seddon.ryan@gmail.com"
  57. },
  58. {
  59. "name": "Miles Elam",
  60. "email": "miles.elam@deem.com"
  61. },
  62. {
  63. "name": "Mihai Bazon",
  64. "email": "mihai.bazon@gmail.com"
  65. },
  66. {
  67. "name": "Michael Ficarra",
  68. "email": "github.public.email@michael.ficarra.me"
  69. },
  70. {
  71. "name": "Todd Wolfson",
  72. "email": "todd@twolfson.com"
  73. },
  74. {
  75. "name": "Alexander Solovyov",
  76. "email": "alexander@solovyov.net"
  77. },
  78. {
  79. "name": "Felix Gnass",
  80. "email": "fgnass@gmail.com"
  81. },
  82. {
  83. "name": "Duncan Beevers",
  84. "email": "duncan@dweebd.com"
  85. },
  86. {
  87. "name": "usrbincc",
  88. "email": "usrbincc@yahoo.com"
  89. },
  90. {
  91. "name": "David Glasser",
  92. "email": "glasser@davidglasser.net"
  93. },
  94. {
  95. "name": "Chase Douglas",
  96. "email": "chase@newrelic.com"
  97. },
  98. {
  99. "name": "Evan Wallace",
  100. "email": "evan.exe@gmail.com"
  101. },
  102. {
  103. "name": "Heather Arthur",
  104. "email": "fayearthur@gmail.com"
  105. },
  106. {
  107. "name": "Hugh Kennedy",
  108. "email": "hughskennedy@gmail.com"
  109. },
  110. {
  111. "name": "David Glasser",
  112. "email": "glasser@davidglasser.net"
  113. },
  114. {
  115. "name": "Simon Lydell",
  116. "email": "simon.lydell@gmail.com"
  117. },
  118. {
  119. "name": "Jmeas Smith",
  120. "email": "jellyes2@gmail.com"
  121. },
  122. {
  123. "name": "Michael Z Goddard",
  124. "email": "mzgoddard@gmail.com"
  125. }
  126. ],
  127. "dependencies": {
  128. "amdefine": ">=0.0.4"
  129. },
  130. "description": "Generates and consumes source maps",
  131. "devDependencies": {
  132. "dryice": ">=0.4.8"
  133. },
  134. "directories": {
  135. "lib": "./lib"
  136. },
  137. "dist": {
  138. "shasum": "a7cfe89aec7b1682c3b198d0acfb47d7d090566b",
  139. "tarball": "http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz"
  140. },
  141. "engines": {
  142. "node": ">=0.8.0"
  143. },
  144. "homepage": "https://github.com/mozilla/source-map",
  145. "installable": true,
  146. "licenses": [
  147. {
  148. "type": "BSD",
  149. "url": "http://opensource.org/licenses/BSD-3-Clause"
  150. }
  151. ],
  152. "main": "./lib/source-map.js",
  153. "maintainers": [
  154. {
  155. "name": "mozilla-devtools",
  156. "email": "mozilla-developer-tools@googlegroups.com"
  157. },
  158. {
  159. "name": "mozilla",
  160. "email": "dherman@mozilla.com"
  161. },
  162. {
  163. "name": "nickfitzgerald",
  164. "email": "fitzgen@gmail.com"
  165. }
  166. ],
  167. "name": "source-map",
  168. "optionalDependencies": {},
  169. "repository": {
  170. "type": "git",
  171. "url": "http://github.com/mozilla/source-map.git"
  172. },
  173. "scripts": {
  174. "build": "node Makefile.dryice.js",
  175. "test": "node test/run-tests.js"
  176. },
  177. "version": "0.1.34"
  178. }