package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "p-cancelable@^2.0.0",
  3. "_id": "p-cancelable@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
  6. "_location": "/p-cancelable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-cancelable@^2.0.0",
  12. "name": "p-cancelable",
  13. "escapedName": "p-cancelable",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/got"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
  22. "_shasum": "aab7fbd416582fa32a3db49859c122487c5ed2cf",
  23. "_spec": "p-cancelable@^2.0.0",
  24. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/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.4.1",
  38. "delay": "^4.1.0",
  39. "promise.prototype.finally": "^3.1.0",
  40. "tsd": "^0.7.1",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  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"
  79. },
  80. "version": "2.1.1"
  81. }