{
  "_args": [
    [
      "find-versions@4.0.0",
      "/datamix/pm/www/lib/external/formbuilder"
    ]
  ],
  "_development": true,
  "_from": "find-versions@4.0.0",
  "_id": "find-versions@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==",
  "_location": "/find-versions",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "find-versions@4.0.0",
    "name": "find-versions",
    "escapedName": "find-versions",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/semantic-release"
  ],
  "_resolved": "https://registry.npmjs.org/find-versions/-/find-versions-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/datamix/pm/www/lib/external/formbuilder",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/find-versions/issues"
  },
  "dependencies": {
    "semver-regex": "^3.1.2"
  },
  "description": "Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`",
  "devDependencies": {
    "ava": "^2.4.0",
    "tsd": "^0.14.0",
    "xo": "^0.36.1"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/find-versions#readme",
  "keywords": [
    "semver",
    "version",
    "versions",
    "regex",
    "regexp",
    "match",
    "matching",
    "semantic",
    "find",
    "extract",
    "get"
  ],
  "license": "MIT",
  "name": "find-versions",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/find-versions.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "4.0.0"
}
