entities-standard
Advanced tools
Comparing version
@@ -5,3 +5,4 @@ { | ||
"description": "An object mapping ~2000 standard HTML entities to their value.", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -15,3 +16,3 @@ "main": "dist/index.js", | ||
"compile:watch": "tsex compile --watch", | ||
"prepublishOnly": "npm run clean && npm run compile" | ||
"prepublishOnly": "tsex prepare" | ||
}, | ||
@@ -24,5 +25,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"tsex": "^1.1.2", | ||
"typescript": "^4.6.4" | ||
"tsex": "^4.0.2", | ||
"typescript": "^5.7.3" | ||
} | ||
} |
@@ -8,3 +8,3 @@ # Entities Standard | ||
```sh | ||
npm install --save entities-standard | ||
npm install entities-standard | ||
``` | ||
@@ -18,11 +18,8 @@ | ||
console.log ( entities ); | ||
/* | ||
{ | ||
Aacute: 'Á', | ||
aacute: 'á', | ||
Abreve: 'Ă', | ||
...and so on... | ||
} | ||
*/ | ||
// { | ||
// Aacute: 'Á', | ||
// aacute: 'á', | ||
// Abreve: 'Ă', | ||
// ...and so on... | ||
// } | ||
``` | ||
@@ -29,0 +26,0 @@ |
87426
-30.01%5
-37.5%4258
-33.38%28
-9.68%