| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "pkg-types@^1.2.1",
- "_id": "pkg-types@1.3.0",
- "_inBundle": false,
- "_integrity": "sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==",
- "_location": "/pkg-types",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "pkg-types@^1.2.1",
- "name": "pkg-types",
- "escapedName": "pkg-types",
- "rawSpec": "^1.2.1",
- "saveSpec": null,
- "fetchSpec": "^1.2.1"
- },
- "_requiredBy": [
- "/local-pkg",
- "/mlly",
- "/unimport"
- ],
- "_resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.0.tgz",
- "_shasum": "53d915eb99485798c554ad8eb2dc2af7c03006eb",
- "_spec": "pkg-types@^1.2.1",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\local-pkg",
- "bugs": {
- "url": "https://github.com/unjs/pkg-types/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "confbox": "^0.1.8",
- "mlly": "^1.7.3",
- "pathe": "^1.1.2"
- },
- "deprecated": false,
- "description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
- "devDependencies": {
- "@types/node": "^22.10.2",
- "@vitest/coverage-v8": "^2.1.8",
- "automd": "^0.3.12",
- "changelogen": "^0.5.7",
- "eslint": "^9.17.0",
- "eslint-config-unjs": "^0.4.2",
- "expect-type": "^1.1.0",
- "jiti": "^2.4.2",
- "prettier": "^3.4.2",
- "typescript": "^5.7.2",
- "unbuild": "^3.0.1",
- "vitest": "^2.1.8"
- },
- "exports": {
- "types": "./dist/index.d.ts",
- "import": "./dist/index.mjs",
- "require": "./dist/index.cjs"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/unjs/pkg-types#readme",
- "license": "MIT",
- "main": "./dist/index.cjs",
- "name": "pkg-types",
- "packageManager": "pnpm@9.15.1",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/unjs/pkg-types.git"
- },
- "scripts": {
- "build": "unbuild",
- "dev": "vitest --typecheck",
- "lint": "eslint && prettier -c src test",
- "lint:fix": "automd && eslint --fix . && prettier -w src test",
- "prepack": "pnpm build",
- "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
- "test": "vitest run --typecheck --coverage"
- },
- "sideEffects": false,
- "types": "./dist/index.d.ts",
- "version": "1.3.0"
- }
|