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
80
81
82
| {
| "_args": [
| [
| "ufo@0.7.9",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "ufo@0.7.9",
| "_id": "ufo@0.7.9",
| "_inBundle": false,
| "_integrity": "sha512-6t9LrLk3FhqTS+GW3IqlITtfRB5JAVr5MMNjpBECfK827W+Vh5Ilw/LhTcHWrt6b3hkeBvcbjx4Ti7QVFzmcww==",
| "_location": "/ufo",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "ufo@0.7.9",
| "name": "ufo",
| "escapedName": "ufo",
| "rawSpec": "0.7.9",
| "saveSpec": null,
| "fetchSpec": "0.7.9"
| },
| "_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.9.tgz",
| "_spec": "0.7.9",
| "_where": "/Users/tomas/PAM/PAMapp",
| "bugs": {
| "url": "https://github.com/unjs/ufo/issues"
| },
| "dependencies": {},
| "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": {
| ".": {
| "require": "./dist/index.js",
| "import": "./dist/index.mjs"
| },
| "./*": "./*"
| },
| "files": [
| "dist"
| ],
| "homepage": "https://github.com/unjs/ufo#readme",
| "license": "MIT",
| "main": "./dist/index.js",
| "module": "./dist/index.mjs",
| "name": "ufo",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/unjs/ufo.git"
| },
| "scripts": {
| "build": "siroc build",
| "lint": "eslint --ext .ts .",
| "prepublishOnly": "yarn build",
| "release": "yarn test && standard-version && git push --follow-tags && npm publish",
| "test": "yarn lint && jest"
| },
| "sideEffects": false,
| "types": "./dist/index.d.ts",
| "version": "0.7.9"
| }
|
|