package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "read-only-stream@^2.0.0",
  3. "_id": "read-only-stream@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-JyT9aoET1zdkrCiNQ4YnDB2/F/A=",
  6. "_location": "/read-only-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "read-only-stream@^2.0.0",
  12. "name": "read-only-stream",
  13. "escapedName": "read-only-stream",
  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/read-only-stream/-/read-only-stream-2.0.0.tgz",
  22. "_shasum": "2724fd6a8113d73764ac288d4386270c1dbf17f0",
  23. "_spec": "read-only-stream@^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/read-only-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "readable-stream": "^2.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "wrap a readable/writable stream to be read-only",
  39. "devDependencies": {
  40. "concat-stream": "^1.4.6",
  41. "covert": "^1.0.0",
  42. "tape": "^4.2.0",
  43. "through": "^2.3.4",
  44. "through2": "^2.0.0"
  45. },
  46. "homepage": "https://github.com/substack/read-only-stream",
  47. "keywords": [
  48. "stream",
  49. "readonly"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "read-only-stream",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/substack/read-only-stream.git"
  57. },
  58. "scripts": {
  59. "coverage": "covert test/*.js",
  60. "test": "tape test/*.js"
  61. },
  62. "version": "2.0.0"
  63. }