{
  "_from": "local-pkg@^0.5.0",
  "_id": "local-pkg@0.5.0",
  "_inBundle": false,
  "_integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
  "_location": "/local-pkg",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "local-pkg@^0.5.0",
    "name": "local-pkg",
    "escapedName": "local-pkg",
    "rawSpec": "^0.5.0",
    "saveSpec": null,
    "fetchSpec": "^0.5.0"
  },
  "_requiredBy": [
    "/@iconify/utils",
    "/unimport"
  ],
  "_resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz",
  "_shasum": "093d25a346bae59a99f80e75f6e9d36d7e8c925c",
  "_spec": "local-pkg@^0.5.0",
  "_where": "/home/smiles/public_html/rpos/node_modules/unimport",
  "author": {
    "name": "Anthony Fu",
    "email": "anthonyfu117@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/antfu/local-pkg/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "mlly": "^1.4.2",
    "pkg-types": "^1.0.3"
  },
  "deprecated": false,
  "description": "Get information on local packages.",
  "devDependencies": {
    "@antfu/eslint-config": "^1.0.0-beta.18",
    "@antfu/ni": "^0.21.8",
    "@antfu/utils": "^0.7.6",
    "@types/chai": "^4.3.6",
    "@types/node": "^20.8.0",
    "bumpp": "^9.2.0",
    "chai": "^4.3.10",
    "eslint": "^8.50.0",
    "esno": "^0.17.0",
    "find-up": "^6.3.0",
    "typescript": "^5.2.2",
    "unbuild": "^2.0.0",
    "vitest": "^0.34.6"
  },
  "engines": {
    "node": ">=14"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/local-pkg#readme",
  "keywords": [
    "package"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "local-pkg",
  "packageManager": "pnpm@8.8.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/local-pkg.git"
  },
  "scripts": {
    "build": "unbuild",
    "lint": "eslint .",
    "prepublishOnly": "nr build",
    "release": "bumpp && npm publish",
    "test": "vitest run && node ./test/cjs.cjs && node ./test/esm.mjs",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "0.5.0"
}
