Files
APP/node_modules/text-encoding/package.json

38 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2025-07-05 14:49:26 +08:00
{
2025-07-16 11:16:19 +08:00
"name": "text-encoding",
"author": "Joshua Bell <inexorabletash@gmail.com>",
2025-07-05 14:49:26 +08:00
"contributors": [
2025-07-16 11:16:19 +08:00
"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>"
2025-07-05 14:49:26 +08:00
],
2025-07-16 11:16:19 +08:00
"version": "0.7.0",
2025-07-05 14:49:26 +08:00
"description": "Polyfill for the Encoding Living Standard's API.",
2025-07-16 11:16:19 +08:00
"main": "index.js",
2025-07-05 14:49:26 +08:00
"files": [
"index.js",
"lib/encoding.js",
"lib/encoding-indexes.js"
],
2025-07-16 11:16:19 +08:00
"repository": {
"type": "git",
"url": "https://github.com/inexorabletash/text-encoding.git"
},
2025-07-05 14:49:26 +08:00
"keywords": [
"encoding",
"decoding",
"living standard"
],
2025-07-16 11:16:19 +08:00
"bugs": {
"url": "https://github.com/inexorabletash/text-encoding/issues"
2025-07-05 14:49:26 +08:00
},
2025-07-16 11:16:19 +08:00
"homepage": "https://github.com/inexorabletash/text-encoding",
"license": "(Unlicense OR Apache-2.0)"
2025-07-05 14:49:26 +08:00
}