string-to-utf8
Version:
Encode JavaScript strings in UTF-8
29 lines (28 loc) • 604 B
JSON
{
"name": "string-to-utf8",
"version": "0.1.0",
"description": "Encode JavaScript strings in UTF-8",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kriegslustig/to-utf8.git"
},
"keywords": [
"UTF-8",
"UTF-16",
"string",
"encoding"
],
"author": "Luca Nils Schmid <npm@ls7.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kriegslustig/to-utf8/issues"
},
"homepage": "https://github.com/Kriegslustig/to-utf8#readme",
"devDependencies": {
"jest": "22.4.2"
}
}