mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 04:40:20 +01:00
Initialized npm
This commit is contained in:
parent
16fc49eee3
commit
635cdf8061
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
printed.png
|
printed.png
|
||||||
web-ext-artifacts/
|
web-ext-artifacts/
|
||||||
versions/*.xpi
|
versions/*.xpi
|
||||||
|
node_modules/
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -28,6 +28,7 @@
|
|||||||
"Waterfox",
|
"Waterfox",
|
||||||
"arial",
|
"arial",
|
||||||
"benachrichtigungsicon",
|
"benachrichtigungsicon",
|
||||||
|
"canvasblocker",
|
||||||
"collapser",
|
"collapser",
|
||||||
"darkgreen",
|
"darkgreen",
|
||||||
"dont",
|
"dont",
|
||||||
@ -57,6 +58,8 @@
|
|||||||
],
|
],
|
||||||
"cSpell.language": "en,de,en-GB",
|
"cSpell.language": "en,de,en-GB",
|
||||||
"cSpell.ignorePaths": [
|
"cSpell.ignorePaths": [
|
||||||
|
"**/package-lock.json",
|
||||||
|
"**/node_modules/**",
|
||||||
"**/vscode-extension/**",
|
"**/vscode-extension/**",
|
||||||
"**/.git/objects/**",
|
"**/.git/objects/**",
|
||||||
".vscode",
|
".vscode",
|
||||||
|
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -152,7 +152,9 @@
|
|||||||
"--ignore-files",
|
"--ignore-files",
|
||||||
"test",
|
"test",
|
||||||
"--ignore-files",
|
"--ignore-files",
|
||||||
"versions"
|
"versions",
|
||||||
|
"--ignore-files",
|
||||||
|
"package*"
|
||||||
],
|
],
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"echo": true,
|
"echo": true,
|
||||||
|
7873
package-lock.json
generated
Normal file
7873
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
33
package.json
Normal file
33
package.json
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"name": "canvasblocker",
|
||||||
|
"version": "0.5.15",
|
||||||
|
"description": "WebExtension that alters some JS APIs to prevent fingerprinting.",
|
||||||
|
"directories": {
|
||||||
|
"lib": "lib",
|
||||||
|
"test": "test"
|
||||||
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {
|
||||||
|
"eslint": "^6.7.1",
|
||||||
|
"eslint-plugin-eslint-comments": "^3.1.2",
|
||||||
|
"eslint-plugin-html": "^6.0.0",
|
||||||
|
"eslint-plugin-promise": "^4.2.1",
|
||||||
|
"web-ext": "^3.2.1"
|
||||||
|
},
|
||||||
|
"scripts": {},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/kkapsner/CanvasBlocker.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"WebExtension",
|
||||||
|
"fingerprinting",
|
||||||
|
"privacy"
|
||||||
|
],
|
||||||
|
"author": "Korbinian Kapsner",
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/kkapsner/CanvasBlocker/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/kkapsner/CanvasBlocker#readme"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user