{
  "_from": "local-pkg@^1.1.2",
  "_id": "local-pkg@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  "_location": "/local-pkg",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "local-pkg@^1.1.2",
    "name": "local-pkg",
    "escapedName": "local-pkg",
    "rawSpec": "^1.1.2",
    "saveSpec": null,
    "fetchSpec": "^1.1.2"
  },
  "_requiredBy": [
    "/@vue-macros/common",
    "/vue-router"
  ],
  "_resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  "_shasum": "c03d208787126445303f8161619dc701afa4abb5",
  "_spec": "local-pkg@^1.1.2",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace\\node_modules\\vue-router",
  "author": {
    "name": "Anthony Fu",
    "email": "anthonyfu117@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/antfu-collective/local-pkg/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "mlly": "^1.7.4",
    "pkg-types": "^2.3.0",
    "quansync": "^0.2.11"
  },
  "deprecated": false,
  "description": "Get information on local packages.",
  "devDependencies": {
    "@antfu/eslint-config": "^5.2.1",
    "@antfu/ni": "^25.0.0",
    "@antfu/utils": "^9.2.0",
    "@types/chai": "^5.2.2",
    "@types/node": "^24.3.0",
    "bumpp": "^10.2.3",
    "chai": "^5.3.1",
    "eslint": "^9.33.0",
    "esno": "^4.8.0",
    "find-up-simple": "^1.0.1",
    "typescript": "^5.9.2",
    "unbuild": "^3.6.1",
    "unplugin-quansync": "^0.4.4",
    "vitest": "^3.2.4"
  },
  "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-collective/local-pkg#readme",
  "keywords": [
    "package"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "local-pkg",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/local-pkg.git"
  },
  "scripts": {
    "build": "unbuild",
    "lint": "eslint .",
    "release": "bumpp",
    "test": "vitest run && node ./test/cjs.cjs && node ./test/esm.mjs",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "1.1.2"
}
