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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "fastq@^1.6.0",
  3. "_id": "fastq@1.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==",
  6. "_location": "/fastq",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fastq@^1.6.0",
  12. "name": "fastq",
  13. "escapedName": "fastq",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/@nodelib/fs.walk"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz",
  22. "_shasum": "550e1f9f59bbc65fe185cb6a9b4d95357107f481",
  23. "_spec": "fastq@^1.6.0",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/@nodelib/fs.walk",
  25. "author": {
  26. "name": "Matteo Collina",
  27. "email": "hello@matteocollina.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mcollina/fastq/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "reusify": "^1.0.4"
  35. },
  36. "deprecated": false,
  37. "description": "Fast, in memory work queue",
  38. "devDependencies": {
  39. "async": "^3.1.0",
  40. "neo-async": "^2.6.1",
  41. "nyc": "^15.0.0",
  42. "pre-commit": "^1.2.2",
  43. "snazzy": "^8.0.0",
  44. "standard": "^14.0.0",
  45. "tape": "^4.13.2",
  46. "typescript": "^3.8.3"
  47. },
  48. "homepage": "https://github.com/mcollina/fastq#readme",
  49. "keywords": [
  50. "fast",
  51. "queue",
  52. "async",
  53. "worker"
  54. ],
  55. "license": "ISC",
  56. "main": "queue.js",
  57. "name": "fastq",
  58. "pre-commit": [
  59. "test"
  60. ],
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/mcollina/fastq.git"
  64. },
  65. "scripts": {
  66. "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js",
  67. "legacy": "tape test/test.js",
  68. "lint": "standard --verbose | snazzy",
  69. "test": "npm run lint && npm run unit && npm run typescript",
  70. "test:report": "npm run lint && npm run unit:report",
  71. "typescript": "tsc --project ./test/tsconfig.json",
  72. "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js"
  73. },
  74. "version": "1.8.0"
  75. }