{
  "_args": [
    [
      "global-cache@1.2.1",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "global-cache@1.2.1",
  "_id": "global-cache@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-EOeUaup5DgWKlCMhA9YFqNRIlZwoxt731jCh47WBV9fQqHgXhr3Fa55hfgIUqilIcPsfdNKN7LHjrNY+Km40KA==",
  "_location": "/global-cache",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "global-cache@1.2.1",
    "name": "global-cache",
    "escapedName": "global-cache",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/react-with-styles-interface-css"
  ],
  "_resolved": "https://registry.npmjs.org/global-cache/-/global-cache-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com",
    "url": "http://ljharb.codes"
  },
  "bugs": {
    "url": "https://github.com/ljharb/global-cache/issues"
  },
  "contributors": [
    {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com",
      "url": "http://ljharb.codes"
    }
  ],
  "dependencies": {
    "define-properties": "^1.1.2",
    "is-symbol": "^1.0.1"
  },
  "description": "Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!",
  "devDependencies": {
    "@ljharb/eslint-config": "^12.1.0",
    "covert": "^1.1.0",
    "eslint": "^4.2.0",
    "istanbul": "^1.0.0-alpha.2",
    "jscs": "^3.0.7",
    "nsp": "^2.6.3",
    "replace": "^0.3.0",
    "rimraf": "^2.6.1",
    "semver": "^5.3.0",
    "tape": "^4.7.0"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "homepage": "https://github.com/ljharb/global-cache#readme",
  "keywords": [
    "global",
    "window",
    "self",
    "cache",
    "global object"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "global-cache",
  "repository": {
    "type": "git",
    "url": "git://github.com/ljharb/global-cache.git"
  },
  "scripts": {
    "cover:check": "istanbul check",
    "cover:clean": "rimraf coverage",
    "cover:covert": "covert test.js",
    "cover:istanbul": "istanbul cover test.js --report html",
    "coverage": "npm run --silent cover:clean && npm run --silent cover:istanbul && npm run --silent cover:check",
    "eslint": "eslint test.js *.js",
    "jscs": "jscs test.js *.js",
    "lint": "npm run --silent jscs && npm run --silent eslint",
    "posttest": "npm run --silent security",
    "pretest": "npm run --silent lint && npm run --silent coverage",
    "security": "nsp check",
    "test": "npm run --silent tests-only",
    "tests-only": "node --es-staging test.js"
  },
  "testling": {
    "files": "test.js",
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2"
    ]
  },
  "version": "1.2.1"
}
