Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 3e349bfe48
Bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-25 13:15:45 +00:00
4 changed files with 73 additions and 22 deletions

View File

@ -16,9 +16,9 @@
# Tagliare fuori Google dalla propria vita
# Cutting Google out of your life
### Non ho nulla da nascondere, ma non ho nemmeno nulla da mostrarvi.
### *I don't have anything to hide, but I don't have anything to show you either.*
![Updated](https://img.shields.io/static/v1?label=updated&message=February%203rd%202022&color=388E3C&style=flat-square)
@ -419,7 +419,6 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https
| [Open Font Library](https://fontlibrary.org/) | **5-eyes** | Lots of Serif and Sans-Serif fonts that can be directly embedded into a website. |
| [google webfonts helper](https://google-webfonts-helper.herokuapp.com/fonts)<br/>[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/majodev/google-webfonts-helper)<br/>![GitHub Repo stars](https://img.shields.io/github/stars/majodev/google-webfonts-helper?logo=github&style=flat-square) | **5-eyes** | Hassle-free way for webmasters to self-host open-source fonts from Google Fonts |
| [Brick](https://brick.im)<br/>[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/alfredxing/brick)<br/>![GitHub Repo stars](https://img.shields.io/github/stars/alfredxing/brick?logo=github&style=flat-square) | **9-eyes** | Open-source fonts that work in a very similar way to Google fonts. Most of the fonts render nicer than Google Fonts. |
| [Bunny Fonts](https://fonts.bunny.net) | | Open-source, privacy-first web font platform designed to put privacy back into the internet, with zero-tracking and no-logging policy. Can be used to fully replace Google Fonts in a very easy way. |

66
package-lock.json generated
View File

@ -10,7 +10,7 @@
"dependencies": {
"fs-extra": "^9.0.0",
"moment": "^2.26.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"qs": "^6.9.4",
"yaml": "^1.10.0"
}
@ -114,11 +114,22 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
"version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"dependencies": {
"whatwg-url": "^5.0.0"
},
"engines": {
"node": "4.x || >=6.0.0"
},
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
}
},
"node_modules/object-inspect": {
@ -156,6 +167,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/tr46": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
},
"node_modules/universalify": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
@ -164,6 +180,20 @@
"node": ">= 10.0.0"
}
},
"node_modules/webidl-conversions": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
},
"node_modules/whatwg-url": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"node_modules/yaml": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
@ -247,9 +277,12 @@
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
"version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"requires": {
"whatwg-url": "^5.0.0"
}
},
"object-inspect": {
"version": "1.11.0",
@ -274,11 +307,30 @@
"object-inspect": "^1.9.0"
}
},
"tr46": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
},
"universalify": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
"integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
},
"webidl-conversions": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
},
"whatwg-url": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
"requires": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"yaml": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",

View File

@ -14,7 +14,7 @@
"dependencies": {
"fs-extra": "^9.0.0",
"moment": "^2.26.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"qs": "^6.9.4",
"yaml": "^1.10.0"
}

View File

@ -1,11 +1,5 @@
web based products:
search and images:
- name: searx
url: https://searx.devol.it/
repo: https://github.com/searx/searx
eyes: null
text: >
Open-source (thanks for clarification u/Sheezdudeln) privacy search engine. Domain hosted in Germany.
- title: Search (Web & Images)
- name: Search Engine Party
url: https://searchengine.party/
@ -28,6 +22,12 @@ web based products:
[Issue \#12](https://github.com/tycrek/degoogle/issues/12). Thanks @pydo, @ThijsRay, and @DatAres37.
Also see [this comment in Issue \#99](https://github.com/tycrek/degoogle/issues/99#issuecomment-616224650)
from @danarel on Startpage.
- name: searx
url: https://searx.space/
repo: https://github.com/searx/searx
eyes: null
text: >
Open-source (thanks for clarification u/Sheezdudeln) privacy search engine. Domain hosted in Germany.
- name: MetaGer
url: https://metager.org/about
eyes: 14
@ -84,7 +84,7 @@ web based products:
youtube:
- title: YouTube
- name: PeerTube
url: https://peertube.uno/
url: https://joinpeertube.org/
eyes: null
text: >
Decentralized, federated video hosting network. Still quite small, but is growing and has a
@ -284,8 +284,8 @@ web based products:
eyes: null
text: >
An open-source platform for building a writing space on the web.
- name: Noblogo.org
url: https://noblogo.org/
- name: Write.as
url: https://write.as/
eyes: null
text: >
Free & paid hosting for WriteFreely, which is developed by the folks at Write.as.
@ -534,7 +534,7 @@ web based products:
docs:
- title: Docs/Sheets/Slides (cloud)
- name: CryptPad
url: https://cryptpad.devol.it/
url: https://cryptpad.fr/
repo: https://github.com/xwiki-labs/cryptpad
eyes: 9
text: >
@ -542,7 +542,7 @@ web based products:
Sheet (beta), Poll, Kanban, Whiteboard, and CryptDrive. 100% Client side encryption.
Tons of useful features.
- name: Etherpad
url: https://etherpad.devol.it/
url: https://etherpad.org/
repo: https://github.com/ether
eyes: null
text: >