package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "flush-write-stream@^1.0.0",
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "flush-write-stream@^1.0.0",
  12. "name": "flush-write-stream",
  13. "escapedName": "flush-write-stream",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/copy-webpack-plugin/mississippi",
  20. "/mississippi"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
  23. "_shasum": "8dd7d873a1babc207d94ead0c2e0e44276ebf2e8",
  24. "_spec": "flush-write-stream@^1.0.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\mississippi",
  26. "author": {
  27. "name": "Mathias Buus",
  28. "url": "@mafintosh"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mafintosh/flush-write-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "inherits": "^2.0.3",
  36. "readable-stream": "^2.3.6"
  37. },
  38. "deprecated": false,
  39. "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
  40. "devDependencies": {
  41. "tape": "^4.2.2"
  42. },
  43. "homepage": "https://github.com/mafintosh/flush-write-stream",
  44. "license": "MIT",
  45. "main": "index.js",
  46. "name": "flush-write-stream",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/mafintosh/flush-write-stream.git"
  50. },
  51. "scripts": {
  52. "test": "tape test.js"
  53. },
  54. "version": "1.1.1"
  55. }