package.json 2.2 KB

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