-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1019 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 1019 Bytes
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
{
"name": "truepath",
"version": "1.0.11",
"description": "Une extension Firefox interceptant les requêtes HTTP de navigation pour bloquer les redirections automatiques basées sur la géolocalisation ou les paramètres régionaux (codes HTTP 301, 302, 303, 307, 308 vers des TLD différents). Elle garantit l'accès au domaine de premier niveau (TLD) explicitement saisi par l'utilisateur en interrompant la chaîne de redirection et en forçant le chargement de l'URL initiale.",
"main": "background.js",
"scripts": {
"test": "jest"
},
"jest": {
"testEnvironment": "node",
"setupFiles": [
"./tests/setup.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ormidales/truepath.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/ormidales/truepath/issues"
},
"homepage": "https://github.com/ormidales/truepath#readme",
"devDependencies": {
"jest": "^30.3.0"
}
}