{
  "_from": "human-signals@^5.0.0",
  "_id": "human-signals@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  "_location": "/human-signals",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "human-signals@^5.0.0",
    "name": "human-signals",
    "escapedName": "human-signals",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/execa"
  ],
  "_resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  "_shasum": "42665a284f9ae0dade3ba41ebc37eb4b852f3a28",
  "_spec": "human-signals@^5.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/execa",
  "author": {
    "name": "ehmicky",
    "email": "ehmicky@gmail.com",
    "url": "https://github.com/ehmicky"
  },
  "bugs": {
    "url": "https://github.com/ehmicky/human-signals/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Human-friendly process signals",
  "devDependencies": {
    "@ehmicky/dev-tasks": "^2.0.80",
    "ajv": "^8.12.0",
    "test-each": "^6.0.0"
  },
  "directories": {
    "lib": "src"
  },
  "engines": {
    "node": ">=16.17.0"
  },
  "exports": {
    "types": "./build/src/main.d.ts",
    "default": "./build/src/main.js"
  },
  "files": [
    "build/src/**/*.{js,json,d.ts}",
    "!build/src/**/*.test.js",
    "!build/src/{helpers,fixtures}"
  ],
  "homepage": "https://www.github.com/ehmicky/human-signals",
  "keywords": [
    "signal",
    "signals",
    "handlers",
    "error-handling",
    "interrupts",
    "sigterm",
    "sigint",
    "irq",
    "process",
    "exit",
    "exit-code",
    "status",
    "operating-system",
    "es6",
    "javascript",
    "typescript",
    "linux",
    "macos",
    "windows",
    "nodejs"
  ],
  "license": "Apache-2.0",
  "main": "./build/src/main.js",
  "name": "human-signals",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ehmicky/human-signals.git"
  },
  "scripts": {
    "test": "gulp test"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./build/src/main.d.ts",
  "version": "5.0.0"
}
