UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

39 lines (38 loc) 614 B
{ "name": "is-regexp", "version": "2.1.0", "description": "Check if a value is a regular expression", "license": "MIT", "repository": "sindresorhus/is-regexp", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=6" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "regex", "regexp", "regular", "expression", "regular expression", "re", "check", "type", "is" ], "devDependencies": { "ava": "^1.4.1", "tsd": "^0.7.2", "xo": "^0.24.0" } }