保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/ufo/package.json
@@ -1,25 +1,19 @@
{
  "_args": [
    [
      "ufo@0.7.9",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "ufo@0.7.9",
  "_id": "ufo@0.7.9",
  "_from": "ufo@^0.7.4",
  "_id": "ufo@0.7.11",
  "_inBundle": false,
  "_integrity": "sha512-6t9LrLk3FhqTS+GW3IqlITtfRB5JAVr5MMNjpBECfK827W+Vh5Ilw/LhTcHWrt6b3hkeBvcbjx4Ti7QVFzmcww==",
  "_integrity": "sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg==",
  "_location": "/ufo",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "ufo@0.7.9",
    "raw": "ufo@^0.7.4",
    "name": "ufo",
    "escapedName": "ufo",
    "rawSpec": "0.7.9",
    "rawSpec": "^0.7.4",
    "saveSpec": null,
    "fetchSpec": "0.7.9"
    "fetchSpec": "^0.7.4"
  },
  "_requiredBy": [
    "/@nuxt/config",
@@ -30,29 +24,31 @@
    "/@nuxt/vue-renderer",
    "/@nuxt/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/ufo/-/ufo-0.7.9.tgz",
  "_spec": "0.7.9",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/ufo/-/ufo-0.7.11.tgz",
  "_shasum": "17defad497981290383c5d26357773431fdbadcb",
  "_spec": "ufo@^0.7.4",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\utils",
  "bugs": {
    "url": "https://github.com/unjs/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",
    "c8": "^7.11.0",
    "eslint": "latest",
    "jest": "latest",
    "siroc": "latest",
    "standard-version": "latest",
    "ts-jest": "latest",
    "typescript": "latest"
    "typescript": "latest",
    "unbuild": "latest",
    "vitest": "latest"
  },
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    },
    "./*": "./*"
@@ -62,7 +58,7 @@
  ],
  "homepage": "https://github.com/unjs/ufo#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "ufo",
  "repository": {
@@ -70,13 +66,14 @@
    "url": "git+https://github.com/unjs/ufo.git"
  },
  "scripts": {
    "build": "siroc build",
    "build": "unbuild",
    "dev": "vitest",
    "lint": "eslint --ext .ts .",
    "prepublishOnly": "yarn build",
    "prepack": "yarn build",
    "release": "yarn test && standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && jest"
    "test": "yarn lint && vitest run"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "version": "0.7.9"
  "version": "0.7.11"
}