{
  "_args": [
    [
      "@nuxt/static@1.0.0",
      "/home/gitlab-runner/builds/6iUbpg6c/0/web/clp/camly-platform-web"
    ]
  ],
  "_from": "@nuxt/static@1.0.0",
  "_id": "@nuxt/static@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-giYaEwPsKDqqXiR4uXvsNAwJ1gGEPg/hLMLWvXC56YF5FNbdc3kOroq0/TtQ2eF0OCu38olJs8IEyLjYUdP5Vg==",
  "_location": "/@nuxt/static",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nuxt/static@1.0.0",
    "name": "@nuxt/static",
    "escapedName": "@nuxt%2fstatic",
    "scope": "@nuxt",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/@nuxt/cli",
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxt/static/-/static-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/gitlab-runner/builds/6iUbpg6c/0/web/clp/camly-platform-web",
  "bin": {
    "nuxt-static": "bin/nuxt-static.js"
  },
  "bugs": {
    "url": "https://github.com/nuxt/static/issues"
  },
  "dependencies": {
    "consola": "^2.14.0",
    "crc": "^3.8.0",
    "defu": "^2.0.4",
    "destr": "^1.0.0",
    "globby": "^11.0.1"
  },
  "description": "The fastest way to statically export your Nuxt application",
  "devDependencies": {
    "@nuxt/content": "^1.4.0",
    "@nuxt/types": "latest",
    "@nuxt/typescript-build": "latest",
    "@nuxt/typescript-runtime": "latest",
    "@nuxtjs/eslint-config-typescript": "latest",
    "babel-eslint": "latest",
    "bili": "latest",
    "eslint": "latest",
    "nuxt-edge": "latest",
    "rimraf": "latest",
    "rollup-plugin-typescript2": "latest",
    "standard-version": "latest",
    "typescript": "latest"
  },
  "files": [
    "dist",
    "bin"
  ],
  "homepage": "https://github.com/nuxt/static#readme",
  "license": "MIT",
  "name": "@nuxt/static",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/static.git"
  },
  "scripts": {
    "build": "yarn clean && bili src/cli.ts",
    "clean": "rimraf dist",
    "lint": "eslint --ext .ts,.js,.vue .",
    "nuxt-static": "ts-node src/cli.ts",
    "release": "yarn test && standard-version && yarn build && git push --follow-tags && npm publish",
    "static": "yarn nuxt-static test/fixture",
    "test": "yarn lint"
  },
  "version": "1.0.0"
}
