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

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "configstore@^5.0.1",
  3. "_id": "configstore@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==",
  6. "_location": "/configstore",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "configstore@^5.0.1",
  12. "name": "configstore",
  13. "escapedName": "configstore",
  14. "rawSpec": "^5.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cordova",
  20. "/update-notifier"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
  23. "_shasum": "d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96",
  24. "_spec": "configstore@^5.0.1",
  25. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/yeoman/configstore/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "dot-prop": "^5.2.0",
  37. "graceful-fs": "^4.1.2",
  38. "make-dir": "^3.0.0",
  39. "unique-string": "^2.0.0",
  40. "write-file-atomic": "^3.0.0",
  41. "xdg-basedir": "^4.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Easily load and save config without having to think about where and how",
  45. "devDependencies": {
  46. "ava": "^2.1.0",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/yeoman/configstore#readme",
  56. "keywords": [
  57. "config",
  58. "store",
  59. "storage",
  60. "configuration",
  61. "settings",
  62. "preferences",
  63. "json",
  64. "data",
  65. "persist",
  66. "persistent",
  67. "save"
  68. ],
  69. "license": "BSD-2-Clause",
  70. "name": "configstore",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/yeoman/configstore.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "5.0.1"
  79. }