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.
This commit is contained in:
parent
896b4ff181
commit
c4a84a93d4
152 changed files with 17057 additions and 24 deletions
36
node_modules/language-map/package.json
generated
vendored
Normal file
36
node_modules/language-map/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue