UNPKG

911 BJSONView Raw
1{
2 "name": "safe-regex",
3 "version": "2.0.0",
4 "description": "detect possibly catastrophic, exponential-time regular expressions",
5 "main": "index.js",
6 "dependencies": {
7 "regexp-tree": "~0.0.85"
8 },
9 "devDependencies": {
10 "tape": "^3.5.0"
11 },
12 "scripts": {
13 "test": "tape test/*.js"
14 },
15 "testling": {
16 "files": "test/*.js",
17 "browsers": [
18 "ie/8", "ie/9", "ie/10",
19 "firefox/latest",
20 "chrome/latest",
21 "opera/latest",
22 "safari/latest"
23 ]
24 },
25 "repository": {
26 "type": "git",
27 "url": "git://github.com/davisjam/safe-regex.git"
28 },
29 "homepage": "https://github.com/davisjam/safe-regex",
30 "keywords": [
31 "catastrophic",
32 "exponential",
33 "regex",
34 "safe",
35 "sandbox"
36 ],
37 "author": {
38 "name": "James C. (Jamie) Davis",
39 "email": "davisjam@vt.edu",
40 "url": "http://people.cs.vt.edu/~davisjam"
41 },
42 "license": "MIT"
43}