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

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "dir-glob@^3.0.1",
  3. "_id": "dir-glob@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  6. "_location": "/dir-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dir-glob@^3.0.1",
  12. "name": "dir-glob",
  13. "escapedName": "dir-glob",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/globby"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  22. "_shasum": "56dbf73d992a4a93ba1584f4534063fd2e41717f",
  23. "_spec": "dir-glob@^3.0.1",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/globby",
  25. "author": {
  26. "name": "Kevin Mårtensson",
  27. "email": "kevinmartensson@gmail.com",
  28. "url": "github.com/kevva"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kevva/dir-glob/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "path-type": "^4.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Convert directories to glob compatible strings",
  39. "devDependencies": {
  40. "ava": "^2.1.0",
  41. "del": "^4.1.1",
  42. "make-dir": "^3.0.0",
  43. "rimraf": "^2.5.0",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/kevva/dir-glob#readme",
  53. "keywords": [
  54. "convert",
  55. "directory",
  56. "extensions",
  57. "files",
  58. "glob"
  59. ],
  60. "license": "MIT",
  61. "name": "dir-glob",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/kevva/dir-glob.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava"
  68. },
  69. "version": "3.0.1"
  70. }