package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "p-cancelable@^0.4.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/got"
  6. ]
  7. ],
  8. "_from": "p-cancelable@>=0.4.0 <0.5.0",
  9. "_id": "p-cancelable@0.4.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/p-cancelable",
  13. "_nodeVersion": "8.10.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/p-cancelable_0.4.1_1522581779099_0.05425666370241489"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "p-cancelable",
  26. "raw": "p-cancelable@^0.4.0",
  27. "rawSpec": "^0.4.0",
  28. "scope": null,
  29. "spec": ">=0.4.0 <0.5.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/got"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz",
  36. "_shasum": "35f363d67d52081c8d9585e37bcceb7e0bbcb2a0",
  37. "_shrinkwrap": null,
  38. "_spec": "p-cancelable@^0.4.0",
  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-cancelable/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Create a promise that can be canceled",
  50. "devDependencies": {
  51. "ava": "*",
  52. "delay": "^2.0.0",
  53. "promise.prototype.finally": "^3.1.0",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "fileCount": 4,
  59. "integrity": "sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ==",
  60. "shasum": "35f363d67d52081c8d9585e37bcceb7e0bbcb2a0",
  61. "tarball": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz",
  62. "unpackedSize": 6976
  63. },
  64. "engines": {
  65. "node": ">=4"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "50d66ce7228c23511a754a03d52aebf55e0229b1",
  71. "homepage": "https://github.com/sindresorhus/p-cancelable#readme",
  72. "keywords": [
  73. "abort",
  74. "abortable",
  75. "aborting",
  76. "async",
  77. "await",
  78. "bluebird",
  79. "cancel",
  80. "cancelable",
  81. "canceled",
  82. "canceling",
  83. "cancellable",
  84. "cancellation",
  85. "cleanup",
  86. "function",
  87. "promise",
  88. "promises",
  89. "task",
  90. "token"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "sindresorhus",
  96. "email": "sindresorhus@gmail.com"
  97. }
  98. ],
  99. "name": "p-cancelable",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/p-cancelable.git"
  105. },
  106. "scripts": {
  107. "test": "xo && ava"
  108. },
  109. "version": "0.4.1"
  110. }