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

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "locate-path@^2.0.0",
  3. "_id": "locate-path@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
  6. "_location": "/locate-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "locate-path@^2.0.0",
  12. "name": "locate-path",
  13. "escapedName": "locate-path",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/find-up"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  22. "_shasum": "2b568b265eec944c6d9c0de9c3dbbbca0354cd8e",
  23. "_spec": "locate-path@^2.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/find-up",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/locate-path/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "p-locate": "^2.0.0",
  36. "path-exists": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get the first path that exists on disk of multiple paths",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/locate-path#readme",
  51. "keywords": [
  52. "locate",
  53. "path",
  54. "paths",
  55. "file",
  56. "files",
  57. "exists",
  58. "find",
  59. "finder",
  60. "search",
  61. "searcher",
  62. "array",
  63. "iterable",
  64. "iterator"
  65. ],
  66. "license": "MIT",
  67. "name": "locate-path",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/locate-path.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "2.0.0",
  76. "xo": {
  77. "esnext": true
  78. }
  79. }