{
  "_from": "unity-cache-server",
  "_id": "unity-cache-server@6.4.0",
  "_inBundle": false,
  "_integrity": "sha512-kpXacxOF17KxMzVHCr7FPxXMS3nsKH0LcfFdt+xI/04YOWxawSTRuniVlW9B1w2k/RIsCnTJhVisaX5K1fQ67Q==",
  "_location": "/unity-cache-server",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "unity-cache-server",
    "name": "unity-cache-server-zyj",
    "escapedName": "unity-cache-server",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/unity-cache-server/-/unity-cache-server-6.4.0.tgz",
  "_shasum": "58eb1ff59ba69849f818ab816b2e6dd56020eb65",
  "_spec": "unity-cache-server",
  "_where": "C:\\Users\\yuji.zhong",
  "author": {
    "name": "Unity Technologies"
  },
  "bin": {
    "unity-cache-server": "main.js",
    "unity-cache-server-cleanup": "cleanup.js",
    "unity-cache-server-import": "import.js"
  },
  "bugs": {
    "url": "https://github.com/Unity-Technologies/unity-cache-server/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "commander": "^2.19.0",
    "config": "^1.31.0",
    "filesize": "^3.5.11",
    "fs-extra": "^5.0.0",
    "ip": "^1.1.5",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.11",
    "lokijs": "^1.5.5",
    "moment": "^2.23.0",
    "ora": "^1.4.0",
    "progress": "^2.0.3",
    "uuid": "^3.3.2"
  },
  "deprecated": false,
  "description": "Unity Cache Server",
  "devDependencies": {
    "coveralls": "^3.0.2",
    "mocha": "^6.1.4",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^14.1.1",
    "sinon": "^7.3.2",
    "tmp": "0.0.33",
    "tmp-promise": "^1.0.5"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": "^12.13.1"
  },
  "eslintConfig": {
    "env": {
      "node": true
    },
    "parserOptions": {
      "ecmaVersion": 8
    },
    "rules": {
      "prefer-const": "error"
    }
  },
  "homepage": "https://github.com/Unity-Technologies/unity-cache-server#readme",
  "keywords": [],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "unity-cache-server-zyj",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Unity-Technologies/unity-cache-server.git"
  },
  "scripts": {
    "coverage": "export NODE_ENV=test;nyc npm test && nyc report --reporter=lcov; open coverage/lcov-report/index.html",
    "coveralls": "export NODE_ENV=test;nyc report --reporter=lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "start": "node main.js",
    "test": "export NODE_ENV=test;nyc mocha"
  },
  "version": "6.4.0"
}
