Permalink
Cannot retrieve contributors at this time
40 lines (40 sloc)
872 Bytes
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/language-subtag-registry/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": "language-subtag-registry", | |
"version": "0.3.22", | |
"implements": [ | |
"CommonJS/Modules/1.0" | |
], | |
"description": "Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices.", | |
"homepage": "https://github.com/mattcg/language-subtag-registry", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/mattcg/language-subtag-registry" | |
}, | |
"contributors": [ | |
{ | |
"name": "Matthew Caruana Galizia", | |
"email": "mattcg@gmail.com" | |
}, | |
{ | |
"name": "Guillaume Gérard", | |
"email": "guillaume.gerard88@gmail.com" | |
} | |
], | |
"license": "CC0-1.0", | |
"scripts": { | |
"test": "make test" | |
}, | |
"files": [ | |
"data/json/*.json" | |
], | |
"keywords": [ | |
"iana", | |
"bcp47", | |
"subtags", | |
"rfc5646", | |
"language" | |
], | |
"devDependencies": { | |
"jsonlint": "1.x.x" | |
} | |
} |