Files
coopgo/node_modules/node-polyglot/package.json
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

56 lines
1.4 KiB
JSON

{
"name": "node-polyglot",
"version": "2.6.0",
"description": "Give your JavaScript the ability to speak many languages.",
"main": "index.js",
"scripts": {
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "nyc mocha test/*.js --reporter spec",
"posttest": "aud --production",
"lint": "eslint .",
"docs": "docco -o docs/ index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/airbnb/polyglot.js.git"
},
"keywords": [
"i18n",
"internationalization",
"internationalisation",
"translation",
"interpolation",
"translate",
"polyglot"
],
"author": "Spike Brehm <spike@airbnb.com>",
"dependencies": {
"hasown": "^2.0.2",
"object.entries": "^1.1.8",
"warning": "^4.0.3"
},
"devDependencies": {
"array.prototype.foreach": "^1.0.7",
"aud": "^2.0.4",
"chai": "^3.5.0",
"docco": "^0.7.0",
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"in-publish": "^2.0.1",
"iterate-iterator": "^1.0.2",
"mocha": "^3.5.3",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"string.prototype.matchall": "^4.0.11",
"uglify-js": "^2.7.3"
},
"license": "BSD-2-Clause",
"engines": {
"node": ">= 0.4"
}
}