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.

119 lines
3.1 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "concat-stream@^1.5.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/mississippi"
  6. ]
  7. ],
  8. "_from": "concat-stream@>=1.5.0 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "concat-stream@1.6.2",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/concat-stream",
  14. "_nodeVersion": "9.7.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/concat-stream_1.6.2_1521645450162_0.17291462204214292"
  18. },
  19. "_npmUser": {
  20. "email": "mathiasbuus@gmail.com",
  21. "name": "mafintosh"
  22. },
  23. "_npmVersion": "5.6.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "concat-stream",
  27. "raw": "concat-stream@^1.5.0",
  28. "rawSpec": "^1.5.0",
  29. "scope": null,
  30. "spec": ">=1.5.0 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/mississippi"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
  37. "_shasum": "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34",
  38. "_shrinkwrap": null,
  39. "_spec": "concat-stream@^1.5.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/mississippi",
  41. "author": {
  42. "email": "max@maxogden.com",
  43. "name": "Max Ogden"
  44. },
  45. "bugs": {
  46. "url": "http://github.com/maxogden/concat-stream/issues"
  47. },
  48. "dependencies": {
  49. "buffer-from": "^1.0.0",
  50. "inherits": "^2.0.3",
  51. "readable-stream": "^2.2.2",
  52. "typedarray": "^0.0.6"
  53. },
  54. "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
  55. "devDependencies": {
  56. "tape": "^4.6.3"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "fileCount": 4,
  61. "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
  62. "shasum": "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34",
  63. "tarball": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
  64. "unpackedSize": 9556
  65. },
  66. "engines": [
  67. "node >= 0.8"
  68. ],
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "008d3917552ff3c24c6209d29b1abd80f951c7fc",
  73. "homepage": "https://github.com/maxogden/concat-stream#readme",
  74. "license": "MIT",
  75. "main": "index.js",
  76. "maintainers": [
  77. {
  78. "name": "mafintosh",
  79. "email": "mathiasbuus@gmail.com"
  80. },
  81. {
  82. "name": "maxogden",
  83. "email": "max@maxogden.com"
  84. }
  85. ],
  86. "name": "concat-stream",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
  92. },
  93. "scripts": {
  94. "test": "tape test/*.js test/server/*.js"
  95. },
  96. "tags": [
  97. "simple",
  98. "stream",
  99. "util",
  100. "utility"
  101. ],
  102. "testling": {
  103. "browsers": [
  104. "android-browser/4.2..latest",
  105. "chrome/22..latest",
  106. "chrome/canary",
  107. "firefox/17..latest",
  108. "firefox/nightly",
  109. "ie/8..latest",
  110. "ipad/6.0..latest",
  111. "iphone/6.0..latest",
  112. "opera/12..latest",
  113. "opera/next",
  114. "safari/5.1..latest"
  115. ],
  116. "files": "test/*.js"
  117. },
  118. "version": "1.6.2"
  119. }