package.json 3.0 KB

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