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

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "env-paths@^1.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/conf"
  6. ]
  7. ],
  8. "_from": "env-paths@>=1.0.0 <2.0.0",
  9. "_id": "env-paths@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/env-paths",
  13. "_nodeVersion": "4.6.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/env-paths-1.0.0.tgz_1484020726148_0.9191886691842228"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "env-paths",
  26. "raw": "env-paths@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/conf"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-1.0.0.tgz",
  36. "_shasum": "4168133b42bb05c38a35b1ae4397c8298ab369e0",
  37. "_shrinkwrap": null,
  38. "_spec": "env-paths@^1.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/conf",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/env-paths/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Get paths for storing things like data, config, cache, etc",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "4168133b42bb05c38a35b1ae4397c8298ab369e0",
  57. "tarball": "https://registry.npmjs.org/env-paths/-/env-paths-1.0.0.tgz"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "a17e0dd6f678fe472c30951a0d7ae4e73ae67a93",
  66. "homepage": "https://github.com/sindresorhus/env-paths#readme",
  67. "keywords": [
  68. "appdir",
  69. "cache",
  70. "common",
  71. "config",
  72. "data",
  73. "dir",
  74. "directory",
  75. "env",
  76. "environment",
  77. "linux",
  78. "logs",
  79. "path",
  80. "paths",
  81. "temp",
  82. "unix",
  83. "user"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "sindresorhus",
  89. "email": "sindresorhus@gmail.com"
  90. }
  91. ],
  92. "name": "env-paths",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/env-paths.git"
  98. },
  99. "scripts": {
  100. "test": "xo && ava"
  101. },
  102. "version": "1.0.0",
  103. "xo": {
  104. "esnext": true
  105. }
  106. }