1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_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": "H:\\gs_nuxt\\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"
- }
|