lang-map
Version:
Get the language associated with a file extension or the extensions associated with a language using the data from GitHub's [Linguist YAML file](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml)
57 lines • 1.28 kB
JSON
{
"name": "lang-map",
"description": "Get the language associated with a file extension or the extensions associated with a language using the data from GitHub's [Linguist YAML file](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml)",
"version": "0.4.0",
"homepage": "https://github.com/jonschlinkert/lang-map",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/lang-map",
"bugs": {
"url": "https://github.com/jonschlinkert/lang-map/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib/"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"update": "npm i language-map@latest --save && node support/build && npm test",
"test": "mocha"
},
"devDependencies": {
"language-map": "^1.1.0",
"mocha": "*"
},
"keywords": [
"classify",
"detect",
"determine",
"ext",
"extension",
"extensions",
"file",
"file-extension",
"identify",
"lang",
"language",
"languages",
"linguist",
"lookup",
"map",
"match",
"search"
],
"dependencies": {
"language-map": "^1.1.0"
},
"verb": {
"related": {
"list": [
"language-map"
]
}
}
}