{
  "_args": [
    [
      "process-utils@4.0.0",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_development": true,
  "_from": "process-utils@4.0.0",
  "_id": "process-utils@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-fMyMQbKCxX51YxR7YGCzPjLsU3yDzXFkP4oi1/Mt5Ixnk7GO/7uUTj8mrCHUwuvozWzI+V7QSJR9cZYnwNOZPg==",
  "_location": "/process-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "process-utils@4.0.0",
    "name": "process-utils",
    "escapedName": "process-utils",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/cli-progress-footer"
  ],
  "_resolved": "https://registry.npmjs.org/process-utils/-/process-utils-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "Mariusz Nowak",
    "email": "medyk@medikoo.com",
    "url": "http://www.medikoo.com/"
  },
  "bugs": {
    "url": "https://github.com/medikoo/process-utils/issues"
  },
  "dependencies": {
    "ext": "^1.4.0",
    "fs2": "^0.3.9",
    "memoizee": "^0.4.14",
    "type": "^2.1.0"
  },
  "description": "Utilities for process object",
  "devDependencies": {
    "eslint": "^7.13.0",
    "eslint-config-medikoo": "^4.0.0",
    "essentials": "^1.1.1",
    "git-list-updated": "^1.2.1",
    "husky": "^4.3.0",
    "lint-staged": "^10.5.1",
    "nyc": "^15.1.0",
    "prettier-elastic": "^2.1.2",
    "standard-version": "^9.0.0",
    "tape": "^4.13.3",
    "tape-index": "^3.1.0"
  },
  "engines": {
    "node": ">=10.0"
  },
  "eslintConfig": {
    "extends": "medikoo/node",
    "root": true
  },
  "homepage": "https://github.com/medikoo/process-utils#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "process",
    "node",
    "environment"
  ],
  "license": "ISC",
  "lint-staged": {
    "*.js": [
      "eslint"
    ],
    "*.{css,html,js,json,md,yaml,yml}": [
      "prettier -c"
    ]
  },
  "name": "process-utils",
  "nyc": {
    "all": true,
    "exclude": [
      "coverage/**",
      "test/**"
    ]
  },
  "prettier": {
    "printWidth": 100,
    "tabWidth": 4,
    "overrides": [
      {
        "files": "*.md",
        "options": {
          "tabWidth": 2
        }
      }
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medikoo/process-utils.git"
  },
  "scripts": {
    "check-coverage": "npm run coverage && nyc check-coverage --statements 80 --function 80 --branches 80 --lines 80",
    "coverage": "nyc --reporter=lcov --reporter=html --reporter=text-summary npm test",
    "lint": "eslint --ignore-path=.gitignore .",
    "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
    "prepare-release": "standard-version && prettier --write CHANGELOG.md",
    "prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
    "prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
    "test": "npm run test-prepare && npm run test-run",
    "test-prepare": "tape-index",
    "test-run": "node test.index.js"
  },
  "standard-version": {
    "skip": {
      "commit": true,
      "tag": true
    }
  },
  "version": "4.0.0"
}
