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
| {
| "_from": "rc9@^1.2.0",
| "_id": "rc9@1.2.2",
| "_inBundle": false,
| "_integrity": "sha512-zbe8+HR2X28eZepAwohuKkebbEsA67h0DO9I7g12QrHa2CQopR9gztOLPIPXXGTvcxeUjAN4wZ+b29t3m/u05g==",
| "_location": "/rc9",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "rc9@^1.2.0",
| "name": "rc9",
| "escapedName": "rc9",
| "rawSpec": "^1.2.0",
| "saveSpec": null,
| "fetchSpec": "^1.2.0"
| },
| "_requiredBy": [
| "/@nuxt/config",
| "/@nuxt/telemetry"
| ],
| "_resolved": "https://registry.npmjs.org/rc9/-/rc9-1.2.2.tgz",
| "_shasum": "0d79202e088dd80e2e0f77ac36f520247d2d3964",
| "_spec": "rc9@^1.2.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\config",
| "bugs": {
| "url": "https://github.com/unjs/rc9/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "defu": "^6.0.0",
| "destr": "^1.1.1",
| "flat": "^5.0.0"
| },
| "deprecated": false,
| "description": "Read/Write config couldn't be easier!",
| "devDependencies": {
| "@nuxtjs/eslint-config-typescript": "latest",
| "@types/flat": "latest",
| "@types/jest": "latest",
| "@types/node": "latest",
| "c8": "^7.11.0",
| "eslint": "latest",
| "standard-version": "latest",
| "typescript": "latest",
| "unbuild": "^0.7.2",
| "vitest": "^0.9.0"
| },
| "exports": {
| ".": {
| "require": "./dist/index.cjs",
| "import": "./dist/index.mjs"
| }
| },
| "files": [
| "dist"
| ],
| "homepage": "https://github.com/unjs/rc9#readme",
| "license": "MIT",
| "main": "./dist/index.cjs",
| "name": "rc9",
| "packageManager": "pnpm@6.32.3",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/unjs/rc9.git"
| },
| "scripts": {
| "build": "unbuild",
| "dev": "vitest",
| "lint": "eslint --ext .ts .",
| "release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
| "test": "pnpm lint && vitest run"
| },
| "sideEffects": false,
| "types": "./dist/index.d.ts",
| "version": "1.2.2"
| }
|
|