Low confidence for 2-character environment variables (#1831)

These can be automatically generated by the Google Closure Compiler
(which will, if configured, replace global variables with auto-generated
ones such as aa, ab, ac et cetera.) Hence, they are a less reliable
indication that a library which would also set said variable is present.
main
q-- 7 years ago committed by Elbert Alias
parent c282831f62
commit 3c707bd423

@ -2322,7 +2322,10 @@
"12" "12"
], ],
"icon": "ef.js.svg", "icon": "ef.js.svg",
"env": "^ef|efCore$", "env": [
"^ef$\\;confidence:20",
"^efCore$"
],
"script": "/ef(?:-core)?(?:\\.min|\\.dev)?\\.js", "script": "/ef(?:-core)?(?:\\.min|\\.dev)?\\.js",
"website": "http://ef.js.org" "website": "http://ef.js.org"
}, },
@ -4401,7 +4404,7 @@
"cats": [ "cats": [
"12" "12"
], ],
"env": "^ko$", "env": "^ko$\\;confidence:20",
"icon": "Knockout.js.png", "icon": "Knockout.js.png",
"website": "http://knockoutjs.com" "website": "http://knockoutjs.com"
}, },
@ -7963,7 +7966,7 @@
"cats": [ "cats": [
"12" "12"
], ],
"env": "^io$", "env": "^io$\\;confidence:20",
"icon": "Socket.io.png", "icon": "Socket.io.png",
"implies": "Node.js", "implies": "Node.js",
"script": "socket.io.*\\.js", "script": "socket.io.*\\.js",

Loading…
Cancel
Save