notes/node_modules/is-regexp/package.json

90 lines
2.0 KiB
JSON

{
"_args": [
[
"is-regexp@^1.0.0",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/clone-regexp"
]
],
"_from": "is-regexp@>=1.0.0 <2.0.0",
"_id": "is-regexp@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/is-regexp",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {},
"_requested": {
"name": "is-regexp",
"raw": "is-regexp@^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-regexp/-/is-regexp-1.0.0.tgz",
"_shasum": "fd2d883545c46bac5a633e7b9a09e87fa2cb5069",
"_shrinkwrap": null,
"_spec": "is-regexp@^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-regexp/issues"
},
"dependencies": {},
"description": "Check whether a variable is a regular expression",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "fd2d883545c46bac5a633e7b9a09e87fa2cb5069",
"tarball": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-regexp",
"keywords": [
"check",
"expression",
"is",
"re",
"regex",
"regexp",
"regular",
"regular expression",
"type"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "is-regexp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/sindresorhus/is-regexp.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.0"
}