package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "safe-buffer": "5.1.2",
  13. "string_decoder": "1.1.1",
  14. "util-deprecate": "1.0.2"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "flush-write-stream@^1.0.0",
  20. "name": "flush-write-stream",
  21. "escapedName": "flush-write-stream",
  22. "rawSpec": "^1.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "^1.0.0"
  25. },
  26. "_requiredBy": [
  27. "/copy-webpack-plugin/mississippi",
  28. "/mississippi"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
  31. "_shasum": "8dd7d873a1babc207d94ead0c2e0e44276ebf2e8",
  32. "_spec": "flush-write-stream@^1.0.0",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\mississippi",
  34. "author": {
  35. "name": "Mathias Buus",
  36. "url": "@mafintosh"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mafintosh/flush-write-stream/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "inherits": "^2.0.3",
  44. "readable-stream": "^2.3.6"
  45. },
  46. "deprecated": false,
  47. "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
  48. "devDependencies": {
  49. "tape": "^4.2.2"
  50. },
  51. "homepage": "https://github.com/mafintosh/flush-write-stream",
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "flush-write-stream",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/mafintosh/flush-write-stream.git"
  58. },
  59. "scripts": {
  60. "test": "tape test.js"
  61. },
  62. "version": "1.1.1"
  63. }