You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

260 lines
6.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "stream-browserify@^2.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/node-libs-browser"
  6. ]
  7. ],
  8. "_from": "stream-browserify@>=2.0.1 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "stream-browserify@2.0.2",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/stream-browserify",
  14. "_nodeVersion": "11.6.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/stream-browserify_2.0.2_1548169399782_0.24670381755226978"
  18. },
  19. "_npmUser": {
  20. "email": "renee@kooi.me",
  21. "name": "goto-bus-stop"
  22. },
  23. "_npmVersion": "6.6.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "stream-browserify",
  27. "raw": "stream-browserify@^2.0.1",
  28. "rawSpec": "^2.0.1",
  29. "scope": null,
  30. "spec": ">=2.0.1 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/node-libs-browser"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz",
  37. "_shasum": "87521d38a44aa7ee91ce1cd2a47df0cb49dd660b",
  38. "_shrinkwrap": null,
  39. "_spec": "stream-browserify@^2.0.1",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/node-libs-browser",
  41. "author": {
  42. "email": "mail@substack.net",
  43. "name": "James Halliday",
  44. "url": "http://substack.net"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/browserify/stream-browserify/issues"
  48. },
  49. "dependencies": {
  50. "inherits": "~2.0.1",
  51. "readable-stream": "^2.0.2"
  52. },
  53. "description": "the stream module from node core for browsers",
  54. "devDependencies": {
  55. "safe-buffer": "^5.1.2",
  56. "tape": "^4.2.0",
  57. "typedarray": "~0.0.6"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "fileCount": 6,
  62. "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==",
  63. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRzC4CRA9TVsSAnZWagAAlp8P/i1A0T6m5KdfftG3JTcx\nuqsj1YYtBSAlm8BTdOvR6kc7c8oR3fcMAUncnrER7celxrfOgPGxMaDlZGNA\nakIqanvA9dum43xdyb/4GfOyYtnG2m0kwDCTLdhB757fJArxlVyTqFnrGOyK\nRBeqcXisO8MhBoyGrpIgwiPawNdoAjrb2uIm5gQel+9oElG8rIHsVDqQH9sS\n8jx4JV+YCpjFo4cUBlHfbEOxyTyw3j5yGN9bjUkVk468D3pdcdREPeoZrkhi\nSwBUC0rfzbywQ9xthFq5rug4rsiS1PU60OUuYI01dIkKht6kxX6XNwb9Xob1\nOHANldgugScyt7EKFFIO/RhigWIlubUhlfg7s/WJAnbUNivb1Cuq3vU8fnAj\nCItKO5PJnd98SI3JDeisVUlAj1c+a9yRj6NBRMDZwMPLU5Pq9iKmGNx8GJxr\ncWTmv9TZE1M/ChBTpa1CTc3ztUhePDdgRV2FHMRKSkEHmIQFAiohV0SRMW2m\nmGG6pl8KNwY8c2Vi9eGzFQybb/CIv8xTLZH/1OMRUE713ti/l/nzx0ceANpO\nZgepCFdSeOl43MSkAdj4wHxRiSH4FQg8xclgIwj1sicJVTNdiQsdQsfC9hWh\nDnDRhiN3vbLM7Sm4gpdqz40MDSZOxDz4XRxqjwUni1X7pnGNgZkfq9s4v0m5\ntRQl\r\n=A68Q\r\n-----END PGP SIGNATURE-----\r\n",
  64. "shasum": "87521d38a44aa7ee91ce1cd2a47df0cb49dd660b",
  65. "tarball": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz",
  66. "unpackedSize": 7536
  67. },
  68. "gitHead": "1d006a94cac968a4347e0dafaecc9aeb2263f4d8",
  69. "homepage": "https://github.com/browserify/stream-browserify",
  70. "keywords": [
  71. "browser",
  72. "browserify",
  73. "stream"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "jprichardson",
  80. "email": "jprichardson@gmail.com"
  81. },
  82. {
  83. "name": "ahdinosaur",
  84. "email": "michael.williams@enspiral.com"
  85. },
  86. {
  87. "name": "ashaffer88",
  88. "email": "darawk@gmail.com"
  89. },
  90. {
  91. "name": "balupton",
  92. "email": "b@lupton.cc"
  93. },
  94. {
  95. "name": "bpostlethwaite",
  96. "email": "post.ben.here@gmail.com"
  97. },
  98. {
  99. "name": "bret",
  100. "email": "bcomnes@gmail.com"
  101. },
  102. {
  103. "name": "cwmma",
  104. "email": "calvin.metcalf@gmail.com"
  105. },
  106. {
  107. "name": "dominictarr",
  108. "email": "dominic.tarr@gmail.com"
  109. },
  110. {
  111. "name": "elnounch",
  112. "email": "contact@elnounch.net"
  113. },
  114. {
  115. "name": "emilbayes",
  116. "email": "github@tixz.dk"
  117. },
  118. {
  119. "name": "feross",
  120. "email": "feross@feross.org"
  121. },
  122. {
  123. "name": "forbeslindesay",
  124. "email": "forbes@lindesay.co.uk"
  125. },
  126. {
  127. "name": "fpereira1",
  128. "email": "pereira.filype@gmail.com"
  129. },
  130. {
  131. "name": "garann",
  132. "email": "garann@gmail.com"
  133. },
  134. {
  135. "name": "gkatsev",
  136. "email": "me@gkatsev.com"
  137. },
  138. {
  139. "name": "goto-bus-stop",
  140. "email": "renee@kooi.me"
  141. },
  142. {
  143. "name": "hughsk",
  144. "email": "hughskennedy@gmail.com"
  145. },
  146. {
  147. "name": "indutny",
  148. "email": "fedor@indutny.com"
  149. },
  150. {
  151. "name": "jmm",
  152. "email": "npm-public@jessemccarthy.net"
  153. },
  154. {
  155. "name": "anandthakker",
  156. "email": "vestibule@anandthakker.net"
  157. },
  158. {
  159. "name": "jryans",
  160. "email": "jryans@gmail.com"
  161. },
  162. {
  163. "name": "leichtgewicht",
  164. "email": "martin.heidegger@gmail.com"
  165. },
  166. {
  167. "name": "mafintosh",
  168. "email": "mathiasbuus@gmail.com"
  169. },
  170. {
  171. "name": "mattdesl",
  172. "email": "dave.des@gmail.com"
  173. },
  174. {
  175. "name": "maxogden",
  176. "email": "max@maxogden.com"
  177. },
  178. {
  179. "name": "mellowmelon",
  180. "email": "palmermebane@gmail.com"
  181. },
  182. {
  183. "name": "parshap",
  184. "email": "parshap+npm@gmail.com"
  185. },
  186. {
  187. "name": "pkrumins",
  188. "email": "peteris.krumins@gmail.com"
  189. },
  190. {
  191. "name": "sethvincent",
  192. "email": "sethvincent@gmail.com"
  193. },
  194. {
  195. "name": "stevemao",
  196. "email": "maochenyan@gmail.com"
  197. },
  198. {
  199. "name": "substack",
  200. "email": "substack@gmail.com"
  201. },
  202. {
  203. "name": "tehshrike",
  204. "email": "me@JoshDuff.com"
  205. },
  206. {
  207. "name": "terinjokes",
  208. "email": "terinjokes@gmail.com"
  209. },
  210. {
  211. "name": "thlorenz",
  212. "email": "thlorenz@gmx.de"
  213. },
  214. {
  215. "name": "ungoldman",
  216. "email": "ungoldman@gmail.com"
  217. },
  218. {
  219. "name": "yerkopalma",
  220. "email": "yerko.palma@usach.cl"
  221. },
  222. {
  223. "name": "yoshuawuyts",
  224. "email": "yoshuawuyts@gmail.com"
  225. },
  226. {
  227. "name": "zertosh",
  228. "email": "zertosh@gmail.com"
  229. }
  230. ],
  231. "name": "stream-browserify",
  232. "optionalDependencies": {},
  233. "readme": "ERROR: No README data found!",
  234. "repository": {
  235. "type": "git",
  236. "url": "git://github.com/browserify/stream-browserify.git"
  237. },
  238. "scripts": {
  239. "test": "tape test/*.js"
  240. },
  241. "testling": {
  242. "browsers": [
  243. "android-browser/4.2..latest",
  244. "chrome/10",
  245. "chrome/canary",
  246. "chrome/latest",
  247. "firefox/10",
  248. "firefox/3.5",
  249. "firefox/nightly",
  250. "ie/8..latest",
  251. "ipad/6.0..latest",
  252. "iphone/6.0..latest",
  253. "opera/12..latest",
  254. "opera/next",
  255. "safari/5.1..latest"
  256. ],
  257. "files": "test/*.js"
  258. },
  259. "version": "2.0.2"
  260. }