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

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "p-finally@^1.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/with-open-file"
  6. ]
  7. ],
  8. "_from": "p-finally@>=1.0.0 <2.0.0",
  9. "_id": "p-finally@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/p-finally",
  13. "_nodeVersion": "4.6.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/p-finally-1.0.0.tgz_1477029729610_0.2481102051679045"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "p-finally",
  26. "raw": "p-finally@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/windows-release/execa",
  34. "/with-open-file"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
  37. "_shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
  38. "_shrinkwrap": null,
  39. "_spec": "p-finally@^1.0.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/with-open-file",
  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-finally/issues"
  48. },
  49. "dependencies": {},
  50. "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
  51. "devDependencies": {
  52. "ava": "*",
  53. "xo": "*"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
  58. "tarball": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz"
  59. },
  60. "engines": {
  61. "node": ">=4"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "gitHead": "9cfdd5dccb41995300916c17ab0fab784800f4d3",
  67. "homepage": "https://github.com/sindresorhus/p-finally#readme",
  68. "keywords": [
  69. "async",
  70. "await",
  71. "bluebird",
  72. "finally",
  73. "function",
  74. "handler",
  75. "polyfill",
  76. "ponyfill",
  77. "promise",
  78. "promises",
  79. "settled",
  80. "shim"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "sindresorhus",
  86. "email": "sindresorhus@gmail.com"
  87. }
  88. ],
  89. "name": "p-finally",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/p-finally.git"
  95. },
  96. "scripts": {
  97. "test": "xo && ava"
  98. },
  99. "version": "1.0.0",
  100. "xo": {
  101. "esnext": true
  102. }
  103. }