package.json 4.1 KB

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