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

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "universalify@^0.1.0",
  3. "_id": "universalify@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
  6. "_location": "/universalify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "universalify@^0.1.0",
  12. "name": "universalify",
  13. "escapedName": "universalify",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/fs-extra"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  22. "_shasum": "b646f69be3942dabcecc9d6639c80dc105efaa66",
  23. "_spec": "universalify@^0.1.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\fs-extra",
  25. "author": {
  26. "name": "Ryan Zimmerman",
  27. "email": "opensrc@ryanzim.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/RyanZim/universalify/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Make a callback- or promise-based function support both promises and callbacks.",
  35. "devDependencies": {
  36. "colortape": "^0.1.2",
  37. "coveralls": "^3.0.1",
  38. "nyc": "^10.2.0",
  39. "standard": "^10.0.1",
  40. "tape": "^4.6.3"
  41. },
  42. "engines": {
  43. "node": ">= 4.0.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/RyanZim/universalify#readme",
  49. "keywords": [
  50. "callback",
  51. "native",
  52. "promise"
  53. ],
  54. "license": "MIT",
  55. "name": "universalify",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/RyanZim/universalify.git"
  59. },
  60. "scripts": {
  61. "test": "standard && nyc tape test/*.js | colortape"
  62. },
  63. "version": "0.1.2"
  64. }