package.json 2.0 KB

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