package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "labeled-stream-splicer@^2.0.0",
  3. "_id": "labeled-stream-splicer@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MC94mHZRvJ3LfykJlTUipBqenZz1pacOZEMhhQ8dMGcDHs0SBE5GbsavUXV7YtP3icBW17W0Zy1I0lfASmo9Pg==",
  6. "_location": "/labeled-stream-splicer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "labeled-stream-splicer@^2.0.0",
  12. "name": "labeled-stream-splicer",
  13. "escapedName": "labeled-stream-splicer",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.1.tgz",
  22. "_shasum": "9cffa32fd99e1612fd1d86a8db962416d5292926",
  23. "_spec": "labeled-stream-splicer@^2.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
  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/labeled-stream-splicer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "inherits": "^2.0.1",
  36. "isarray": "^2.0.4",
  37. "stream-splicer": "^2.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "stream splicer with labels",
  41. "devDependencies": {
  42. "browser-pack": "^2.0.1",
  43. "concat-stream": "^1.4.6",
  44. "module-deps": "^2.1.2",
  45. "tape": "^2.12.1",
  46. "through2": "^1.0.0"
  47. },
  48. "homepage": "https://github.com/substack/labeled-stream-splicer",
  49. "keywords": [
  50. "splice",
  51. "stream",
  52. "labels",
  53. "mutable",
  54. "pipeline"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "labeled-stream-splicer",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/substack/labeled-stream-splicer.git"
  62. },
  63. "scripts": {
  64. "test": "tape test/*.js"
  65. },
  66. "version": "2.0.1"
  67. }