blob: c26b633fc5c967753273a090fbaaefbf8bf380d4 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "safe-regex@^1.1.0",
3 "_id": "safe-regex@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
6 "_location": "/safe-regex",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "safe-regex@^1.1.0",
12 "name": "safe-regex",
13 "escapedName": "safe-regex",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/regex-not",
20 "/to-regex"
21 ],
22 "_resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
23 "_shasum": "40a3669f3b077d1e943d44629e157dd48023bf2e",
24 "_spec": "safe-regex@^1.1.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\to-regex",
26 "author": {
27 "name": "James Halliday",
28 "email": "mail@substack.net",
29 "url": "http://substack.net"
30 },
31 "bugs": {
32 "url": "https://github.com/substack/safe-regex/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "ret": "~0.1.10"
37 },
38 "deprecated": false,
39 "description": "detect possibly catastrophic, exponential-time regular expressions",
40 "devDependencies": {
41 "tape": "^3.5.0"
42 },
43 "homepage": "https://github.com/substack/safe-regex",
44 "keywords": [
45 "catastrophic",
46 "exponential",
47 "regex",
48 "safe",
49 "sandbox"
50 ],
51 "license": "MIT",
52 "main": "index.js",
53 "name": "safe-regex",
54 "repository": {
55 "type": "git",
56 "url": "git://github.com/substack/safe-regex.git"
57 },
58 "scripts": {
59 "test": "tape test/*.js"
60 },
61 "testling": {
62 "files": "test/*.js",
63 "browsers": [
64 "ie/8",
65 "ie/9",
66 "ie/10",
67 "firefox/latest",
68 "chrome/latest",
69 "opera/latest",
70 "safari/latest"
71 ]
72 },
73 "version": "1.1.0"
74}