{ "_args": [ [ "koa-i18n@2.1.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "koa-i18n@2.1.0", "_id": "koa-i18n@2.1.0", "_inBundle": false, "_integrity": "sha1-xdOZIYpTB8Eb5UMToDixk35Sk2I=", "_location": "/koa-i18n", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "koa-i18n@2.1.0", "name": "koa-i18n", "escapedName": "koa-i18n", "rawSpec": "2.1.0", "saveSpec": null, "fetchSpec": "2.1.0" }, "_requiredBy": [ "/strapi" ], "_resolved": "https://registry.npmjs.org/koa-i18n/-/koa-i18n-2.1.0.tgz", "_spec": "2.1.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Fangdun Cai", "email": "cfddream@gmail.com" }, "bugs": { "url": "https://github.com/koa-modules/koa-i18n/issues" }, "dependencies": { "debug": "*", "i18n-2": "*" }, "description": "Lightweight simple translation middleware for koa, based on i18n-2", "devDependencies": { "istanbul": "^0.4.5", "koa": "^2.2.0", "koa-compose": "^3.2.1", "koa-convert": "^1.2.0", "koa-locale": "^1.3.0", "koa-swig": "^2.2.1", "koa-views": "^6.0.1", "mocha": "^3.2.0", "pug": "^2.0.0-beta11", "should": "^11.2.1", "supertest": "^3.0.0" }, "engines": { "node": ">=7" }, "files": [ "LICENSE", "index.js" ], "homepage": "https://github.com/koa-modules/koa-i18n#readme", "keywords": [ "koa", "locale", "i18n", "languages" ], "license": "MIT", "main": "index.js", "name": "koa-i18n", "repository": { "type": "git", "url": "git+https://github.com/koa-modules/koa-i18n.git" }, "scripts": { "test": "mocha --require should --reporter spec --timeout 5000 test", "test-cov": "istanbul cover node_modules/.bin/_mocha -- -R dot -t 5000 test/*.js", "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -R dot -t 5000 test/*.js" }, "version": "2.1.0" }