-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.87 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "developer-tools-detector",
"version": "1.0.0",
"description": "Easily detect and block developer tools on any web server.",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"keywords": [
"dev-tools-detector",
"dev-tools-block",
"developer-tools-detector",
"developer-tools-block",
"dev-tools-protection",
"dev-tools-guard",
"devtools-detector",
"developer-tools-security",
"detect-developer-tools",
"detect-dev-tools",
"browser-devtools-detector",
"npm-devtools-detector",
"npm-package-security",
"devtools-security",
"browser-tools-detection",
"devtools-prevention",
"console-logger-security",
"devtools-debugger-detector",
"lazyfenix",
"DTD",
"debugger-detector",
"npmjs-security-tools",
"npm-security-package",
"npm-console-logger",
"npmjs-detection-tools",
"npmjs-security",
"javascript-security-tools",
"typescript-devtools",
"javascript-detector",
"typescript-security",
"npm-package-protection",
"npmjs-debugger",
"npmjs-package-manager",
"npm-package-scripts",
"js-security",
"npm-protect-package",
"npm-anti-debugger",
"developer-tools-detection",
"browser-security",
"block-developer-tools",
"browser-devtools",
"prevent-devtools",
"detect-devtools",
"secure-web-app",
"browser-debugger-detector",
"browser-console-security",
"devtools-warning",
"browser-console-protection",
"console-warnings",
"disable-inspect-element",
"secure-webpage",
"prevent-console",
"web-app-debugger",
"javascript-console-logs",
"detect-debugger",
"console-logs-protection",
"disable-debugger",
"block-console",
"debugger-warnings",
"console-protection",
"detect-js-debugger",
"console-log-detector",
"js-debugger-detection",
"console-warning-script",
"javascript-debugger",
"javascript-prevent-devtools",
"detect-inspect-element",
"block-inspect-element",
"disable-inspect",
"prevent-unauthorized-access",
"web-security-tools",
"javascript-web-security",
"prevent-hacking",
"browser-security-tools",
"secure-js-code",
"secure-typescript",
"detecting-debugging",
"webpage-security",
"anti-inspect-tools",
"secure-javascript",
"block-debugging",
"javascript-devtools-prevention"
],
"repository": {
"type": "git",
"url": "https://github.com/lazyfenix/dev-tools-detector"
},
"bugs": {
"url": "https://github.com/lazyfenix/dev-tools-detector/issues"
},
"homepage": "https://github.com/lazyfenix",
"author": "lazyfenix",
"license": "ISC",
"devDependencies": {
"typescript": "^5.6.3"
}
}