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.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "stream-shift@^1.0.0",
  3. "_id": "stream-shift@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==",
  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. ],
  21. "_resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz",
  22. "_shasum": "d7088281559ab2778424279b0877da3c392d5a3d",
  23. "_spec": "stream-shift@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\duplexify",
  25. "author": {
  26. "name": "Mathias Buus",
  27. "url": "@mafintosh"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/stream-shift/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Returns the next buffer/object in a stream's readable queue",
  36. "devDependencies": {
  37. "standard": "^7.1.2",
  38. "tape": "^4.6.0",
  39. "through2": "^2.0.1"
  40. },
  41. "homepage": "https://github.com/mafintosh/stream-shift",
  42. "license": "MIT",
  43. "main": "index.js",
  44. "name": "stream-shift",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/mafintosh/stream-shift.git"
  48. },
  49. "scripts": {
  50. "test": "standard && tape test.js"
  51. },
  52. "version": "1.0.1"
  53. }