1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
| {
| "_from": "ufo@^0.7.4",
| "_id": "ufo@0.7.11",
| "_inBundle": false,
| "_integrity": "sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg==",
| "_location": "/ufo",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "ufo@^0.7.4",
| "name": "ufo",
| "escapedName": "ufo",
| "rawSpec": "^0.7.4",
| "saveSpec": null,
| "fetchSpec": "^0.7.4"
| },
| "_requiredBy": [
| "/@nuxt/config",
| "/@nuxt/generator",
| "/@nuxt/server",
| "/@nuxt/utils",
| "/@nuxt/vue-app",
| "/@nuxt/vue-renderer",
| "/@nuxt/webpack"
| ],
| "_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/node": "latest",
| "c8": "^7.11.0",
| "eslint": "latest",
| "standard-version": "latest",
| "typescript": "latest",
| "unbuild": "latest",
| "vitest": "latest"
| },
| "exports": {
| ".": {
| "require": "./dist/index.cjs",
| "import": "./dist/index.mjs"
| },
| "./*": "./*"
| },
| "files": [
| "dist"
| ],
| "homepage": "https://github.com/unjs/ufo#readme",
| "license": "MIT",
| "main": "./dist/index.cjs",
| "module": "./dist/index.mjs",
| "name": "ufo",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/unjs/ufo.git"
| },
| "scripts": {
| "build": "unbuild",
| "dev": "vitest",
| "lint": "eslint --ext .ts .",
| "prepack": "yarn build",
| "release": "yarn test && standard-version && git push --follow-tags && npm publish",
| "test": "yarn lint && vitest run"
| },
| "sideEffects": false,
| "types": "./dist/index.d.ts",
| "version": "0.7.11"
| }
|
|