%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/i18n/ |
| Current File : /home/opti/workflow/node_modules/i18n/package.json |
{
"_from": "i18n@^0.8.3",
"_id": "i18n@0.8.4",
"_inBundle": false,
"_integrity": "sha512-PvMcG+yqYWXrwgdmCpL+APCGa8lRY0tdlo2cXp9UeR3u4h1bJGqFsgybfmG/MqtL1iDmdaPPPLJebXGrZ1XoMQ==",
"_location": "/i18n",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "i18n@^0.8.3",
"name": "i18n",
"escapedName": "i18n",
"rawSpec": "^0.8.3",
"saveSpec": null,
"fetchSpec": "^0.8.3"
},
"_requiredBy": [
"/@ladjs/i18n"
],
"_resolved": "https://registry.npmjs.org/i18n/-/i18n-0.8.4.tgz",
"_shasum": "948e1ee7ddefef18b2785969388e097327031bd0",
"_spec": "i18n@^0.8.3",
"_where": "/home/opti/workflow/node_modules/@ladjs/i18n",
"author": {
"name": "Marcus Spiegel",
"email": "marcus.spiegel@gmail.com"
},
"bugs": {
"url": "https://github.com/mashpie/i18n-node/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "*",
"make-plural": "^6.0.1",
"math-interval-parser": "^2.0.1",
"messageformat": "^2.3.0",
"mustache": "*",
"sprintf-js": "^1.1.2"
},
"deprecated": false,
"description": "lightweight translation module with dynamic json storage",
"devDependencies": {
"async": "^3.1.0",
"cookie-parser": "^1.4.4",
"express": "^4.16.4",
"jshint": "*",
"mocha": "^6.2.2",
"should": "*",
"sinon": "*",
"url": "^0.11.0",
"zombie": "*"
},
"directories": {
"lib": "."
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "http://github.com/mashpie/i18n-node",
"keywords": [
"template",
"i18n",
"l10n"
],
"license": "MIT",
"main": "./index",
"name": "i18n",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mashpie/i18n-node.git"
},
"scripts": {
"jshint": "jshint --verbose .",
"test": "npm run jshint && mocha --exit",
"test-ci": "npm run jshint && istanbul cover mocha -- --exit"
},
"version": "0.8.4"
}