package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "rc9@^1.2.0",
  3. "_id": "rc9@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zbe8+HR2X28eZepAwohuKkebbEsA67h0DO9I7g12QrHa2CQopR9gztOLPIPXXGTvcxeUjAN4wZ+b29t3m/u05g==",
  6. "_location": "/rc9",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rc9@^1.2.0",
  12. "name": "rc9",
  13. "escapedName": "rc9",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/config",
  20. "/@nuxt/telemetry"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/rc9/-/rc9-1.2.2.tgz",
  23. "_shasum": "0d79202e088dd80e2e0f77ac36f520247d2d3964",
  24. "_spec": "rc9@^1.2.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\config",
  26. "bugs": {
  27. "url": "https://github.com/unjs/rc9/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "defu": "^6.0.0",
  32. "destr": "^1.1.1",
  33. "flat": "^5.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "Read/Write config couldn't be easier!",
  37. "devDependencies": {
  38. "@nuxtjs/eslint-config-typescript": "latest",
  39. "@types/flat": "latest",
  40. "@types/jest": "latest",
  41. "@types/node": "latest",
  42. "c8": "^7.11.0",
  43. "eslint": "latest",
  44. "standard-version": "latest",
  45. "typescript": "latest",
  46. "unbuild": "^0.7.2",
  47. "vitest": "^0.9.0"
  48. },
  49. "exports": {
  50. ".": {
  51. "require": "./dist/index.cjs",
  52. "import": "./dist/index.mjs"
  53. }
  54. },
  55. "files": [
  56. "dist"
  57. ],
  58. "homepage": "https://github.com/unjs/rc9#readme",
  59. "license": "MIT",
  60. "main": "./dist/index.cjs",
  61. "name": "rc9",
  62. "packageManager": "pnpm@6.32.3",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/unjs/rc9.git"
  66. },
  67. "scripts": {
  68. "build": "unbuild",
  69. "dev": "vitest",
  70. "lint": "eslint --ext .ts .",
  71. "release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
  72. "test": "pnpm lint && vitest run"
  73. },
  74. "sideEffects": false,
  75. "types": "./dist/index.d.ts",
  76. "version": "1.2.2"
  77. }