UNPKG

cldr

Version:

Library for extracting data from CLDR (the Unicode Common Locale Data Repository)

83 lines (82 loc) 2.14 kB
{ "name": "cldr", "version": "7.6.0", "description": "Library for extracting data from CLDR (the Unicode Common Locale Data Repository)", "main": "lib/cldr.js", "scripts": { "test": "mocha --check-leaks", "lint": "eslint . && prettier --check '**/*.{js,md}'", "preversion": "npm test", "test:ci": "npm run coverage", "coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -x lib/cldrPluralRuleTermFunctionByName.js -- npm test && echo google-chrome coverage/lcov-report/index.html", "version": "offline-github-changelog --next=${npm_new_version} > CHANGELOG.md && git add CHANGELOG.md" }, "repository": { "type": "git", "url": "git://github.com/papandreou/node-cldr.git" }, "dependencies": { "@xmldom/xmldom": "^0.8.0", "escodegen": "^2.0.0", "esprima": "^4.0.1", "memoizeasync": "^1.1.0", "passerror": "^1.1.1", "pegjs": "^0.10.0", "seq": "^0.3.5", "unicoderegexp": "^0.4.1", "xpath": "^0.0.34" }, "devDependencies": { "coveralls": "^3.0.6", "eslint": "^8.53.0", "eslint-config-prettier": "^8.1.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-mocha": "^10.2.0", "eslint-plugin-n": "^15.1.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-standard": "^5.0.0", "mocha": "^10.8.2", "nyc": "^17.1.0", "offline-github-changelog": "^3.1.0", "prettier": "~3.3.3", "sinon": "^12.0.1", "unexpected": "^13.2.1", "unexpected-function-equality": "^3.0.0" }, "keywords": [ "locale", "i18n", "cldr", "l10n", "internationalization", "localization", "date", "time", "interval", "format", "formats", "pattern", "patterns", "plural", "plurals", "number", "country", "territory", "time", "zone", "timezone", "currency", "script", "list", "units" ], "author": "Andreas Lind <andreaslindpetersen@gmail.com>", "license": "BSD-3-Clause", "nyc": { "include": [ "lib/**" ] } }