{
  "_args": [
    [
      "@nuxt/loading-screen@0.1.3",
      "/var/www/html"
    ]
  ],
  "_from": "@nuxt/loading-screen@0.1.3",
  "_id": "@nuxt/loading-screen@0.1.3",
  "_inBundle": false,
  "_integrity": "sha512-DEI1r2kNgWhQVosHmihxhC9aYU6sHeTIFZ4Dg0pgHrfe51A2C4Th+G9G+aouqG3XSpC5OKZZ9SKqs+A6j8hMDQ==",
  "_location": "/@nuxt/loading-screen",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nuxt/loading-screen@0.1.3",
    "name": "@nuxt/loading-screen",
    "escapedName": "@nuxt%2floading-screen",
    "scope": "@nuxt",
    "rawSpec": "0.1.3",
    "saveSpec": null,
    "fetchSpec": "0.1.3"
  },
  "_requiredBy": [
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-0.1.3.tgz",
  "_spec": "0.1.3",
  "_where": "/var/www/html",
  "bugs": {
    "url": "https://github.com/nuxt/loading-screen/issues"
  },
  "dependencies": {
    "connect": "^3.6.6",
    "fs-extra": "^7.0.1",
    "serve-static": "^1.13.2",
    "ws": "^6.2.0"
  },
  "description": "[![Circle CI][circleci-src]][circleci-href] [![Standard JS][standard-js-src]][standard-js-href] [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![package phobia][package-phobia-src]][package-phobia-href] [![bundle phobia][bundle-phobia-src]][bundle-phobia-href]",
  "devDependencies": {
    "@nuxtjs/eslint-config": "^0.0.1",
    "eslint": "^5.15.3",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jest": "^22.4.1",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^5.2.2",
    "poi": "^12.5.7",
    "standard-version": "^5.0.2",
    "vue": "^2.6.10",
    "vue-template-compiler": "^2.6.10"
  },
  "files": [
    "lib",
    "app-dist"
  ],
  "homepage": "https://github.com/nuxt/loading-screen#readme",
  "license": "MIT",
  "main": "lib/module.js",
  "name": "@nuxt/loading-screen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/loading-screen.git"
  },
  "scripts": {
    "build": "poi --prod",
    "lint": "eslint .",
    "prepublish": "yarn build && yarn test",
    "release": "standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint"
  },
  "version": "0.1.3"
}
