package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "stream-shift@^1.0.0",
  6. "scope": null,
  7. "escapedName": "stream-shift",
  8. "name": "stream-shift",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/duplexify"
  14. ]
  15. ],
  16. "_from": "stream-shift@>=1.0.0 <2.0.0",
  17. "_id": "stream-shift@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/stream-shift",
  21. "_nodeVersion": "4.4.3",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/stream-shift-1.0.0.tgz_1468011662152_0.6510484367609024"
  25. },
  26. "_npmUser": {
  27. "name": "mafintosh",
  28. "email": "mathiasbuus@gmail.com"
  29. },
  30. "_npmVersion": "2.15.9",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "stream-shift@^1.0.0",
  34. "scope": null,
  35. "escapedName": "stream-shift",
  36. "name": "stream-shift",
  37. "rawSpec": "^1.0.0",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/duplexify"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
  45. "_shasum": "d5c752825e5367e786f78e18e445ea223a155952",
  46. "_shrinkwrap": null,
  47. "_spec": "stream-shift@^1.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/duplexify",
  49. "author": {
  50. "name": "Mathias Buus",
  51. "url": "@mafintosh"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/mafintosh/stream-shift/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Returns the next buffer/object in a stream's readable queue",
  58. "devDependencies": {
  59. "standard": "^7.1.2",
  60. "tape": "^4.6.0",
  61. "through2": "^2.0.1"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "d5c752825e5367e786f78e18e445ea223a155952",
  66. "tarball": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz"
  67. },
  68. "gitHead": "2ea5f7dcd8ac6babb08324e6e603a3269252a2c4",
  69. "homepage": "https://github.com/mafintosh/stream-shift",
  70. "license": "MIT",
  71. "main": "index.js",
  72. "maintainers": [
  73. {
  74. "name": "mafintosh",
  75. "email": "mathiasbuus@gmail.com"
  76. }
  77. ],
  78. "name": "stream-shift",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/mafintosh/stream-shift.git"
  84. },
  85. "scripts": {
  86. "test": "standard && tape test.js"
  87. },
  88. "version": "1.0.0"
  89. }