package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "p-cancelable@^1.0.0",
  3. "_id": "p-cancelable@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==",
  6. "_location": "/p-cancelable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-cancelable@^1.0.0",
  12. "name": "p-cancelable",
  13. "escapedName": "p-cancelable",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/got"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz",
  22. "_shasum": "d078d15a3af409220c886f1d9a0ca2e441ab26cc",
  23. "_spec": "p-cancelable@^1.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\got",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-cancelable/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Create a promise that can be canceled",
  36. "devDependencies": {
  37. "ava": "^1.3.1",
  38. "delay": "^4.1.0",
  39. "promise.prototype.finally": "^3.1.0",
  40. "tsd-check": "^0.3.0",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=6"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/p-cancelable#readme",
  51. "keywords": [
  52. "promise",
  53. "cancelable",
  54. "cancel",
  55. "canceled",
  56. "canceling",
  57. "cancellable",
  58. "cancellation",
  59. "abort",
  60. "abortable",
  61. "aborting",
  62. "cleanup",
  63. "task",
  64. "token",
  65. "async",
  66. "function",
  67. "await",
  68. "promises",
  69. "bluebird"
  70. ],
  71. "license": "MIT",
  72. "name": "p-cancelable",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/p-cancelable.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava && tsd-check"
  79. },
  80. "version": "1.1.0"
  81. }