package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "p-timeout@^2.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/got"
  6. ]
  7. ],
  8. "_from": "p-timeout@>=2.0.1 <3.0.0",
  9. "_id": "p-timeout@2.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/p-timeout",
  13. "_nodeVersion": "8.9.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/p-timeout-2.0.1.tgz_1511899601223_0.9610305042006075"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.5.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "p-timeout",
  26. "raw": "p-timeout@^2.0.1",
  27. "rawSpec": "^2.0.1",
  28. "scope": null,
  29. "spec": ">=2.0.1 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/got"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz",
  36. "_shasum": "d8dd1979595d2dc0139e1fe46b8b646cb3cdf038",
  37. "_shrinkwrap": null,
  38. "_spec": "p-timeout@^2.0.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/got",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/p-timeout/issues"
  47. },
  48. "dependencies": {
  49. "p-finally": "^1.0.0"
  50. },
  51. "description": "Timeout a promise after a specified amount of time",
  52. "devDependencies": {
  53. "ava": "*",
  54. "delay": "^2.0.0",
  55. "p-cancelable": "^0.3.0",
  56. "xo": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==",
  61. "shasum": "d8dd1979595d2dc0139e1fe46b8b646cb3cdf038",
  62. "tarball": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz"
  63. },
  64. "engines": {
  65. "node": ">=4"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "db65c4b51196c505ac005ce5b665d41a246ed253",
  71. "homepage": "https://github.com/sindresorhus/p-timeout#readme",
  72. "keywords": [
  73. "async",
  74. "await",
  75. "bluebird",
  76. "cancel",
  77. "error",
  78. "invalidate",
  79. "out",
  80. "promise",
  81. "promises",
  82. "time",
  83. "timeout"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "sindresorhus",
  89. "email": "sindresorhus@gmail.com"
  90. }
  91. ],
  92. "name": "p-timeout",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/p-timeout.git"
  98. },
  99. "scripts": {
  100. "test": "xo && ava"
  101. },
  102. "version": "2.0.1"
  103. }