package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "concat-stream@^1.4.1",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/gzip-size"
  6. ]
  7. ],
  8. "_from": "concat-stream@>=1.4.1 <2.0.0",
  9. "_id": "concat-stream@1.5.0",
  10. "_inCache": true,
  11. "_location": "/concat-stream",
  12. "_nodeVersion": "1.8.2",
  13. "_npmUser": {
  14. "email": "max@maxogden.com",
  15. "name": "maxogden"
  16. },
  17. "_npmVersion": "2.9.0",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "concat-stream",
  21. "raw": "concat-stream@^1.4.1",
  22. "rawSpec": "^1.4.1",
  23. "scope": null,
  24. "spec": ">=1.4.1 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/gzip-size"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz",
  31. "_shasum": "53f7d43c51c5e43f81c8fdd03321c631be68d611",
  32. "_shrinkwrap": null,
  33. "_spec": "concat-stream@^1.4.1",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/gzip-size",
  35. "author": {
  36. "email": "max@maxogden.com",
  37. "name": "Max Ogden"
  38. },
  39. "bugs": {
  40. "url": "http://github.com/maxogden/concat-stream/issues"
  41. },
  42. "dependencies": {
  43. "inherits": "~2.0.1",
  44. "readable-stream": "~2.0.0",
  45. "typedarray": "~0.0.5"
  46. },
  47. "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
  48. "devDependencies": {
  49. "tape": "~2.3.2"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "53f7d43c51c5e43f81c8fdd03321c631be68d611",
  54. "tarball": "http://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz"
  55. },
  56. "engines": [
  57. "node >= 0.8"
  58. ],
  59. "files": [
  60. "index.js"
  61. ],
  62. "gitHead": "7cb37c8ddc0fd2ea03c104d07d44d84b83a31185",
  63. "homepage": "https://github.com/maxogden/concat-stream#readme",
  64. "installable": true,
  65. "license": "MIT",
  66. "main": "index.js",
  67. "maintainers": [
  68. {
  69. "name": "maxogden",
  70. "email": "max@maxogden.com"
  71. }
  72. ],
  73. "name": "concat-stream",
  74. "optionalDependencies": {},
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
  78. },
  79. "scripts": {
  80. "test": "tape test/*.js test/server/*.js"
  81. },
  82. "tags": [
  83. "simple",
  84. "stream",
  85. "util",
  86. "utility"
  87. ],
  88. "testling": {
  89. "browsers": [
  90. "android-browser/4.2..latest",
  91. "chrome/22..latest",
  92. "chrome/canary",
  93. "firefox/17..latest",
  94. "firefox/nightly",
  95. "ie/8..latest",
  96. "ipad/6.0..latest",
  97. "iphone/6.0..latest",
  98. "opera/12..latest",
  99. "opera/next",
  100. "safari/5.1..latest"
  101. ],
  102. "files": "test/*.js"
  103. },
  104. "version": "1.5.0"
  105. }