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

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "path-exists@^3.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/locate-path"
  6. ]
  7. ],
  8. "_from": "path-exists@>=3.0.0 <4.0.0",
  9. "_id": "path-exists@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/path-exists",
  13. "_nodeVersion": "4.4.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/path-exists-3.0.0.tgz_1462103091696_0.5805528531782329"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "3.8.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "path-exists",
  26. "raw": "path-exists@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/locate-path"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  36. "_shasum": "ce0ebeaa5f78cb18925ea7d810d7b59b010fd515",
  37. "_shrinkwrap": null,
  38. "_spec": "path-exists@^3.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/locate-path",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/path-exists/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Check if a path exists",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "ce0ebeaa5f78cb18925ea7d810d7b59b010fd515",
  57. "tarball": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "4696c60a8b2b9ac61902aa9eab7cb326ab6005c8",
  66. "homepage": "https://github.com/sindresorhus/path-exists#readme",
  67. "keywords": [
  68. "access",
  69. "exist",
  70. "exists",
  71. "file",
  72. "file-system",
  73. "filepath",
  74. "filesystem",
  75. "fs",
  76. "path",
  77. "stat"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. }
  85. ],
  86. "name": "path-exists",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/path-exists.git"
  92. },
  93. "scripts": {
  94. "test": "xo && ava"
  95. },
  96. "version": "3.0.0",
  97. "xo": {
  98. "esnext": true
  99. }
  100. }