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

package.json 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "fastq@^1.6.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/@nodelib/fs.walk"
  6. ]
  7. ],
  8. "_from": "fastq@>=1.6.0 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "fastq@1.8.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/fastq",
  14. "_nodeVersion": "12.16.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/fastq_1.8.0_1589280248999_0.6097184822888224"
  18. },
  19. "_npmUser": {
  20. "email": "hello@matteocollina.com",
  21. "name": "matteo.collina"
  22. },
  23. "_npmVersion": "6.14.5",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "fastq",
  27. "raw": "fastq@^1.6.0",
  28. "rawSpec": "^1.6.0",
  29. "scope": null,
  30. "spec": ">=1.6.0 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/@nodelib/fs.walk"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz",
  37. "_shasum": "550e1f9f59bbc65fe185cb6a9b4d95357107f481",
  38. "_shrinkwrap": null,
  39. "_spec": "fastq@^1.6.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/@nodelib/fs.walk",
  41. "author": {
  42. "email": "hello@matteocollina.com",
  43. "name": "Matteo Collina"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/mcollina/fastq/issues"
  47. },
  48. "dependencies": {
  49. "reusify": "^1.0.4"
  50. },
  51. "description": "Fast, in memory work queue",
  52. "devDependencies": {
  53. "async": "^3.1.0",
  54. "neo-async": "^2.6.1",
  55. "nyc": "^15.0.0",
  56. "pre-commit": "^1.2.2",
  57. "snazzy": "^8.0.0",
  58. "standard": "^14.0.0",
  59. "tape": "^4.13.2",
  60. "typescript": "^3.8.3"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "fileCount": 11,
  65. "integrity": "sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==",
  66. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeun35CRA9TVsSAnZWagAAvrsP+wbowdoiZFfTQkZexCdu\nw+NGkGTfO6olDo69xaKHyUZK2miJCiiqjpqetZinY5/xjmIEpII/1I5AqMlN\nOerHN4uO6tqVrI7M0Jv6UCRdavWj7SqtAdjJc0vFClEvCuGPKObzx844Y3sp\njLKNqGW3EJqg04gmAJWZdcNCaotyM9KMIl/4kd6FJHmTsCz5G7TXivzyCqZs\nj5Jd9stTw8eFWZUKxOC24jazaMQD0D0BuK7vyy0aQQhBVYciL/qiVYR8HB9n\nDKjHRJnTDyW7NO8rXnWW096hJHcLen/B6PiU6Sv7aacHT+fsxAEpjaaSad9v\nM/+ZMKi6FxsU05UBOPWHgiEjh3L4s5zScQlZDUrnWAYUlFAN6CdsMXTycpKm\nk0daBRFh9m1ISls//YaasJbzkvXLH4ndxaBfCSL2U431nP3z9VvrTjwgeLDV\nuenBl3lyzoAlhLQw94vol9TSj8NXLk/+jaYUY2EK20PDRo93G8rrAeOenr/V\n4NameZH5UmAPV+BAH0nsnQNYNDXlwsmO+PFyiAgHTjnVmDGPVRrjqS34cahf\n99d71fRlE2RcDgi1OfvSiCK44WAeeO2Q6haM1Nx13B7BF2c9kM8qqcfNMmKb\nLQijkVEnq2xuzWaVHTXbolRp9YH5LMnlzrzEkA/lJKh160qWiqIr5eOb9n6E\nlNNV\r\n=xzl/\r\n-----END PGP SIGNATURE-----\r\n",
  67. "shasum": "550e1f9f59bbc65fe185cb6a9b4d95357107f481",
  68. "tarball": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz",
  69. "unpackedSize": 25946
  70. },
  71. "gitHead": "e2920cafefc9cd4f579de7028f48956cf9b8fee9",
  72. "homepage": "https://github.com/mcollina/fastq#readme",
  73. "keywords": [
  74. "async",
  75. "fast",
  76. "queue",
  77. "worker"
  78. ],
  79. "license": "ISC",
  80. "main": "queue.js",
  81. "maintainers": [
  82. {
  83. "name": "matteo.collina",
  84. "email": "hello@matteocollina.com"
  85. }
  86. ],
  87. "name": "fastq",
  88. "optionalDependencies": {},
  89. "pre-commit": [
  90. "test"
  91. ],
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/mcollina/fastq.git"
  96. },
  97. "scripts": {
  98. "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js",
  99. "legacy": "tape test/test.js",
  100. "lint": "standard --verbose | snazzy",
  101. "test": "npm run lint && npm run unit && npm run typescript",
  102. "test:report": "npm run lint && npm run unit:report",
  103. "typescript": "tsc --project ./test/tsconfig.json",
  104. "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js"
  105. },
  106. "version": "1.8.0"
  107. }