package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "flush-write-stream@1.1.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "flush-write-stream@1.1.1",
  10. "_id": "flush-write-stream@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
  13. "_location": "/flush-write-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "flush-write-stream@1.1.1",
  19. "name": "flush-write-stream",
  20. "escapedName": "flush-write-stream",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/mississippi"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Mathias Buus",
  33. "url": "@mafintosh"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mafintosh/flush-write-stream/issues"
  37. },
  38. "dependencies": {
  39. "inherits": "^2.0.3",
  40. "readable-stream": "^2.3.6"
  41. },
  42. "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
  43. "devDependencies": {
  44. "tape": "^4.2.2"
  45. },
  46. "homepage": "https://github.com/mafintosh/flush-write-stream",
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "flush-write-stream",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/mafintosh/flush-write-stream.git"
  53. },
  54. "scripts": {
  55. "test": "tape test.js"
  56. },
  57. "version": "1.1.1"
  58. }