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.
38 lines
798 B
38 lines
798 B
3 years ago
|
{
|
||
|
"name": "safe-regex2",
|
||
|
"version": "2.0.0",
|
||
|
"description": "detect possibly catastrophic, exponential-time regular expressions",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"ret": "~0.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"standard": "^12.0.1",
|
||
|
"tape": "^4.0.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "standard && tape test/*.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/fastify/safe-regex.git"
|
||
|
},
|
||
|
"homepage": "https://github.com/fastify/safe-regex",
|
||
|
"keywords": [
|
||
|
"catastrophic",
|
||
|
"exponential",
|
||
|
"regex",
|
||
|
"safe",
|
||
|
"sandbox"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "James Halliday",
|
||
|
"email": "mail@substack.net",
|
||
|
"url": "http://substack.net"
|
||
|
},
|
||
|
"contributors": [
|
||
|
"Matteo Collina <hello@matteocollina.com>"
|
||
|
],
|
||
|
"license": "MIT"
|
||
|
}
|