mirror of
https://github.com/github/codeql-action.git
synced 2026-05-04 12:50:14 +00:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "@sinonjs/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.1",
|
|
"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)"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz"
|
|
,"_integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ=="
|
|
,"_from": "@sinonjs/text-encoding@0.7.1"
|
|
} |