{
  "_args": [
    [
      "nvs@0.5.2",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "nvs@0.5.2",
  "_id": "nvs@0.5.2",
  "_inBundle": false,
  "_integrity": "sha512-XFO+ihamOITMHOjJv6pcYKbti8eQ8jDGNLuSK1UY6r0iPdkVcJGGoVGaR807e1ZIw9kr43br+55LItZE65E1fA==",
  "_location": "/nvs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nvs@0.5.2",
    "name": "nvs",
    "escapedName": "nvs",
    "rawSpec": "0.5.2",
    "saveSpec": null,
    "fetchSpec": "0.5.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/nvs/-/nvs-0.5.2.tgz",
  "_spec": "0.5.2",
  "_where": "/var/www/html/whatsapp-bi",
  "bin": {
    "nvs": "bin/nvs.js"
  },
  "bugs": {
    "url": "https://github.com/kmalakoff/nvs/issues"
  },
  "dependencies": {
    "node-version-use": "^0.3.2"
  },
  "description": "Cross-platform solution for using multiple versions of node. Useful for compatibility testing",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.30.7",
    "cr": "^0.1.0",
    "cross-spawn-cb": "^0.6.5",
    "depcheck": "^1.4.3",
    "eslint": "^8.20.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",
    "is-version": "^0.2.1",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1",
    "rimraf": "^2.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/nvs#readme",
  "keywords": [
    "use",
    "node",
    "versions",
    "compatability",
    "npm",
    "install",
    "test"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "nvs",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/nvs.git"
  },
  "scripts": {
    "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.2"
}
