package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "stream-shift@1.0.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "stream-shift@1.0.1",
  9. "_id": "stream-shift@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==",
  12. "_location": "/stream-shift",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "stream-shift@1.0.1",
  18. "name": "stream-shift",
  19. "escapedName": "stream-shift",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/duplexify",
  26. "/stream-each"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz",
  29. "_spec": "1.0.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/stream-shift/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Returns the next buffer/object in a stream's readable queue",
  40. "devDependencies": {
  41. "standard": "^7.1.2",
  42. "tape": "^4.6.0",
  43. "through2": "^2.0.1"
  44. },
  45. "homepage": "https://github.com/mafintosh/stream-shift",
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "stream-shift",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/mafintosh/stream-shift.git"
  52. },
  53. "scripts": {
  54. "test": "standard && tape test.js"
  55. },
  56. "version": "1.0.1"
  57. }