This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/glob-to-regexp/package.json

56 lines
1.4 KiB
JSON

{
"_from": "glob-to-regexp@^0.3.0",
"_id": "glob-to-regexp@0.3.0",
"_inBundle": false,
"_integrity": "sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=",
"_location": "/glob-to-regexp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "glob-to-regexp@^0.3.0",
"name": "glob-to-regexp",
"escapedName": "glob-to-regexp",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/@mrmlnc/readdir-enhanced"
],
"_resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz",
"_shasum": "8c5a1494d2066c570cc3bfe4496175acc4d502ab",
"_spec": "glob-to-regexp@^0.3.0",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@mrmlnc/readdir-enhanced",
"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",
"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.3.0"
}