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

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@nodelib/fs.walk@^1.2.3",
  3. "_id": "@nodelib/fs.walk@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==",
  6. "_location": "/@nodelib/fs.walk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@nodelib/fs.walk@^1.2.3",
  12. "name": "@nodelib/fs.walk",
  13. "escapedName": "@nodelib%2ffs.walk",
  14. "scope": "@nodelib",
  15. "rawSpec": "^1.2.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.2.3"
  18. },
  19. "_requiredBy": [
  20. "/fast-glob"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz",
  23. "_shasum": "011b9202a70a6366e436ca5c065844528ab04976",
  24. "_spec": "@nodelib/fs.walk@^1.2.3",
  25. "_where": "/Users/christian/Documents/artesanias/node_modules/fast-glob",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@nodelib/fs.scandir": "2.1.3",
  29. "fastq": "^1.6.0"
  30. },
  31. "deprecated": false,
  32. "description": "A library for efficiently walking a directory recursively",
  33. "engines": {
  34. "node": ">= 8"
  35. },
  36. "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf",
  37. "keywords": [
  38. "NodeLib",
  39. "fs",
  40. "FileSystem",
  41. "file system",
  42. "walk",
  43. "scanner",
  44. "crawler"
  45. ],
  46. "license": "MIT",
  47. "main": "out/index.js",
  48. "name": "@nodelib/fs.walk",
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
  52. },
  53. "scripts": {
  54. "build": "npm run clean && npm run compile && npm run lint && npm test",
  55. "clean": "rimraf {tsconfig.tsbuildinfo,out}",
  56. "compile": "tsc -b .",
  57. "compile:watch": "tsc -p . --watch --sourceMap",
  58. "lint": "eslint \"src/**/*.ts\" --cache",
  59. "test": "mocha \"out/**/*.spec.js\" -s 0",
  60. "watch": "npm run clean && npm run compile:watch"
  61. },
  62. "typings": "out/index.d.ts",
  63. "version": "1.2.4"
  64. }