Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "p-cancelable@^1.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/got"
  6. ]
  7. ],
  8. "_from": "p-cancelable@>=1.0.0 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "p-cancelable@1.1.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/p-cancelable",
  14. "_nodeVersion": "8.15.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/p-cancelable_1.1.0_1552034587600_0.8347780998024625"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.8.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "p-cancelable",
  27. "raw": "p-cancelable@^1.0.0",
  28. "rawSpec": "^1.0.0",
  29. "scope": null,
  30. "spec": ">=1.0.0 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/got"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz",
  37. "_shasum": "d078d15a3af409220c886f1d9a0ca2e441ab26cc",
  38. "_shrinkwrap": null,
  39. "_spec": "p-cancelable@^1.0.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/got",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/p-cancelable/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Create a promise that can be canceled",
  51. "devDependencies": {
  52. "ava": "^1.3.1",
  53. "delay": "^4.1.0",
  54. "promise.prototype.finally": "^3.1.0",
  55. "tsd-check": "^0.3.0",
  56. "xo": "^0.24.0"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "fileCount": 5,
  61. "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==",
  62. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgiscCRA9TVsSAnZWagAAlT4P/RRYuvZxdtzqjQ1Qne9s\nN9IfUkgrXB8HDImsX3t6rVchQIsLB1FRr0K2IT8ORf2WFTNUDQ3h9GxgMRNv\nMP5jQpVwTsN2ZR+hBp74PG+600x0eTTyVZO6L6yUo4YtazFssaLT0bMvSYZx\nAIP48RG2D2CaS7xo3fd2dQjXC2EtgmIGprUTUQVHByd/mIeyr4UV5cMywpJF\nTrVSX5hD/ZG+r1q4dNJ31piAyAK925gkMOOPlpBn9pljN57FB7uOukS/e2FX\nzmMzYhFU1AkTZmhbiQgon7kb7XGHC1R3KPTuE1/boB0rLZkQGBrEy8taKxXg\ncJ8q5Lgn8XhFl+Ou1t2aC1CelBXn0yWA+nBSsE1UyqS+cblw2HoPJOB0vt9N\noSWgcxAB2Tpkk0xsuOIcP/Y1Dan+Py6uO3IfC7PEydt7EFap9JJAL0R0Wnxw\nf+Ht0OoteCovHg2Yumdqui39yNuHwX8IxmyJWizCFT0Qhr5pUhdIusOoWx45\nVAqe5XGsIIosoXpW760u9iPGnlMGx3qul2zwLysDk+kw7czBZvmzNHGe4F03\n+0GF5x+xi5YRVqauLPmJc+2BesAoszit0FJ0fCbc6+krMlC0sD4bxxeTOJ7o\nP8Vqan2Z9DrV38av6En+ys8Zs+NRSESZRng6wAP3KGqZH13KfueDIB5TfLU/\nsPQG\r\n=uzFX\r\n-----END PGP SIGNATURE-----\r\n",
  63. "shasum": "d078d15a3af409220c886f1d9a0ca2e441ab26cc",
  64. "tarball": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz",
  65. "unpackedSize": 12515
  66. },
  67. "engines": {
  68. "node": ">=6"
  69. },
  70. "gitHead": "8746e2a93a925e4e28a7848b6e08cad799f33ddd",
  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 && tsd-check"
  108. },
  109. "version": "1.1.0"
  110. }