mirror of
https://github.com/thangisme/notes.git
synced 2026-06-11 09:09:13 -04:00
Initial commit
This commit is contained in:
93
node_modules/clone-regexp/package.json
generated
vendored
Normal file
93
node_modules/clone-regexp/package.json
generated
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user