{ "_from": "@antfu/utils@^0.7.6", "_id": "@antfu/utils@0.7.7", "_inBundle": false, "_integrity": "sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==", "_location": "/@antfu/utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@antfu/utils@^0.7.6", "name": "@antfu/utils", "escapedName": "@antfu%2futils", "scope": "@antfu", "rawSpec": "^0.7.6", "saveSpec": null, "fetchSpec": "^0.7.6" }, "_requiredBy": [ "/@iconify/utils", "/unconfig", "/unplugin-vue-components" ], "_resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.7.tgz", "_shasum": "26ea493a831b4f3a85475e7157be02fb4eab51fb", "_spec": "@antfu/utils@^0.7.6", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/unconfig", "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": "^2.4.4", "@antfu/ni": "^0.21.12", "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@types/node": "^20.10.4", "@types/throttle-debounce": "^5.0.2", "bumpp": "^9.2.1", "eslint": "npm:eslint-ts-patch@8.55.0-1", "eslint-ts-patch": "8.55.0-1", "esno": "^4.0.0", "p-limit": "^5.0.0", "rollup": "^4.7.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-esbuild": "^6.1.0", "throttle-debounce": "5.0.0", "typescript": "^5.3.3", "vite": "^5.0.7", "vitest": "^1.0.4" }, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "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@8.12.0", "repository": { "type": "git", "url": "git+https://github.com/antfu/utils.git" }, "scripts": { "build": "rollup -c", "dev": "nr build --watch", "lint": "eslint .", "lint-fix": "nr lint --fix", "prepublishOnly": "npm run build", "release": "bumpp --commit --push --tag && npm publish", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" }, "sideEffects": false, "type": "module", "types": "dist/index.d.ts", "version": "0.7.7" }