Files
codeql-action/node_modules/language-map/package.json
Andrew Eisenberg c4a84a93d4 Add the github-linguist package
This commit only adds a single package and all of its transitive
dependencies. The github-linguist package will be used for counting
lines of code as a baseline for databases we are analyzing.
2021-04-22 15:59:49 -07:00

36 lines
884 B
JSON

{
"name": "language-map",
"version": "1.4.0",
"description": "GitHub's Linguist YAML language map provided as JSON",
"main": "languages.json",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
"build": "node scripts/build"
},
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/language-map.git"
},
"keywords": [
"language",
"map",
"linguist"
],
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/blakeembrey/language-map/issues"
},
"homepage": "https://github.com/blakeembrey/language-map",
"devDependencies": {
"camel-case": "^3.0.0",
"istanbul": "^0.4.5",
"js-yaml": "^3.0.2",
"mocha": "^5.2.0",
"request": "^2.34.0"
}
}