{
  "_args": [
    [
      "node-version-utils@0.5.6",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "node-version-utils@0.5.6",
  "_id": "node-version-utils@0.5.6",
  "_inBundle": false,
  "_integrity": "sha512-2B6TT0EQoGF9tNVBpbDKK0OWviTpvQNGelmAMiehsMgrClx2KsdILdKRHFpJ+C0NBVQpZFK9NnzFH8v9ZbHBOQ==",
  "_location": "/node-version-utils",
  "_phantomChildren": {
    "glob": "7.2.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-version-utils@0.5.6",
    "name": "node-version-utils",
    "escapedName": "node-version-utils",
    "rawSpec": "0.5.6",
    "saveSpec": null,
    "fetchSpec": "0.5.6"
  },
  "_requiredBy": [
    "/node-version-use"
  ],
  "_resolved": "https://registry.npmjs.org/node-version-utils/-/node-version-utils-0.5.6.tgz",
  "_spec": "0.5.6",
  "_where": "/var/www/html/whatsapp-bi",
  "bugs": {
    "url": "https://github.com/kmalakoff/node-version-utils/issues"
  },
  "dependencies": {
    "cross-spawn-cb": "^0.6.14",
    "env-path-key": "^0.3.0",
    "es6-promise": "^4.2.8",
    "just-extend": "^6.0.1",
    "path-string-prepend": "^0.2.1",
    "rimraf": "^2.7.1"
  },
  "description": "Utilities for running commands on a specific version of node by installed path",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.32.0",
    "cr": "^0.1.0",
    "depcheck": "^1.4.3",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-promise": "^6.0.0",
    "is-version": "^0.2.1",
    "lodash.find": "^4.6.0",
    "match-semver": "^0.1.1",
    "mocha-compat": "^3.5.5",
    "node-install-release": "^0.3.16",
    "prettier": "^2.7.1",
    "semver": "^5.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/node-version-utils#readme",
  "keywords": [
    "node",
    "version",
    "spawn",
    "set",
    "install",
    "path",
    "compatability",
    "cross",
    "platform",
    "platforms"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "node-version-utils",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/node-version-utils.git"
  },
  "scripts": {
    "build": "",
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js --no-timeouts",
    "test:engines": "nvu engines npm test"
  },
  "version": "0.5.6"
}
