{ "_from": "@antfu/utils@^0.5.2", "_id": "@antfu/utils@0.5.2", "_inBundle": false, "_integrity": "sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==", "_location": "/@antfu/utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@antfu/utils@^0.5.2", "name": "@antfu/utils", "escapedName": "@antfu%2futils", "scope": "@antfu", "rawSpec": "^0.5.2", "saveSpec": null, "fetchSpec": "^0.5.2" }, "_requiredBy": [ "/unplugin-vue-components" ], "_resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.5.2.tgz", "_shasum": "8c2d931ff927be0ebe740169874a3d4004ab414b", "_spec": "@antfu/utils@^0.5.2", "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/unplugin-vue-components", "author": { "name": "Anthony Fu", "email": "anthonyfu117@hotmail.com" }, "bugs": { "url": "https://github.com/antfu/utils/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu", "devDependencies": { "@antfu/eslint-config": "^0.23.0", "@antfu/ni": "^0.16.2", "@rollup/plugin-alias": "^3.1.9", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "@types/node": "^17.0.31", "@types/throttle-debounce": "^2.1.0", "bumpp": "^7.1.1", "eslint": "^8.15.0", "esno": "^0.14.1", "p-limit": "^4.0.0", "rollup": "^2.72.1", "rollup-plugin-dts": "^4.2.1", "rollup-plugin-esbuild": "^4.9.1", "throttle-debounce": "^3.0.1", "typescript": "^4.6.4", "vite": "^2.9.8", "vitest": "^0.12.3" }, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs", "types": "./index.d.ts" } }, "files": [ "dist", "*.d.ts" ], "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/antfu/utils#readme", "keywords": [ "utils" ], "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.mjs", "name": "@antfu/utils", "packageManager": "pnpm@7.0.1", "repository": { "type": "git", "url": "git+https://github.com/antfu/utils.git" }, "scripts": { "build": "rollup -c", "dev": "npm run build -- --watch", "lint": "eslint .", "prepublishOnly": "npm run build", "release": "bumpp --commit --push --tag && npm publish", "start": "esno src/index.ts", "test": "vitest" }, "sideEffects": false, "types": "index.d.ts", "version": "0.5.2" }