{
  "_args": [
    [
      "node-semvers@0.6.10",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "node-semvers@0.6.10",
  "_id": "node-semvers@0.6.10",
  "_inBundle": false,
  "_integrity": "sha512-IclzY3Y5W044z1JwB1Kl6O9dX+/cEGTAdizBCu6kjMJoSMwsuEslScQ20pNjh9hG8/igxR1ttZv4CBga4AX6Lw==",
  "_location": "/node-semvers",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-semvers@0.6.10",
    "name": "node-semvers",
    "escapedName": "node-semvers",
    "rawSpec": "0.6.10",
    "saveSpec": null,
    "fetchSpec": "0.6.10"
  },
  "_requiredBy": [
    "/node-resolve-versions"
  ],
  "_resolved": "https://registry.npmjs.org/node-semvers/-/node-semvers-0.6.10.tgz",
  "_spec": "0.6.10",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Kevin Malakoff",
    "email": "kmalakoff@gmail.com",
    "url": "https://github.com/kmalakoff"
  },
  "bin": {
    "nsv": "bin/node-semvers.js"
  },
  "bugs": {
    "url": "https://github.com/kmalakoff/node-semvers/issues"
  },
  "dependencies": {
    "exit": "^0.1.2",
    "fetch-json-cache": "^0.2.9",
    "getopts-compat": "^2.2.5",
    "isarray": "^2.0.5",
    "semver": "^5.7.1"
  },
  "description": "Utilities for managing versions of node including looking up codenames",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.33.0",
    "cr": "^0.1.0",
    "cross-spawn-cb": "^0.6.14",
    "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-n": "^15.2.4",
    "eslint-plugin-promise": "^6.0.0",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1",
    "rimraf": "^2.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib",
    "bin"
  ],
  "homepage": "https://github.com/kmalakoff/node-semvers",
  "keywords": [
    "node",
    "version",
    "versions",
    "semver",
    "range",
    "engine"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "node-semvers",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/node-semvers.git"
  },
  "scripts": {
    "build": "",
    "format": "prettier --write .",
    "lint": "eslint .",
    "postinstall": "node bin/cache.js",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js --no-timeouts",
    "test:engines": "nvu engines npm test"
  },
  "version": "0.6.10"
}
