package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "flush-write-stream@1.1.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "flush-write-stream@1.1.1",
  9. "_id": "flush-write-stream@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
  12. "_location": "/flush-write-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "flush-write-stream@1.1.1",
  18. "name": "flush-write-stream",
  19. "escapedName": "flush-write-stream",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/copy-webpack-plugin/mississippi",
  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:\\item\\newItem\\admin",
  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. }