{
  "_args": [
    [
      "vue-uuid@3.0.0",
      "/var/www/laravelapp"
    ]
  ],
  "_from": "vue-uuid@3.0.0",
  "_id": "vue-uuid@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-+5DP857xVmTHYd00dMC1c1gVg/nxG6+K4Lepojv9ckHt8w0fDpGc5gQCCttS9D+AkSkTJgb0cekidKjTWu5OQQ==",
  "_location": "/vue-uuid",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-uuid@3.0.0",
    "name": "vue-uuid",
    "escapedName": "vue-uuid",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-uuid/-/vue-uuid-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/var/www/laravelapp",
  "author": {
    "name": "Vitor Luiz Cavalcanti"
  },
  "ava": {
    "require": [
      "esm"
    ]
  },
  "bugs": {
    "url": "https://github.com/VitorLuizC/vue-uuid/issues"
  },
  "cdn": "dist/index.umd.min.js",
  "dependencies": {
    "@types/uuid": "^8.3.4",
    "uuid": "^8.3.2"
  },
  "description": "Add UUID to Vue instance.",
  "devDependencies": {
    "ava": "^4.0.1",
    "bili": "^5.0.5",
    "esm": "^3.2.25",
    "vue": "^3.2.30"
  },
  "homepage": "https://github.com/VitorLuizC/vue-uuid#README",
  "jsdelivr": "dist/index.umd.min.js",
  "keywords": [
    "vue",
    "vue-uuid",
    "uuid"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "name": "vue-uuid",
  "peerDependencies": {
    "vue": ">= 3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VitorLuizC/vue-uuid.git"
  },
  "scripts": {
    "build": "bili index.mjs --format esm,cjs,umd,umd-min --moduleName VueUUID",
    "prepublishOnly": "npm run build && npm run test",
    "test": "ava"
  },
  "types": "index.d.ts",
  "umd:main": "dist/index.umd.js",
  "unpkg": "dist/index.umd.min.js",
  "version": "3.0.0"
}
