notes/node_modules/is-supported-regexp-flag/package.json

91 lines
2.3 KiB
JSON

{
"_args": [
[
"is-supported-regexp-flag@^1.0.0",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/clone-regexp"
]
],
"_from": "is-supported-regexp-flag@>=1.0.0 <2.0.0",
"_id": "is-supported-regexp-flag@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/is-supported-regexp-flag",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"name": "is-supported-regexp-flag",
"raw": "is-supported-regexp-flag@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/clone-regexp"
],
"_resolved": "https://registry.npmjs.org/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.0.tgz",
"_shasum": "8b520c85fae7a253382d4b02652e045576e13bb8",
"_shrinkwrap": null,
"_spec": "is-supported-regexp-flag@^1.0.0",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/clone-regexp",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-supported-regexp-flag/issues"
},
"dependencies": {},
"description": "Check whether a RegExp flag is supported. Mostly useful for `y` and `u`.",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "8b520c85fae7a253382d4b02652e045576e13bb8",
"tarball": "https://registry.npmjs.org/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "d43d48a561600e74bf26b88ddd11026a452d0c15",
"homepage": "https://github.com/sindresorhus/is-supported-regexp-flag",
"keywords": [
"check",
"flag",
"is",
"re",
"regex",
"regexp",
"support",
"supported",
"valid"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "is-supported-regexp-flag",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-supported-regexp-flag.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.0"
}