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/fast-text-encoding/package.json
2020-11-01 22:46:04 +00:00

19 lines
511 B
JSON

{
"name": "fast-text-encoding",
"version": "1.0.3",
"description": "Fast polyfill for TextEncoder and TextDecoder, only supports utf-8",
"main": "text.min.js",
"repository": "https://github.com/samthor/fast-text-encoding.git",
"author": "Sam Thorogood <sam.thorogood@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^4.2.0",
"google-closure-compiler": "^20200406.0.0",
"mocha": "^7.1.0"
},
"scripts": {
"compile": "./compile.sh",
"test": "mocha"
}
}