package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "flush-write-stream@^1.0.2",
  3. "_id": "flush-write-stream@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
  6. "_location": "/flush-write-stream",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "util-deprecate": "1.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "flush-write-stream@^1.0.2",
  18. "name": "flush-write-stream",
  19. "escapedName": "flush-write-stream",
  20. "rawSpec": "^1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "^1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/lead"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
  28. "_shasum": "8dd7d873a1babc207d94ead0c2e0e44276ebf2e8",
  29. "_spec": "flush-write-stream@^1.0.2",
  30. "_where": "/Users/handy_cao/Work/GuangZuan/wxappb2b/GuangZuan/node_modules/lead",
  31. "author": {
  32. "name": "Mathias Buus",
  33. "url": "@mafintosh"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mafintosh/flush-write-stream/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "inherits": "^2.0.3",
  41. "readable-stream": "^2.3.6"
  42. },
  43. "deprecated": false,
  44. "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
  45. "devDependencies": {
  46. "tape": "^4.2.2"
  47. },
  48. "homepage": "https://github.com/mafintosh/flush-write-stream",
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "flush-write-stream",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/mafintosh/flush-write-stream.git"
  55. },
  56. "scripts": {
  57. "test": "tape test.js"
  58. },
  59. "version": "1.1.1"
  60. }