CoastalCommitsPastes/server/node_modules/bcp47/package.json
2022-03-06 16:46:59 -08:00

28 lines
569 B
JSON

{
"name": "bcp47",
"version": "1.1.2",
"description": "Parser for the BCP 47 language tag specification",
"keywords": [
"bcp47",
"parser",
"internationalization",
"i18n",
"language",
"locale"
],
"author": "Gabriel Llamas <gagle@outlook.com>",
"repository": "git://github.com/gagle/node-bcp47.git",
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"code": "^1.3.0",
"lab": "^5.2.1"
},
"scripts": {
"test": "lab -t 100",
"test-lcov": "lab -t 100 -r lcov"
},
"license": "MIT",
"main": "lib"
}