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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "p-cancelable@^0.3.0",
  3. "_id": "p-cancelable@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==",
  6. "_location": "/p-cancelable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-cancelable@^0.3.0",
  12. "name": "p-cancelable",
  13. "escapedName": "p-cancelable",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/got"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz",
  22. "_shasum": "b9e123800bcebb7ac13a479be195b507b98d30fa",
  23. "_spec": "p-cancelable@^0.3.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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": "*",
  38. "delay": "^2.0.0",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=4"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/p-cancelable#readme",
  48. "keywords": [
  49. "promise",
  50. "cancelable",
  51. "cancel",
  52. "canceled",
  53. "canceling",
  54. "cancellable",
  55. "cancellation",
  56. "abort",
  57. "abortable",
  58. "aborting",
  59. "cleanup",
  60. "task",
  61. "token",
  62. "async",
  63. "function",
  64. "await",
  65. "promises",
  66. "bluebird"
  67. ],
  68. "license": "MIT",
  69. "name": "p-cancelable",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/p-cancelable.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "0.3.0"
  78. }