line_push/node_modules/rc9/package.json
2022-07-21 03:28:35 +00:00

81 lines
1.9 KiB
JSON

{
"_args": [
[
"rc9@1.2.2",
"/home/node/nuxt"
]
],
"_from": "rc9@1.2.2",
"_id": "rc9@1.2.2",
"_inBundle": false,
"_integrity": "sha512-zbe8+HR2X28eZepAwohuKkebbEsA67h0DO9I7g12QrHa2CQopR9gztOLPIPXXGTvcxeUjAN4wZ+b29t3m/u05g==",
"_location": "/rc9",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc9@1.2.2",
"name": "rc9",
"escapedName": "rc9",
"rawSpec": "1.2.2",
"saveSpec": null,
"fetchSpec": "1.2.2"
},
"_requiredBy": [
"/@nuxt/config",
"/@nuxt/telemetry"
],
"_resolved": "https://registry.npmjs.org/rc9/-/rc9-1.2.2.tgz",
"_spec": "1.2.2",
"_where": "/home/node/nuxt",
"bugs": {
"url": "https://github.com/unjs/rc9/issues"
},
"dependencies": {
"defu": "^6.0.0",
"destr": "^1.1.1",
"flat": "^5.0.0"
},
"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"
}