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

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "path-type@^4.0.0",
  3. "_id": "path-type@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  6. "_location": "/path-type",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-type@^4.0.0",
  12. "name": "path-type",
  13. "escapedName": "path-type",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/dir-glob"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  22. "_shasum": "84ed01c0a7ba380afe09d90a8c180dcd9d03043b",
  23. "_spec": "path-type@^4.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/dir-glob",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/path-type/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a path is a file, directory, or symlink",
  36. "devDependencies": {
  37. "ava": "^1.3.1",
  38. "nyc": "^13.3.0",
  39. "tsd-check": "^0.3.0",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/path-type#readme",
  50. "keywords": [
  51. "path",
  52. "fs",
  53. "type",
  54. "is",
  55. "check",
  56. "directory",
  57. "dir",
  58. "file",
  59. "filepath",
  60. "symlink",
  61. "symbolic",
  62. "link",
  63. "stat",
  64. "stats",
  65. "filesystem"
  66. ],
  67. "license": "MIT",
  68. "name": "path-type",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/path-type.git"
  72. },
  73. "scripts": {
  74. "test": "xo && nyc ava && tsd-check"
  75. },
  76. "version": "4.0.0"
  77. }