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.scandir@2.1.3",
  3. "_id": "@nodelib/fs.scandir@2.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==",
  6. "_location": "/@nodelib/fs.scandir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@nodelib/fs.scandir@2.1.3",
  12. "name": "@nodelib/fs.scandir",
  13. "escapedName": "@nodelib%2ffs.scandir",
  14. "scope": "@nodelib",
  15. "rawSpec": "2.1.3",
  16. "saveSpec": null,
  17. "fetchSpec": "2.1.3"
  18. },
  19. "_requiredBy": [
  20. "/@nodelib/fs.walk"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
  23. "_shasum": "3a582bdb53804c6ba6d146579c46e52130cf4a3b",
  24. "_spec": "@nodelib/fs.scandir@2.1.3",
  25. "_where": "/Users/christian/Documents/artesanias/node_modules/@nodelib/fs.walk",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@nodelib/fs.stat": "2.0.3",
  29. "run-parallel": "^1.1.9"
  30. },
  31. "deprecated": false,
  32. "description": "List files and directories inside the specified directory",
  33. "engines": {
  34. "node": ">= 8"
  35. },
  36. "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf",
  37. "keywords": [
  38. "NodeLib",
  39. "fs",
  40. "FileSystem",
  41. "file system",
  42. "scandir",
  43. "readdir",
  44. "dirent"
  45. ],
  46. "license": "MIT",
  47. "main": "out/index.js",
  48. "name": "@nodelib/fs.scandir",
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
  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": "2.1.3"
  64. }