62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "strong-globalize",
|
|
"description": "StrongLoop Globalize - API",
|
|
"version": "6.0.5",
|
|
"keywords": [
|
|
"StrongLoop",
|
|
"globalize",
|
|
"cldr"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strongloop/strong-globalize.git"
|
|
},
|
|
"author": "IBM Corp.",
|
|
"license": "Artistic-2.0",
|
|
"readmeFilename": "README.md",
|
|
"main": "index.js",
|
|
"browser": "browser.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"clean": "rimraf lib",
|
|
"build": "npm run clean && tsc -p tsconfig.json --outdir lib",
|
|
"prepublishOnly": "npm run build",
|
|
"pretest": "npm run build",
|
|
"test": "tap --bail --timeout=200 test/test-*.*"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/strongloop/strong-globalize/issues"
|
|
},
|
|
"dependencies": {
|
|
"accept-language": "^3.0.18",
|
|
"debug": "^4.2.0",
|
|
"globalize": "^1.6.0",
|
|
"lodash": "^4.17.20",
|
|
"md5": "^2.3.0",
|
|
"mkdirp": "^1.0.4",
|
|
"os-locale": "^5.0.0",
|
|
"yamljs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "^4.1.5",
|
|
"@types/globalize": "^1.5.0",
|
|
"@types/lodash": "^4.14.161",
|
|
"@types/md5": "^2.2.0",
|
|
"@types/mkdirp": "^1.0.1",
|
|
"@types/node": "^14.11.2",
|
|
"@types/yamljs": "^0.2.31",
|
|
"async": "^3.2.0",
|
|
"coveralls": "^3.1.0",
|
|
"intercept-stdout": "^0.1.2",
|
|
"mktmpdir": "^0.1.1",
|
|
"prettier": "^2.1.2",
|
|
"rimraf": "^3.0.2",
|
|
"shelljs": "^0.8.4",
|
|
"tap": "^14.10.8",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"gitHead": "02b14e6ac0b3a527db03ab9f42c158f3acd86227"
|
|
}
|