package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "defu@^6.0.0",
  3. "_id": "defu@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t2MZGLf1V2rV4VBZbWIaXKdX/mUcYW0n2znQZoADBkGGxYL8EWqCuCZBmJPJ/Yy9fofJkyuuSuo5GSwo0XdEgw==",
  6. "_location": "/@nuxtjs/eslint-module/defu",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "defu@^6.0.0",
  12. "name": "defu",
  13. "escapedName": "defu",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxtjs/eslint-module"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/defu/-/defu-6.0.0.tgz",
  22. "_shasum": "b397a6709a2f3202747a3d9daf9446e41ad0c5fc",
  23. "_spec": "defu@^6.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxtjs\\eslint-module",
  25. "bugs": {
  26. "url": "https://github.com/unjs/defu/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "Recursively assign default properties. Lightweight and Fast!",
  31. "devDependencies": {
  32. "@nuxtjs/eslint-config-typescript": "latest",
  33. "@types/node": "latest",
  34. "c8": "^7.11.0",
  35. "eslint": "latest",
  36. "expect-type": "latest",
  37. "standard-version": "latest",
  38. "typescript": "latest",
  39. "unbuild": "latest",
  40. "vitest": "^0.7.7"
  41. },
  42. "exports": {
  43. ".": {
  44. "require": "./dist/defu.cjs",
  45. "import": "./dist/defu.mjs"
  46. }
  47. },
  48. "files": [
  49. "dist"
  50. ],
  51. "homepage": "https://github.com/unjs/defu#readme",
  52. "license": "MIT",
  53. "main": "./dist/defu.cjs",
  54. "module": "./dist/defu.mjs",
  55. "name": "defu",
  56. "packageManager": "pnpm@6.32.3",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/unjs/defu.git"
  60. },
  61. "scripts": {
  62. "build": "unbuild",
  63. "dev": "vitest",
  64. "lint": "eslint --ext .ts src",
  65. "release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
  66. "test": "pnpm lint && pnpm vitest"
  67. },
  68. "types": "./dist/defu.d.ts",
  69. "version": "6.0.0"
  70. }