notes/node_modules/clone-regexp/package.json

94 lines
2.2 KiB
JSON

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