This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/isomorphic-textencoder/package.json
2020-11-01 22:46:04 +00:00

31 lines
753 B
JSON

{
"name": "isomorphic-textencoder",
"description": "encode/decode Uint8Arrays to strings",
"main": "main.js",
"browser": "browser.js",
"version": "1.0.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wmhilton/isomorphic-textencoder.git"
},
"keywords": [
"textencoder",
"isomorphic",
"utf8",
"uint8array",
"string"
],
"author": "William Hilton <wmhilton@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wmhilton/isomorphic-textencoder/issues"
},
"homepage": "https://github.com/wmhilton/isomorphic-textencoder#readme",
"dependencies": {
"fast-text-encoding": "^1.0.0"
}
}