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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "end-of-stream@^1.1.0",
  3. "_id": "end-of-stream@1.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  6. "_location": "/end-of-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "end-of-stream@^1.1.0",
  12. "name": "end-of-stream",
  13. "escapedName": "end-of-stream",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/async-done",
  20. "/duplexify",
  21. "/pump"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  24. "_shasum": "5ae64a5f45057baf3626ec14da0ca5e4b2431eb0",
  25. "_spec": "end-of-stream@^1.1.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\async-done",
  27. "author": {
  28. "name": "Mathias Buus",
  29. "email": "mathiasbuus@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/mafintosh/end-of-stream/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "once": "^1.4.0"
  37. },
  38. "deprecated": false,
  39. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  40. "devDependencies": {
  41. "tape": "^4.11.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/mafintosh/end-of-stream",
  47. "keywords": [
  48. "stream",
  49. "streams",
  50. "callback",
  51. "finish",
  52. "close",
  53. "end",
  54. "wait"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "end-of-stream",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/mafintosh/end-of-stream.git"
  62. },
  63. "scripts": {
  64. "test": "node test.js"
  65. },
  66. "version": "1.4.4"
  67. }