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

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "conf@^1.4.0",
  3. "_id": "conf@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bzlVWS2THbMetHqXKB8ypsXN4DQ/1qopGwNJi1eYbpwesJcd86FBjFciCQX/YwAhp9bM7NVnPFqZ5LpV7gP0Dg==",
  6. "_location": "/conf",
  7. "_phantomChildren": {
  8. "graceful-fs": "4.2.2",
  9. "imurmurhash": "0.1.4",
  10. "is-obj": "1.0.1",
  11. "signal-exit": "3.0.3"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "conf@^1.4.0",
  17. "name": "conf",
  18. "escapedName": "conf",
  19. "rawSpec": "^1.4.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^1.4.0"
  22. },
  23. "_requiredBy": [
  24. "/insight"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/conf/-/conf-1.4.0.tgz",
  27. "_shasum": "1ea66c9d7a9b601674a5bb9d2b8dc3c726625e67",
  28. "_spec": "conf@^1.4.0",
  29. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/insight",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/conf/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "dot-prop": "^4.1.0",
  41. "env-paths": "^1.0.0",
  42. "make-dir": "^1.0.0",
  43. "pkg-up": "^2.0.0",
  44. "write-file-atomic": "^2.3.0"
  45. },
  46. "deprecated": false,
  47. "description": "Simple config handling for your app or module",
  48. "devDependencies": {
  49. "ava": "*",
  50. "clear-module": "^2.1.0",
  51. "del": "^3.0.0",
  52. "tempy": "^0.2.1",
  53. "xo": "*"
  54. },
  55. "engines": {
  56. "node": ">=4"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/sindresorhus/conf#readme",
  62. "keywords": [
  63. "config",
  64. "store",
  65. "app",
  66. "storage",
  67. "conf",
  68. "configuration",
  69. "settings",
  70. "preferences",
  71. "json",
  72. "data",
  73. "persist",
  74. "persistent",
  75. "save",
  76. "load",
  77. "read",
  78. "write",
  79. "cache"
  80. ],
  81. "license": "MIT",
  82. "name": "conf",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/conf.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava"
  89. },
  90. "version": "1.4.0"
  91. }