package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "@antfu/utils@^0.5.2",
  3. "_id": "@antfu/utils@0.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==",
  6. "_location": "/@antfu/utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@antfu/utils@^0.5.2",
  12. "name": "@antfu/utils",
  13. "escapedName": "@antfu%2futils",
  14. "scope": "@antfu",
  15. "rawSpec": "^0.5.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.5.2"
  18. },
  19. "_requiredBy": [
  20. "/unplugin-vue-components"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.5.2.tgz",
  23. "_shasum": "8c2d931ff927be0ebe740169874a3d4004ab414b",
  24. "_spec": "@antfu/utils@^0.5.2",
  25. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/unplugin-vue-components",
  26. "author": {
  27. "name": "Anthony Fu",
  28. "email": "anthonyfu117@hotmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/antfu/utils/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu",
  36. "devDependencies": {
  37. "@antfu/eslint-config": "^0.23.0",
  38. "@antfu/ni": "^0.16.2",
  39. "@rollup/plugin-alias": "^3.1.9",
  40. "@rollup/plugin-commonjs": "^22.0.0",
  41. "@rollup/plugin-json": "^4.1.0",
  42. "@rollup/plugin-node-resolve": "^13.3.0",
  43. "@types/node": "^17.0.31",
  44. "@types/throttle-debounce": "^2.1.0",
  45. "bumpp": "^7.1.1",
  46. "eslint": "^8.15.0",
  47. "esno": "^0.14.1",
  48. "p-limit": "^4.0.0",
  49. "rollup": "^2.72.1",
  50. "rollup-plugin-dts": "^4.2.1",
  51. "rollup-plugin-esbuild": "^4.9.1",
  52. "throttle-debounce": "^3.0.1",
  53. "typescript": "^4.6.4",
  54. "vite": "^2.9.8",
  55. "vitest": "^0.12.3"
  56. },
  57. "exports": {
  58. ".": {
  59. "import": "./dist/index.mjs",
  60. "require": "./dist/index.cjs",
  61. "types": "./index.d.ts"
  62. }
  63. },
  64. "files": [
  65. "dist",
  66. "*.d.ts"
  67. ],
  68. "funding": "https://github.com/sponsors/antfu",
  69. "homepage": "https://github.com/antfu/utils#readme",
  70. "keywords": [
  71. "utils"
  72. ],
  73. "license": "MIT",
  74. "main": "dist/index.cjs",
  75. "module": "dist/index.mjs",
  76. "name": "@antfu/utils",
  77. "packageManager": "pnpm@7.0.1",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/antfu/utils.git"
  81. },
  82. "scripts": {
  83. "build": "rollup -c",
  84. "dev": "npm run build -- --watch",
  85. "lint": "eslint .",
  86. "prepublishOnly": "npm run build",
  87. "release": "bumpp --commit --push --tag && npm publish",
  88. "start": "esno src/index.ts",
  89. "test": "vitest"
  90. },
  91. "sideEffects": false,
  92. "types": "index.d.ts",
  93. "version": "0.5.2"
  94. }