UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

45 lines (44 loc) 780 B
{ "name": "find-versions", "version": "4.0.0", "description": "Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`", "license": "MIT", "repository": "sindresorhus/find-versions", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "engines": { "node": ">=10" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "semver", "version", "versions", "regex", "regexp", "match", "matching", "semantic", "find", "extract", "get" ], "dependencies": { "semver-regex": "^3.1.2" }, "devDependencies": { "ava": "^2.4.0", "tsd": "^0.14.0", "xo": "^0.36.1" } }