-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.55 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
{
"name": "cyrillify",
"version": "1.0.8",
"description": "Cyrillify obfuscates your text with Cyrillic homoglyphs. There are 15 uppercase and 7 lowercase identical homoglyphs shared between English and Cyrillic character sets. Each character in each pair has a distinct and unrelated ASCII code from its homoglyphic counterpart, yet an identical character manifestation across most regular font weights and types. Swapping English characters with their Cyrillic equivalents has the benefit of obfuscating text, cloaking the content of pages from scrapers and bots while allowing humans to read content as normal. This is particularly useful in shrouding email addresses from bots without compromising their visibility in the browser from humans. In the event that you are posting and Cyrillifying 'spun' articles, search engine web crawlers such as Googlebot, Bingbot, etc., will not identify the duplicate content, hence, will not penalize nor demote your SERP ranking. Cyrillify can therefore be used as both a weapon and a shield. Behave yourself!",
"main": "cyrillify.js",
"files": [
"package.json",
"cyrillify.js",
"cyrillify.test.js",
"readme.md"
],
"scripts": {
"test": "node cyrillify.test.js",
"prepublishOnly": "npm test"
},
"keywords": [
"homoglyphs",
"cyrillic",
"punycode",
"UTF-8",
"ASCII",
"scrapers",
"scraping",
"Googlebot",
"Bingbot",
"webcrawlers"
],
"author": "David H.",
"license": "MIT"
}