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

package.json 1.8KB

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