{
  "_args": [
    [
      "node-install-release@0.3.18",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "node-install-release@0.3.18",
  "_id": "node-install-release@0.3.18",
  "_inBundle": false,
  "_integrity": "sha512-Ozam/QA8b/w3FLE4Y2Fhok45NXKtI8kiJ6Z3ZP9zH0ruOuumziTum0hACk4ZaB8u1Gbd9/5BCgG9dGF1p1mbiA==",
  "_location": "/node-install-release",
  "_phantomChildren": {
    "glob": "7.2.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-install-release@0.3.18",
    "name": "node-install-release",
    "escapedName": "node-install-release",
    "rawSpec": "0.3.18",
    "saveSpec": null,
    "fetchSpec": "0.3.18"
  },
  "_requiredBy": [
    "/node-version-call",
    "/node-version-use"
  ],
  "_resolved": "https://registry.npmjs.org/node-install-release/-/node-install-release-0.3.18.tgz",
  "_spec": "0.3.18",
  "_where": "/var/www/html/whatsapp-bi",
  "bin": {
    "nir": "bin/node-install-release.js"
  },
  "bugs": {
    "url": "https://github.com/kmalakoff/node-install-release/issues"
  },
  "dependencies": {
    "core-js": "^3.24.1",
    "cross-spawn-cb": "^0.6.14",
    "end-with": "^1.0.2",
    "exit": "^0.1.2",
    "fast-extract": "^0.3.4",
    "fs-access-compat": "^1.0.3",
    "function-exec-sync": "^0.2.10",
    "get-remote": "^0.7.12",
    "getopts-compat": "^2.2.5",
    "isarray": "^2.0.5",
    "lodash.find": "^4.6.0",
    "lodash.keys": "^4.2.0",
    "match-semver": "^0.1.1",
    "mkpath": "^1.0.0",
    "node-filename-to-dist-paths": "^0.1.16",
    "node-resolve-versions": "^0.3.7",
    "node-version-call": "^0.3.19",
    "osenv": "^0.1.5",
    "pump": "^3.0.0",
    "queue-cb": "^1.1.7",
    "rimraf": "^2.7.1",
    "single-line-log2": "^1.1.3"
  },
  "description": "Cross-platform solution for installing releases of Node.js",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.33.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",
    "fs-access-sync-compat": "^1.0.2",
    "is-version": "^0.2.1",
    "mocha-compat": "^3.5.5",
    "node-version-utils": "^0.5.6",
    "prettier": "^2.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/node-install-release#readme",
  "keywords": [
    "node",
    "version",
    "versions",
    "install",
    "dist",
    "release",
    "releases"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "node-install-release",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/node-install-release.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.3.18"
}
