{
  "_args": [
    [
      "match-semver@0.1.1",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "match-semver@0.1.1",
  "_id": "match-semver@0.1.1",
  "_inBundle": false,
  "_integrity": "sha512-SwX4PWegSo7ZLbLfIA6xUJsk2n9MzsahAJbhT4aR6qQMb/dlDUFTrZfvSffzhGDbI2M02HAX/bNgTfqrv1Qs4g==",
  "_location": "/match-semver",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "match-semver@0.1.1",
    "name": "match-semver",
    "escapedName": "match-semver",
    "rawSpec": "0.1.1",
    "saveSpec": null,
    "fetchSpec": "0.1.1"
  },
  "_requiredBy": [
    "/node-filename-to-dist-paths",
    "/node-install-release"
  ],
  "_resolved": "https://registry.npmjs.org/match-semver/-/match-semver-0.1.1.tgz",
  "_spec": "0.1.1",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Kevin Malakoff",
    "email": "kmalakoff@gmail.com",
    "url": "https://github.com/kmalakoff"
  },
  "bugs": {
    "url": "https://github.com/kmalakoff/match-semver/issues"
  },
  "dependencies": {
    "semver": "^5.7.1"
  },
  "description": "Checks match of version against semver comparators",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.30.7",
    "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",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/match-semver",
  "keywords": [
    "match",
    "version",
    "semver",
    "comparators",
    "eq",
    "lt",
    "lte",
    "gt",
    "gte"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "match-semver",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/match-semver.git"
  },
  "scripts": {
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js",
    "test:engines": "nvu engines npm test"
  },
  "version": "0.1.1"
}
