Gazebo_simulation-Frontend/node_modules/node-polyglot/package.json

81 lines
2.1 KiB
JSON

{
"_args": [
[
"node-polyglot@2.4.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "node-polyglot@2.4.0",
"_id": "node-polyglot@2.4.0",
"_inBundle": false,
"_integrity": "sha512-KRzKwzMWm3wSAjOSop7/WwNyzaMkCe9ddkwXTQsIZEJmvEnqy/bCqLpAVw6xBszKfy4iLdYVA0d83L+cIkYPbA==",
"_location": "/node-polyglot",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-polyglot@2.4.0",
"name": "node-polyglot",
"escapedName": "node-polyglot",
"rawSpec": "2.4.0",
"saveSpec": null,
"fetchSpec": "2.4.0"
},
"_requiredBy": [
"/ra-i18n-polyglot"
],
"_resolved": "https://registry.npmjs.org/node-polyglot/-/node-polyglot-2.4.0.tgz",
"_spec": "2.4.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Spike Brehm",
"email": "spike@airbnb.com"
},
"bugs": {
"url": "https://github.com/airbnb/polyglot.js/issues"
},
"dependencies": {
"for-each": "^0.3.3",
"has": "^1.0.3",
"string.prototype.trim": "^1.1.2",
"warning": "^4.0.3"
},
"description": "Give your JavaScript the ability to speak many languages.",
"devDependencies": {
"chai": "^4.2.0",
"docco": "^0.7.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"mocha": "^3.5.3",
"safe-publish-latest": "^1.1.2",
"uglify-js": "^2.7.3"
},
"homepage": "https://github.com/airbnb/polyglot.js#readme",
"keywords": [
"i18n",
"internationalization",
"internationalisation",
"translation",
"interpolation",
"translate",
"polyglot"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "node-polyglot",
"repository": {
"type": "git",
"url": "git://github.com/airbnb/polyglot.js.git"
},
"scripts": {
"docs": "docco -o docs/ index.js",
"lint": "eslint *.js test/*.js",
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint",
"test": "npm run --silent tests-only",
"tests-only": "mocha test/*.js --reporter spec"
},
"version": "2.4.0"
}