You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.5 KiB
55 lines
1.5 KiB
{
|
|
"_from": "glob-to-regexp@^0.4.0",
|
|
"_id": "glob-to-regexp@0.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
|
|
"_location": "/glob-to-regexp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "glob-to-regexp@^0.4.0",
|
|
"name": "glob-to-regexp",
|
|
"escapedName": "glob-to-regexp",
|
|
"rawSpec": "^0.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/fetch-mock"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
|
"_shasum": "c75297087c851b9a578bd217dd59a92f59fe546e",
|
|
"_spec": "glob-to-regexp@^0.4.0",
|
|
"_where": "C:\\Code\\Warehouse\\Warehouse\\3rd\\node_modules\\fetch-mock",
|
|
"author": {
|
|
"name": "Nick Fitzgerald",
|
|
"email": "fitzgen@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fitzgen/glob-to-regexp/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Convert globs to regular expressions",
|
|
"homepage": "https://github.com/fitzgen/glob-to-regexp#readme",
|
|
"keywords": [
|
|
"regexp",
|
|
"glob",
|
|
"regexps",
|
|
"regular expressions",
|
|
"regular expression",
|
|
"wildcard"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "index.js",
|
|
"name": "glob-to-regexp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fitzgen/glob-to-regexp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "0.4.1"
|
|
}
|
|
|