{
  "_args": [
    [
      "koa-locale@1.3.0",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "koa-locale@1.3.0",
  "_id": "koa-locale@1.3.0",
  "_inBundle": false,
  "_integrity": "sha1-lSia5vpAmIBKHuiq3UawrxyCy8s=",
  "_location": "/koa-locale",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-locale@1.3.0",
    "name": "koa-locale",
    "escapedName": "koa-locale",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/strapi"
  ],
  "_resolved": "https://registry.npmjs.org/koa-locale/-/koa-locale-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Fangdun Cai",
    "email": "cfddream@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/koa-modules/locale/issues"
  },
  "dependencies": {
    "delegates": "1.0.0"
  },
  "description": "Get locale variable from query, subdomain, the last domain, accept-languages or cookie for koa.",
  "devDependencies": {
    "bluebird": "^3.5.0",
    "istanbul": "^0.4.5",
    "koa": "^2.2.0",
    "koa-compose": "^3.2.1",
    "mocha": "^3.2.0",
    "should": "^11.2.1",
    "supertest": "^3.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koa-modules/locale#readme",
  "keywords": [
    "koa",
    "locale",
    "i18n",
    "L10n",
    "language",
    "lang"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "koa-locale",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koa-modules/locale.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks",
    "test-ci": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/*.js",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/*.js"
  },
  "version": "1.3.0"
}
