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.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "concat-stream@^1.6.0",
  3. "_id": "concat-stream@1.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
  6. "_location": "/concat-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "concat-stream@^1.6.0",
  12. "name": "concat-stream",
  13. "escapedName": "concat-stream",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
  22. "_shasum": "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34",
  23. "_spec": "concat-stream@^1.6.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  25. "author": {
  26. "name": "Max Ogden",
  27. "email": "max@maxogden.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/maxogden/concat-stream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "buffer-from": "^1.0.0",
  35. "inherits": "^2.0.3",
  36. "readable-stream": "^2.2.2",
  37. "typedarray": "^0.0.6"
  38. },
  39. "deprecated": false,
  40. "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
  41. "devDependencies": {
  42. "tape": "^4.6.3"
  43. },
  44. "engines": [
  45. "node >= 0.8"
  46. ],
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/maxogden/concat-stream#readme",
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "concat-stream",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
  57. },
  58. "scripts": {
  59. "test": "tape test/*.js test/server/*.js"
  60. },
  61. "tags": [
  62. "stream",
  63. "simple",
  64. "util",
  65. "utility"
  66. ],
  67. "testling": {
  68. "files": "test/*.js",
  69. "browsers": [
  70. "ie/8..latest",
  71. "firefox/17..latest",
  72. "firefox/nightly",
  73. "chrome/22..latest",
  74. "chrome/canary",
  75. "opera/12..latest",
  76. "opera/next",
  77. "safari/5.1..latest",
  78. "ipad/6.0..latest",
  79. "iphone/6.0..latest",
  80. "android-browser/4.2..latest"
  81. ]
  82. },
  83. "version": "1.6.2"
  84. }