{
  "_args": [
    [
      "env-path-key@0.3.0",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "env-path-key@0.3.0",
  "_id": "env-path-key@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-FSrhFyTLJHwP5/rg/n2MACwaugS+tu2ephu/nCtJ8g/h7JDZ8SjuLTuiIITvtAGNIXuSqfeEyP7WeLJRcZAqig==",
  "_location": "/env-path-key",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "env-path-key@0.3.0",
    "name": "env-path-key",
    "escapedName": "env-path-key",
    "rawSpec": "0.3.0",
    "saveSpec": null,
    "fetchSpec": "0.3.0"
  },
  "_requiredBy": [
    "/node-exec-path",
    "/node-version-utils"
  ],
  "_resolved": "https://registry.npmjs.org/env-path-key/-/env-path-key-0.3.0.tgz",
  "_spec": "0.3.0",
  "_where": "/var/www/html/whatsapp-bi",
  "bugs": {
    "url": "https://github.com/kmalakoff/env-path-key/issues"
  },
  "description": "Determines the path key",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.30.5",
    "depcheck": "^1.4.3",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-promise": "^6.0.0",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/env-path-key#readme",
  "keywords": [
    "env",
    "path",
    "key"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "env-path-key",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/env-path-key.git"
  },
  "scripts": {
    "build": "rollup -c config/rollup.pk.config.js",
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "dtd \"npm run lint\" \"depcheck\"",
    "test": "mocha-compat test/spec/**/*.test.js --no-timeouts"
  },
  "version": "0.3.0"
}
