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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "p-timeout@^1.1.1",
  3. "_id": "p-timeout@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=",
  6. "_location": "/p-timeout",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-timeout@^1.1.1",
  12. "name": "p-timeout",
  13. "escapedName": "p-timeout",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/got",
  20. "/p-event"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz",
  23. "_shasum": "5eb3b353b7fce99f101a1038880bb054ebbea386",
  24. "_spec": "p-timeout@^1.1.1",
  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": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/p-timeout/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "p-finally": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Timeout a promise after a specified amount of time",
  40. "devDependencies": {
  41. "ava": "*",
  42. "delay": "^2.0.0",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/p-timeout#readme",
  52. "keywords": [
  53. "promise",
  54. "timeout",
  55. "error",
  56. "invalidate",
  57. "async",
  58. "await",
  59. "promises",
  60. "time",
  61. "out",
  62. "cancel",
  63. "bluebird"
  64. ],
  65. "license": "MIT",
  66. "name": "p-timeout",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/p-timeout.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "1.2.1"
  75. }