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

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "pify@^4.0.1",
  3. "_id": "pify@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  6. "_location": "/pify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pify@^4.0.1",
  12. "name": "pify",
  13. "escapedName": "pify",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/read-chunk",
  20. "/with-open-file"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  23. "_shasum": "4b2cd25c50d598735c50292224fd8c6df41e3231",
  24. "_spec": "pify@^4.0.1",
  25. "_where": "/Users/christian/Documents/artesanias/node_modules/read-chunk",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/pify/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Promisify a callback-style function",
  37. "devDependencies": {
  38. "ava": "^0.25.0",
  39. "pinkie-promise": "^2.0.0",
  40. "v8-natives": "^1.1.0",
  41. "xo": "^0.23.0"
  42. },
  43. "engines": {
  44. "node": ">=6"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/pify#readme",
  50. "keywords": [
  51. "promise",
  52. "promises",
  53. "promisify",
  54. "all",
  55. "denodify",
  56. "denodeify",
  57. "callback",
  58. "cb",
  59. "node",
  60. "then",
  61. "thenify",
  62. "convert",
  63. "transform",
  64. "wrap",
  65. "wrapper",
  66. "bind",
  67. "to",
  68. "async",
  69. "await",
  70. "es2015",
  71. "bluebird"
  72. ],
  73. "license": "MIT",
  74. "name": "pify",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/pify.git"
  78. },
  79. "scripts": {
  80. "optimization-test": "node --allow-natives-syntax optimization-test.js",
  81. "test": "xo && ava"
  82. },
  83. "version": "4.0.1"
  84. }