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. "locate-path@^2.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/find-up"
  6. ]
  7. ],
  8. "_from": "locate-path@>=2.0.0 <3.0.0",
  9. "_id": "locate-path@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/locate-path",
  13. "_nodeVersion": "7.2.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/locate-path-2.0.0.tgz_1480310853492_0.9661909360438585"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "3.10.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "locate-path",
  26. "raw": "locate-path@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/find-up"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  36. "_shasum": "2b568b265eec944c6d9c0de9c3dbbbca0354cd8e",
  37. "_shrinkwrap": null,
  38. "_spec": "locate-path@^2.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/find-up",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/locate-path/issues"
  47. },
  48. "dependencies": {
  49. "p-locate": "^2.0.0",
  50. "path-exists": "^3.0.0"
  51. },
  52. "description": "Get the first path that exists on disk of multiple paths",
  53. "devDependencies": {
  54. "ava": "*",
  55. "xo": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "2b568b265eec944c6d9c0de9c3dbbbca0354cd8e",
  60. "tarball": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz"
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "a30b86df0934329c66ff6a2be395db03d65478b8",
  69. "homepage": "https://github.com/sindresorhus/locate-path#readme",
  70. "keywords": [
  71. "array",
  72. "exists",
  73. "file",
  74. "files",
  75. "find",
  76. "finder",
  77. "iterable",
  78. "iterator",
  79. "locate",
  80. "path",
  81. "paths",
  82. "search",
  83. "searcher"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "sindresorhus",
  89. "email": "sindresorhus@gmail.com"
  90. }
  91. ],
  92. "name": "locate-path",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/locate-path.git"
  98. },
  99. "scripts": {
  100. "test": "xo && ava"
  101. },
  102. "version": "2.0.0",
  103. "xo": {
  104. "esnext": true
  105. }
  106. }