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

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "conf@^1.4.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/insight"
  6. ]
  7. ],
  8. "_from": "conf@>=1.4.0 <2.0.0",
  9. "_id": "conf@1.4.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/conf",
  13. "_nodeVersion": "8.9.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/conf-1.4.0.tgz_1515088299723_0.8506107989232987"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.5.1",
  23. "_phantomChildren": {
  24. "graceful-fs": "4.2.2",
  25. "imurmurhash": "0.1.4",
  26. "is-obj": "1.0.1",
  27. "signal-exit": "3.0.3"
  28. },
  29. "_requested": {
  30. "name": "conf",
  31. "raw": "conf@^1.4.0",
  32. "rawSpec": "^1.4.0",
  33. "scope": null,
  34. "spec": ">=1.4.0 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/insight"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/conf/-/conf-1.4.0.tgz",
  41. "_shasum": "1ea66c9d7a9b601674a5bb9d2b8dc3c726625e67",
  42. "_shrinkwrap": null,
  43. "_spec": "conf@^1.4.0",
  44. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/insight",
  45. "author": {
  46. "email": "sindresorhus@gmail.com",
  47. "name": "Sindre Sorhus",
  48. "url": "sindresorhus.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/sindresorhus/conf/issues"
  52. },
  53. "dependencies": {
  54. "dot-prop": "^4.1.0",
  55. "env-paths": "^1.0.0",
  56. "make-dir": "^1.0.0",
  57. "pkg-up": "^2.0.0",
  58. "write-file-atomic": "^2.3.0"
  59. },
  60. "description": "Simple config handling for your app or module",
  61. "devDependencies": {
  62. "ava": "*",
  63. "clear-module": "^2.1.0",
  64. "del": "^3.0.0",
  65. "tempy": "^0.2.1",
  66. "xo": "*"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "integrity": "sha512-bzlVWS2THbMetHqXKB8ypsXN4DQ/1qopGwNJi1eYbpwesJcd86FBjFciCQX/YwAhp9bM7NVnPFqZ5LpV7gP0Dg==",
  71. "shasum": "1ea66c9d7a9b601674a5bb9d2b8dc3c726625e67",
  72. "tarball": "https://registry.npmjs.org/conf/-/conf-1.4.0.tgz"
  73. },
  74. "engines": {
  75. "node": ">=4"
  76. },
  77. "files": [
  78. "index.js"
  79. ],
  80. "gitHead": "0e5558aae52e5b0420846520e163bcec7731e07e",
  81. "homepage": "https://github.com/sindresorhus/conf#readme",
  82. "keywords": [
  83. "app",
  84. "cache",
  85. "conf",
  86. "config",
  87. "configuration",
  88. "data",
  89. "json",
  90. "load",
  91. "persist",
  92. "persistent",
  93. "preferences",
  94. "read",
  95. "save",
  96. "settings",
  97. "storage",
  98. "store",
  99. "write"
  100. ],
  101. "license": "MIT",
  102. "maintainers": [
  103. {
  104. "name": "sindresorhus",
  105. "email": "sindresorhus@gmail.com"
  106. }
  107. ],
  108. "name": "conf",
  109. "optionalDependencies": {},
  110. "readme": "ERROR: No README data found!",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/sindresorhus/conf.git"
  114. },
  115. "scripts": {
  116. "test": "xo && ava"
  117. },
  118. "version": "1.4.0"
  119. }