Sha256: 05a6edff465dae5ffd04d59b427ba89e3ac6157dde49c17cdd8f6529ea57926c

Contents?: true

Size: 1.25 KB

Versions: 23

Compression:

Stored size: 1.25 KB

Contents

{
  "name": "fastq",
  "version": "1.7.0",
  "description": "Fast, in memory work queue",
  "main": "queue.js",
  "scripts": {
    "lint": "standard --verbose | snazzy",
    "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js",
    "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js",
    "test:report": "npm run lint && npm run unit:report",
    "test": "npm run lint && npm run unit && npm run typescript",
    "typescript": "tsc --project ./test/tsconfig.json",
    "legacy": "tape test/test.js"
  },
  "pre-commit": [
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/fastq.git"
  },
  "keywords": [
    "fast",
    "queue",
    "async",
    "worker"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mcollina/fastq/issues"
  },
  "homepage": "https://github.com/mcollina/fastq#readme",
  "devDependencies": {
    "async": "^3.1.0",
    "neo-async": "^2.6.1",
    "nyc": "^15.0.0",
    "pre-commit": "^1.2.2",
    "snazzy": "^8.0.0",
    "standard": "^14.0.0",
    "tape": "^4.13.2",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "reusify": "^1.0.4"
  }
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
trusty-cms-5.0.7 node_modules/fastq/package.json
trusty-cms-5.0.6 node_modules/fastq/package.json
trusty-cms-5.0.5 node_modules/fastq/package.json
trusty-cms-5.0.4 node_modules/fastq/package.json
trusty-cms-5.0.3 node_modules/fastq/package.json
trusty-cms-5.0.2 node_modules/fastq/package.json
trusty-cms-5.0.1 node_modules/fastq/package.json
trusty-cms-4.3.5 node_modules/fastq/package.json
trusty-cms-5.0.0 node_modules/fastq/package.json
trusty-cms-4.3.4 node_modules/fastq/package.json
trusty-cms-4.3.3 node_modules/fastq/package.json
trusty-cms-4.3.2 node_modules/fastq/package.json
trusty-cms-4.3.1 node_modules/fastq/package.json
trusty-cms-4.3 node_modules/fastq/package.json
trusty-cms-4.2.3 node_modules/fastq/package.json
trusty-cms-4.2.2 node_modules/fastq/package.json
trusty-cms-4.2.1 node_modules/fastq/package.json
trusty-cms-4.2 node_modules/fastq/package.json
trusty-cms-4.1.9 node_modules/fastq/package.json
trusty-cms-4.1.8 node_modules/fastq/package.json