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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "timed-out@^4.0.0",
  3. "_id": "timed-out@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=",
  6. "_location": "/timed-out",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "timed-out@^4.0.0",
  12. "name": "timed-out",
  13. "escapedName": "timed-out",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper/got",
  20. "/got"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz",
  23. "_shasum": "f32eacac5a175bea25d7fab565ab3ed8741ef56f",
  24. "_spec": "timed-out@^4.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\got",
  26. "author": {
  27. "name": "Vsevolod Strukchinsky",
  28. "email": "floatdrop@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/floatdrop/timed-out/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged",
  36. "devDependencies": {
  37. "mocha": "*",
  38. "xo": "^0.16.0"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/floatdrop/timed-out#readme",
  47. "keywords": [
  48. "http",
  49. "https",
  50. "get",
  51. "got",
  52. "url",
  53. "uri",
  54. "request",
  55. "util",
  56. "utility",
  57. "simple"
  58. ],
  59. "license": "MIT",
  60. "name": "timed-out",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/floatdrop/timed-out.git"
  64. },
  65. "scripts": {
  66. "test": "xo && mocha"
  67. },
  68. "version": "4.0.1"
  69. }