12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_from": "local-pkg@^0.4.2",
- "_id": "local-pkg@0.4.2",
- "_inBundle": false,
- "_integrity": "sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==",
- "_location": "/local-pkg",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "local-pkg@^0.4.2",
- "name": "local-pkg",
- "escapedName": "local-pkg",
- "rawSpec": "^0.4.2",
- "saveSpec": null,
- "fetchSpec": "^0.4.2"
- },
- "_requiredBy": [
- "/unplugin-vue-components"
- ],
- "_resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.2.tgz",
- "_shasum": "13107310b77e74a0e513147a131a2ba288176c2f",
- "_spec": "local-pkg@^0.4.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/local-pkg/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Get information on local packages.",
- "devDependencies": {
- "@antfu/eslint-config": "^0.25.2",
- "@antfu/ni": "^0.16.3",
- "@antfu/utils": "^0.5.2",
- "@types/chai": "^4.3.1",
- "@types/node": "^18.0.3",
- "bumpp": "^8.2.1",
- "chai": "^4.3.6",
- "eslint": "^8.19.0",
- "esno": "^0.16.3",
- "find-up": "^6.3.0",
- "tsup": "^6.1.3",
- "typescript": "^4.7.4"
- },
- "engines": {
- "node": ">=14"
- },
- "exports": {
- ".": {
- "require": "./index.cjs",
- "import": "./index.mjs"
- }
- },
- "files": [
- "dist",
- "index.cjs",
- "index.mjs",
- "index.d.ts"
- ],
- "funding": "https://github.com/sponsors/antfu",
- "homepage": "https://github.com/antfu/local-pkg#readme",
- "keywords": [
- "package"
- ],
- "license": "MIT",
- "main": "index.cjs",
- "module": "index.mjs",
- "name": "local-pkg",
- "packageManager": "pnpm@7.5.0",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/antfu/local-pkg.git"
- },
- "scripts": {
- "build": "tsup shared.ts --format esm,cjs --dts && esno scripts/postbuild.ts",
- "lint": "eslint .",
- "prepublishOnly": "nr build",
- "release": "bumpp && npm publish",
- "test": "node test/cjs.cjs && node test/esm.mjs"
- },
- "sideEffects": false,
- "types": "index.d.ts",
- "version": "0.4.2",
- "warnings": [
- {
- "code": "ENOTSUP",
- "required": {
- "node": ">=14"
- },
- "pkgid": "local-pkg@0.4.2"
- }
- ]
- }
|