| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "@antfu/install-pkg@^0.1.1",
- "_id": "@antfu/install-pkg@0.1.1",
- "_inBundle": false,
- "_integrity": "sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==",
- "_location": "/@antfu/install-pkg",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@antfu/install-pkg@^0.1.1",
- "name": "@antfu/install-pkg",
- "escapedName": "@antfu%2finstall-pkg",
- "scope": "@antfu",
- "rawSpec": "^0.1.1",
- "saveSpec": null,
- "fetchSpec": "^0.1.1"
- },
- "_requiredBy": [
- "/unplugin-icons"
- ],
- "_resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-0.1.1.tgz",
- "_shasum": "157bb04f0de8100b9e4c01734db1a6c77e98bbb5",
- "_spec": "@antfu/install-pkg@^0.1.1",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-icons",
- "author": {
- "name": "Anthony Fu",
- "email": "anthonyfu117@hotmail.com"
- },
- "bugs": {
- "url": "https://github.com/antfu/install-pkg/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "execa": "^5.1.1",
- "find-up": "^5.0.0"
- },
- "deprecated": false,
- "description": "Install package programmatically.",
- "devDependencies": {
- "@antfu/eslint-config": "^0.27.0",
- "@antfu/ni": "^0.18.0",
- "@types/node": "^16.11.59",
- "bumpp": "^8.2.1",
- "eslint": "^8.23.1",
- "esno": "^0.16.3",
- "tsup": "^6.2.3",
- "typescript": "^4.8.3"
- },
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "require": "./dist/index.js",
- "import": "./dist/index.mjs"
- }
- },
- "files": [
- "dist"
- ],
- "funding": "https://github.com/sponsors/antfu",
- "homepage": "https://github.com/antfu/install-pkg#readme",
- "keywords": [],
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.mjs",
- "name": "@antfu/install-pkg",
- "packageManager": "pnpm@7.12.0",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/antfu/install-pkg.git"
- },
- "scripts": {
- "build": "tsup src/index.ts --format cjs,esm --dts --no-splitting",
- "dev": "nr build --watch",
- "lint": "eslint .",
- "release": "bumpp --commit --push --tag && pnpm publish",
- "start": "esno src/index.ts"
- },
- "sideEffects": false,
- "types": "dist/index.d.ts",
- "version": "0.1.1"
- }
|