{
  "_from": "@nuxt/ufo@^0.5.0",
  "_id": "@nuxt/ufo@0.5.4",
  "_inBundle": false,
  "_integrity": "sha512-JZOGDlt2BvLCBmLhrchhRJ6tP9PBfSWLdsHC+JVJ5Qp8/hT/2u61cSsLS30zUOwcPRaQ3y2oHNkEiKJ5v90iEQ==",
  "_location": "/@nuxt/ufo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@nuxt/ufo@^0.5.0",
    "name": "@nuxt/ufo",
    "escapedName": "@nuxt%2fufo",
    "scope": "@nuxt",
    "rawSpec": "^0.5.0",
    "saveSpec": null,
    "fetchSpec": "^0.5.0"
  },
  "_requiredBy": [
    "/@nuxt/config",
    "/@nuxt/utils",
    "/@nuxt/vue-app",
    "/@nuxt/vue-renderer"
  ],
  "_resolved": "https://registry.npmjs.org/@nuxt/ufo/-/ufo-0.5.4.tgz",
  "_shasum": "2e1428e2c947cc559d566c27786525bf0f40fbc8",
  "_spec": "@nuxt/ufo@^0.5.0",
  "_where": "D:\\Projects\\VueJS\\template\\minton-vue-template-v1.0.0\\Admin\\node_modules\\@nuxt\\utils",
  "bugs": {
    "url": "https://github.com/nuxt-contrib/ufo/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "URL utils for humans",
  "devDependencies": {
    "@nuxtjs/eslint-config-typescript": "latest",
    "@types/flat": "latest",
    "@types/jest": "latest",
    "@types/node": "latest",
    "eslint": "latest",
    "jest": "latest",
    "siroc": "latest",
    "standard-version": "latest",
    "ts-jest": "latest",
    "typescript": "latest"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./": "./"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/nuxt-contrib/ufo#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "name": "@nuxt/ufo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-contrib/ufo.git"
  },
  "scripts": {
    "build": "siroc build",
    "lint": "eslint --ext .ts .",
    "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && jest"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "0.5.4"
}
