package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "/got"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz",
  22. "_shasum": "f32eacac5a175bea25d7fab565ab3ed8741ef56f",
  23. "_spec": "timed-out@^4.0.0",
  24. "_where": "/Users/rebecca/code/npm/node_modules/got",
  25. "author": {
  26. "name": "Vsevolod Strukchinsky",
  27. "email": "floatdrop@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/floatdrop/timed-out/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged",
  35. "devDependencies": {
  36. "mocha": "*",
  37. "xo": "^0.16.0"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/floatdrop/timed-out#readme",
  46. "keywords": [
  47. "http",
  48. "https",
  49. "get",
  50. "got",
  51. "url",
  52. "uri",
  53. "request",
  54. "util",
  55. "utility",
  56. "simple"
  57. ],
  58. "license": "MIT",
  59. "name": "timed-out",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/floatdrop/timed-out.git"
  63. },
  64. "scripts": {
  65. "test": "xo && mocha"
  66. },
  67. "version": "4.0.1"
  68. }