mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 18:04:29 +00:00
v5
This commit is contained in:
parent
d1407282e6
commit
08403cd828
6774 changed files with 1602535 additions and 1 deletions
43
node_modules/safe-regex/package.json
generated
vendored
Normal file
43
node_modules/safe-regex/package.json
generated
vendored
Normal file
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"name": "safe-regex",
|
||||
"version": "1.1.0",
|
||||
"description": "detect possibly catastrophic, exponential-time regular expressions",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"ret": "~0.1.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/*.js",
|
||||
"browsers": [
|
||||
"ie/8", "ie/9", "ie/10",
|
||||
"firefox/latest",
|
||||
"chrome/latest",
|
||||
"opera/latest",
|
||||
"safari/latest"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/substack/safe-regex.git"
|
||||
},
|
||||
"homepage": "https://github.com/substack/safe-regex",
|
||||
"keywords": [
|
||||
"catastrophic",
|
||||
"exponential",
|
||||
"regex",
|
||||
"safe",
|
||||
"sandbox"
|
||||
],
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue