{
  "name": "@lerna/has-npm-version",
  "version": "4.0.0",
  "description": "Test if the current version of npm satisfies a given semver range",
  "keywords": [
    "lerna",
    "utils"
  ],
  "author": "Daniel Stockman <daniel.stockman@gmail.com>",
  "homepage": "https://github.com/lerna/lerna/tree/master/utils/has-npm-version#readme",
  "license": "MIT",
  "main": "lib/has-npm-version.js",
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">= 10.18.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "utils/has-npm-version"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@lerna/child-process": "4.0.0",
    "semver": "^7.3.4"
  },
  "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
}
