package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "@antfu/utils@^0.7.6",
  3. "_id": "@antfu/utils@0.7.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
  6. "_location": "/@antfu/utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@antfu/utils@^0.7.6",
  12. "name": "@antfu/utils",
  13. "escapedName": "@antfu%2futils",
  14. "scope": "@antfu",
  15. "rawSpec": "^0.7.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.7.6"
  18. },
  19. "_requiredBy": [
  20. "/@iconify/utils",
  21. "/unplugin-auto-import",
  22. "/unplugin-icons",
  23. "/unplugin-vue-components"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
  26. "_shasum": "ae829f170158e297a9b6a28f161a8e487d00814d",
  27. "_spec": "@antfu/utils@^0.7.6",
  28. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-auto-import",
  29. "author": {
  30. "name": "Anthony Fu",
  31. "email": "anthonyfu117@hotmail.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/antfu/utils/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu",
  39. "devDependencies": {
  40. "@antfu/eslint-config": "^2.16.3",
  41. "@antfu/ni": "^0.21.12",
  42. "@rollup/plugin-alias": "^5.1.0",
  43. "@rollup/plugin-commonjs": "^25.0.7",
  44. "@rollup/plugin-json": "^6.1.0",
  45. "@rollup/plugin-node-resolve": "^15.2.3",
  46. "@types/node": "^20.12.10",
  47. "@types/throttle-debounce": "^5.0.2",
  48. "bumpp": "^9.4.1",
  49. "eslint": "npm:eslint-ts-patch@8.55.0-1",
  50. "eslint-ts-patch": "8.55.0-1",
  51. "esno": "^4.7.0",
  52. "p-limit": "^5.0.0",
  53. "rollup": "^4.17.2",
  54. "rollup-plugin-dts": "^6.1.0",
  55. "rollup-plugin-esbuild": "^6.1.1",
  56. "throttle-debounce": "5.0.0",
  57. "typescript": "^5.4.5",
  58. "vite": "^5.2.11",
  59. "vitest": "^1.6.0"
  60. },
  61. "exports": {
  62. ".": {
  63. "import": "./dist/index.mjs",
  64. "require": "./dist/index.cjs"
  65. }
  66. },
  67. "files": [
  68. "dist"
  69. ],
  70. "funding": "https://github.com/sponsors/antfu",
  71. "homepage": "https://github.com/antfu/utils#readme",
  72. "keywords": [
  73. "utils"
  74. ],
  75. "license": "MIT",
  76. "main": "dist/index.cjs",
  77. "module": "dist/index.mjs",
  78. "name": "@antfu/utils",
  79. "packageManager": "pnpm@9.1.0",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/antfu/utils.git"
  83. },
  84. "scripts": {
  85. "build": "rollup -c",
  86. "dev": "nr build --watch",
  87. "lint": "eslint .",
  88. "lint-fix": "nr lint --fix",
  89. "prepublishOnly": "npm run build",
  90. "release": "bumpp --commit --push --tag && npm publish",
  91. "start": "esno src/index.ts",
  92. "test": "vitest",
  93. "typecheck": "tsc --noEmit"
  94. },
  95. "sideEffects": false,
  96. "type": "module",
  97. "types": "dist/index.d.ts",
  98. "version": "0.7.10"
  99. }