accept-language
Version:
Accept-Language parser for nodejs
38 lines (37 loc) • 972 B
JSON
{
"name": "accept-language",
"version": "3.0.20",
"description": "Accept-Language parser for nodejs",
"main": "Build/Source/AcceptLanguage.js",
"scripts": {
"build": "tsc",
"test": "node node_modules/mocha/bin/mocha Build/Tests/Test.js"
},
"types": "Library/Typings.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/tinganho/node-accept-language.git"
},
"keywords": [
"accept-language",
"i18n",
"http"
],
"author": "Tingan Ho <tingan87@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tinganho/node-accept-language/issues"
},
"homepage": "https://github.com/tinganho/node-accept-language",
"devDependencies": {
"@types/chai": "^3.4.32",
"@types/mocha": "^2.2.31",
"@types/node": "^8.0.31",
"chai": "~1.9.1",
"mocha": "^10.7.3",
"source-map-support": "^0.4.18"
},
"dependencies": {
"bcp47": "^1.1.2"
}
}