{
  "_from": "strong-globalize@^4.1.1",
  "_id": "strong-globalize@4.1.2",
  "_inBundle": false,
  "_integrity": "sha512-2ks3/fuQy4B/AQDTAaEvTXYSqH4TWrv9VGlbZ4YujzijEJbIWbptF/9dO13duv87aRhWdM5ABEiTy7ZmnmBhdQ==",
  "_location": "/strong-globalize",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "strong-globalize@^4.1.1",
    "name": "strong-globalize",
    "escapedName": "strong-globalize",
    "rawSpec": "^4.1.1",
    "saveSpec": null,
    "fetchSpec": "^4.1.1"
  },
  "_requiredBy": [
    "/loopback",
    "/loopback-component-explorer",
    "/loopback-connector",
    "/loopback-datasource-juggler",
    "/loopback-phase",
    "/loopback-swagger",
    "/strong-error-handler",
    "/strong-remoting"
  ],
  "_resolved": "https://registry.npmjs.org/strong-globalize/-/strong-globalize-4.1.2.tgz",
  "_shasum": "9679b1e6cde2bf88d2843a0815fd6d9a5ee34de4",
  "_spec": "strong-globalize@^4.1.1",
  "_where": "/home2/postcax0/public_html/bounsr/loop/loop/node_modules/loopback",
  "author": {
    "name": "IBM Corp."
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/strongloop/strong-globalize/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "accept-language": "^3.0.18",
    "debug": "^4.0.1",
    "globalize": "^1.3.0",
    "lodash": "^4.17.4",
    "md5": "^2.2.1",
    "mkdirp": "^0.5.1",
    "os-locale": "^3.0.1",
    "yamljs": "^0.3.0"
  },
  "deprecated": false,
  "description": "StrongLoop Globalize - API",
  "devDependencies": {
    "@types/debug": "0.0.30",
    "@types/globalize": "0.0.34",
    "@types/lodash": "^4.14.108",
    "@types/md5": "^2.1.32",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "^10.1.1",
    "@types/yamljs": "^0.2.30",
    "async": "^2.6.0",
    "coveralls": "^3.0.0",
    "intercept-stdout": "^0.1.2",
    "mktmpdir": "^0.1.1",
    "prettier": "^1.12.1",
    "rimraf": "^2.6.2",
    "shelljs": "^0.8.2",
    "tap": "^12.0.1",
    "typescript": "^3.0.3"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/strongloop/strong-globalize#readme",
  "keywords": [
    "StrongLoop",
    "globalize",
    "cldr"
  ],
  "license": "Artistic-2.0",
  "main": "index.js",
  "name": "strong-globalize",
  "repository": {
    "type": "git",
    "url": "git://github.com/strongloop/strong-globalize.git"
  },
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.json --outdir lib",
    "clean": "rimraf lib",
    "prepublishOnly": "npm run build",
    "pretest": "npm run build",
    "test": "tap --bail --timeout=200 test/test-*.*"
  },
  "types": "lib/index.d.ts",
  "version": "4.1.2"
}
