You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "stream-shift@^1.0.0",
  3. "_id": "stream-shift@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=",
  6. "_location": "/stream-shift",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stream-shift@^1.0.0",
  12. "name": "stream-shift",
  13. "escapedName": "stream-shift",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/duplexify",
  20. "/stream-each"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
  23. "_shasum": "d5c752825e5367e786f78e18e445ea223a155952",
  24. "_spec": "stream-shift@^1.0.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/duplexify",
  26. "author": {
  27. "name": "Mathias Buus",
  28. "url": "@mafintosh"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mafintosh/stream-shift/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Returns the next buffer/object in a stream's readable queue",
  37. "devDependencies": {
  38. "standard": "^7.1.2",
  39. "tape": "^4.6.0",
  40. "through2": "^2.0.1"
  41. },
  42. "homepage": "https://github.com/mafintosh/stream-shift",
  43. "license": "MIT",
  44. "main": "index.js",
  45. "name": "stream-shift",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/mafintosh/stream-shift.git"
  49. },
  50. "scripts": {
  51. "test": "standard && tape test.js"
  52. },
  53. "version": "1.0.0"
  54. }