UNPKG

language-map

Version:

GitHub's Linguist YAML language map provided as JSON

40 lines (39 loc) 924 B
{ "name": "language-map", "version": "1.5.0", "description": "GitHub's Linguist YAML language map provided as JSON", "main": "languages.json", "files": [ "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": "^4.1.2", "istanbul": "^0.4.5", "js-yaml": "^4.1.0", "mocha": "^9.1.2", "request": "^2.34.0" } }