{
  "_from": "@ljharb/resumer@~0.0.1",
  "_id": "@ljharb/resumer@0.0.1",
  "_inBundle": false,
  "_integrity": "sha512-skQiAOrCfO7vRTq53cxznMpks7wS1va95UCidALlOVWqvBAzwPVErwizDwoMqNVMEn1mDq0utxZd02eIrvF1lw==",
  "_location": "/@ljharb/resumer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@ljharb/resumer@~0.0.1",
    "name": "@ljharb/resumer",
    "escapedName": "@ljharb%2fresumer",
    "scope": "@ljharb",
    "rawSpec": "~0.0.1",
    "saveSpec": null,
    "fetchSpec": "~0.0.1"
  },
  "_requiredBy": [
    "/tape"
  ],
  "_resolved": "https://registry.npmjs.org/@ljharb/resumer/-/resumer-0.0.1.tgz",
  "_shasum": "8a940a9192dd31f6a1df17564bbd26dc6ad3e68d",
  "_spec": "@ljharb/resumer@~0.0.1",
  "_where": "/Users/admin/projects/dms/src/dealer_admin/node_modules/tape",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/ljharb/resumer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@ljharb/through": "^2.3.9"
  },
  "deprecated": false,
  "description": "a through stream that starts paused and resumes on the next tick",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.1.0",
    "aud": "^2.0.3",
    "auto-changelog": "^2.4.0",
    "concat-stream": "^0.1.1",
    "eslint": "=8.8.0",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.0",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.6.5"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "homepage": "https://github.com/ljharb/resumer",
  "keywords": [
    "through",
    "stream",
    "pause",
    "resume"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "@ljharb/resumer",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/resumer.git"
  },
  "scripts": {
    "lint": "eslint --ext=js,mjs .",
    "posttest": "aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "testling": {
    "files": "test/*.js"
  },
  "version": "0.0.1"
}
