package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "flush-write-stream@1.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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": "sha1-jdfYc6G6vCB9lOrQwuDkQnbr8ug=",
  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. "/copy-webpack-plugin/mississippi",
  27. "/mississippi"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/flush-write-stream/download/flush-write-stream-1.1.1.tgz",
  30. "_spec": "1.1.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Mathias Buus",
  34. "url": "@mafintosh"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/mafintosh/flush-write-stream/issues"
  38. },
  39. "dependencies": {
  40. "inherits": "^2.0.3",
  41. "readable-stream": "^2.3.6"
  42. },
  43. "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
  44. "devDependencies": {
  45. "tape": "^4.2.2"
  46. },
  47. "homepage": "https://github.com/mafintosh/flush-write-stream",
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "flush-write-stream",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/mafintosh/flush-write-stream.git"
  54. },
  55. "scripts": {
  56. "test": "tape test.js"
  57. },
  58. "version": "1.1.1"
  59. }