{
  "_id": "proc-log@2.0.1",
  "_inBundle": true,
  "_location": "/npm/proc-log",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm",
    "/npm/@npmcli/arborist",
    "/npm/@npmcli/config",
    "/npm/@npmcli/git",
    "/npm/libnpmexec",
    "/npm/libnpmversion",
    "/npm/npm-package-arg",
    "/npm/npm-profile",
    "/npm/npm-registry-fetch",
    "/npm/pacote"
  ],
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/proc-log/issues"
  },
  "description": "just emit 'log' events on the process object",
  "devDependencies": {
    "@npmcli/eslint-config": "^3.0.1",
    "@npmcli/template-oss": "3.2.0",
    "tap": "^16.0.1"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "homepage": "https://github.com/npm/proc-log#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "name": "proc-log",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/proc-log.git"
  },
  "scripts": {
    "lint": "eslint \"**/*.js\"",
    "lintfix": "npm run lint -- --fix",
    "postlint": "template-oss-check",
    "postsnap": "eslint index.js test/*.js --fix",
    "posttest": "npm run lint",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force",
    "test": "tap"
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "3.2.0"
  },
  "version": "2.0.1"
}
