You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
12 months ago
|
{
|
||
|
"name": "text-encoding",
|
||
|
"author": "Joshua Bell <inexorabletash@gmail.com>",
|
||
|
"contributors": [
|
||
|
"Joshua Bell <inexorabletash@gmail.com>",
|
||
|
"Rick Eyre <rick.eyre@outlook.com>",
|
||
|
"Eugen Podaru <eugen.podaru@live.com>",
|
||
|
"Filip Dupanović <filip.dupanovic@gmail.com>",
|
||
|
"Anne van Kesteren <annevk@annevk.nl>",
|
||
|
"Author: Francis Avila <francisga@gmail.com>",
|
||
|
"Michael J. Ryan <tracker1@gmail.com>",
|
||
|
"Pierre Queinnec <pierre@queinnec.org>",
|
||
|
"Zack Weinberg <zackw@panix.com>"
|
||
|
],
|
||
|
"version": "0.7.0",
|
||
|
"description": "Polyfill for the Encoding Living Standard's API.",
|
||
|
"main": "index.js",
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"lib/encoding.js",
|
||
|
"lib/encoding-indexes.js"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/inexorabletash/text-encoding.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"encoding",
|
||
|
"decoding",
|
||
|
"living standard"
|
||
|
],
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/inexorabletash/text-encoding/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/inexorabletash/text-encoding",
|
||
|
"license": "(Unlicense OR Apache-2.0)"
|
||
|
}
|