Permalink
Cannot retrieve contributors at this time
37 lines (37 sloc)
1.05 KB
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/node_modules/@sinonjs/text-encoding/package.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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.2", | |
"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/sinonjs/text-encoding.git" | |
}, | |
"keywords": [ | |
"encoding", | |
"decoding", | |
"living standard" | |
], | |
"bugs": { | |
"url": "https://github.com/sinonjs/text-encoding/issues" | |
}, | |
"homepage": "https://github.com/sinonjs/text-encoding", | |
"license": "(Unlicense OR Apache-2.0)" | |
} |