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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "update-notifier@^4.1.0",
  3. "_id": "update-notifier@4.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==",
  6. "_location": "/update-notifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "update-notifier@^4.1.0",
  12. "name": "update-notifier",
  13. "escapedName": "update-notifier",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz",
  22. "_shasum": "be86ee13e8ce48fb50043ff72057b5bd598e1ea3",
  23. "_spec": "update-notifier@^4.1.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yeoman/update-notifier/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "boxen": "^4.2.0",
  36. "chalk": "^3.0.0",
  37. "configstore": "^5.0.1",
  38. "has-yarn": "^2.1.0",
  39. "import-lazy": "^2.1.0",
  40. "is-ci": "^2.0.0",
  41. "is-installed-globally": "^0.3.1",
  42. "is-npm": "^4.0.0",
  43. "is-yarn-global": "^0.3.0",
  44. "latest-version": "^5.0.0",
  45. "pupa": "^2.0.1",
  46. "semver-diff": "^3.1.1",
  47. "xdg-basedir": "^4.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "Update notifications for your CLI app",
  51. "devDependencies": {
  52. "ava": "^2.4.0",
  53. "clear-module": "^4.0.0",
  54. "fixture-stdout": "^0.2.1",
  55. "mock-require": "^3.0.3",
  56. "strip-ansi": "^6.0.0",
  57. "xo": "^0.25.0"
  58. },
  59. "engines": {
  60. "node": ">=8"
  61. },
  62. "files": [
  63. "index.js",
  64. "check.js"
  65. ],
  66. "funding": "https://github.com/yeoman/update-notifier?sponsor=1",
  67. "homepage": "https://github.com/yeoman/update-notifier#readme",
  68. "keywords": [
  69. "npm",
  70. "update",
  71. "updater",
  72. "notify",
  73. "notifier",
  74. "check",
  75. "checker",
  76. "cli",
  77. "module",
  78. "package",
  79. "version"
  80. ],
  81. "license": "BSD-2-Clause",
  82. "name": "update-notifier",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/yeoman/update-notifier.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava --timeout=20s -s"
  89. },
  90. "version": "4.1.3",
  91. "xo": {
  92. "rules": {
  93. "prefer-object-spread": 0
  94. }
  95. }
  96. }