UNPKG

rsuite-theme

Version:
68 lines (67 loc) 1.79 kB
{ "_from": "is-supported-regexp-flag@^1.0.0", "_id": "is-supported-regexp-flag@1.0.0", "_inBundle": false, "_integrity": "sha1-i1IMhfrnolM4LUsCZS4EVXbhO7g=", "_location": "/is-supported-regexp-flag", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-supported-regexp-flag@^1.0.0", "name": "is-supported-regexp-flag", "escapedName": "is-supported-regexp-flag", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/clone-regexp" ], "_resolved": "http://registry.npm.taobao.org/is-supported-regexp-flag/download/is-supported-regexp-flag-1.0.0.tgz", "_shasum": "8b520c85fae7a253382d4b02652e045576e13bb8", "_spec": "is-supported-regexp-flag@^1.0.0", "_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/clone-regexp", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/is-supported-regexp-flag/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Check whether a RegExp flag is supported. Mostly useful for `y` and `u`.", "devDependencies": { "mocha": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/is-supported-regexp-flag#readme", "keywords": [ "regexp", "regex", "re", "check", "is", "support", "supported", "valid", "flag" ], "license": "MIT", "name": "is-supported-regexp-flag", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/is-supported-regexp-flag.git" }, "scripts": { "test": "mocha" }, "version": "1.0.0" }