35 lines
709 B
JSON
35 lines
709 B
JSON
{
|
|
"name": "match-url-wildcard",
|
|
"version": "0.0.4",
|
|
"description": "Module to match url by pattern with wildcard",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"ts-defs"
|
|
],
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"mocha": "^5.0.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AlexKamaev/match-url-wildcard"
|
|
},
|
|
"keywords": [
|
|
"url",
|
|
"match-url",
|
|
"no-proxy",
|
|
"proxy-bypass",
|
|
"wildcard"
|
|
],
|
|
"author": "alexkamaev",
|
|
"license": "MIT",
|
|
"types": "./ts-defs/index.d.ts"
|
|
}
|