package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "stream-splicer@^2.0.0",
  3. "_id": "stream-splicer@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-G2O+Q4oTPktnHMGTUZdgAXWRDYM=",
  6. "_location": "/stream-splicer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stream-splicer@^2.0.0",
  12. "name": "stream-splicer",
  13. "escapedName": "stream-splicer",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/labeled-stream-splicer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.0.tgz",
  22. "_shasum": "1b63be438a133e4b671cc1935197600175910d83",
  23. "_spec": "stream-splicer@^2.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/labeled-stream-splicer",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/stream-splicer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "inherits": "^2.0.1",
  36. "readable-stream": "^2.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "streaming pipeline with a mutable configuration",
  40. "devDependencies": {
  41. "JSONStream": "^1.0.4",
  42. "concat-stream": "^1.4.6",
  43. "split": "^1.0.0",
  44. "tape": "^4.2.0",
  45. "through2": "^2.0.0"
  46. },
  47. "homepage": "https://github.com/substack/stream-splicer",
  48. "keywords": [
  49. "stream",
  50. "mutable",
  51. "pipeline"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "stream-splicer",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/substack/stream-splicer.git"
  59. },
  60. "scripts": {
  61. "test": "tape test/*.js"
  62. },
  63. "version": "2.0.0"
  64. }