{"_attachments":{},"_id":"local-pkg","_rev":"1022364-61f299acc019b40f6f59442b","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"description":"Get information on local packages.","dist-tags":{"latest":"1.2.1"},"license":"MIT","maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"},{"name":"sxzz","email":"sxzz@sxzz.moe"}],"name":"local-pkg","readme":"# local-pkg\n\n[![NPM version](https://img.shields.io/npm/v/local-pkg?color=a1b858&label=)](https://www.npmjs.com/package/local-pkg)\n\nGet information on local packages. Works on both CJS and ESM.\n\n## Install\n\n```bash\nnpm i local-pkg\n```\n\n## Usage\n\n```ts\nimport {\n  getPackageInfo,\n  importModule,\n  isPackageExists,\n  resolveModule,\n} from 'local-pkg'\n\nisPackageExists('local-pkg') // true\nisPackageExists('foo') // false\n\nawait getPackageInfo('local-pkg')\n/* {\n *   name: \"local-pkg\",\n *   version: \"0.1.0\",\n *   rootPath: \"/path/to/node_modules/local-pkg\",\n *   packageJson: {\n *     ...\n *   }\n * }\n */\n\n// similar to `require.resolve` but works also in ESM\nresolveModule('local-pkg')\n// '/path/to/node_modules/local-pkg/dist/index.cjs'\n\n// similar to `await import()` but works also in CJS\nconst { importModule } = await importModule('local-pkg')\n```\n\n## Sponsors\n\n<p align=\"center\">\n  <a href=\"https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg\">\n    <img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/>\n  </a>\n</p>\n\n## License\n\n[MIT](./LICENSE) License © 2021 [Anthony Fu](https://github.com/antfu)\n","time":{"created":"2022-01-27T13:10:04.911Z","modified":"2026-05-21T01:36:08.808Z","0.4.0":"2021-10-13T06:11:53.122Z","0.3.0":"2021-10-01T23:34:18.251Z","0.2.0":"2021-10-01T23:15:04.733Z","0.1.0":"2021-09-28T00:44:20.693Z","0.0.1":"2021-09-27T21:13:03.095Z","0.0.0":"2021-09-27T20:27:37.684Z","0.4.1":"2022-01-04T21:18:55.396Z","0.4.2":"2022-07-12T04:46:46.083Z","0.4.3":"2023-01-19T15:05:41.580Z","0.5.0":"2023-10-01T08:22:48.472Z","0.5.1":"2024-11-19T01:39:38.645Z","1.0.0":"2025-01-09T09:50:40.635Z","1.1.0":"2025-02-27T09:37:56.283Z","1.1.1":"2025-03-03T13:10:22.922Z","1.1.2":"2025-08-20T00:17:18.265Z","1.2.0":"2026-05-19T20:04:04.550Z","1.2.1":"2026-05-21T01:35:47.922Z"},"versions":{"0.4.0":{"name":"local-pkg","version":"0.4.0","description":"Get information on local packages.","keywords":["package"],"engines":{"node":">=14"},"homepage":"https://github.com/antfu/local-pkg#readme","bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"funding":{"url":"https://github.com/sponsors/antfu"},"license":"MIT","author":"Anthony Fu <anthonyfu117@hotmail.com>","sideEffects":false,"exports":{".":{"require":"./index.cjs","import":"./index.mjs"}},"main":"index.cjs","module":"index.mjs","types":"index.d.ts","dependencies":{"mlly":"^0.2.2"},"devDependencies":{"@antfu/eslint-config":"^0.7.0","@antfu/ni":"^0.7.0","@antfu/utils":"^0.3.0","@types/chai":"^4.2.22","@types/node":"^16.7.1","bumpp":"^6.0.6","chai":"^4.3.4","eslint":"^7.32.0","esno":"^0.9.1","find-up":"^6.1.0","tsup":"^5.2.1","typescript":"^4.3.5"},"scripts":{"build":"tsup shared.ts --format esm,cjs --dts && esno scripts/postbuild.ts","release":"bumpp --commit --push --tag && pnpm publish","test":"node test/cjs.cjs && node test/esm.mjs"},"_id":"local-pkg@0.4.0","_integrity":"sha512-2XBWjO/v63JeR1HPzLJxdTVRQDB84Av2p2KtBA5ahvpyLUPubcAU6iXlAJrONcY7aSqgJhXxElAnKtnYsRolPQ==","_resolved":"/Users/antfu/i/local-pkg/local-pkg-0.4.0.tgz","_from":"file:local-pkg-0.4.0.tgz","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"shasum":"e6221171813d5a0812dd84fa80ffb1c8fcc00531","size":6122,"noattachment":false,"tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.0.tgz","integrity":"sha512-2XBWjO/v63JeR1HPzLJxdTVRQDB84Av2p2KtBA5ahvpyLUPubcAU6iXlAJrONcY7aSqgJhXxElAnKtnYsRolPQ=="},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.4.0_1634105512996_0.5104884854499401"},"_hasShrinkwrap":false,"publish_time":1634105513122,"_cnpm_publish_time":1634105513122,"_cnpmcore_publish_time":"2021-12-16T19:19:46.397Z"},"0.3.0":{"name":"local-pkg","version":"0.3.0","description":"Get information on local packages.","keywords":["package"],"engines":{"node":">=14"},"homepage":"https://github.com/antfu/local-pkg#readme","bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"funding":{"url":"https://github.com/sponsors/antfu"},"license":"MIT","author":"Anthony Fu <anthonyfu117@hotmail.com>","sideEffects":false,"exports":{".":{"require":"./index.cjs","import":"./index.mjs"}},"main":"index.cjs","module":"index.mjs","types":"index.d.ts","dependencies":{"mlly":"^0.2.2"},"devDependencies":{"@antfu/eslint-config":"^0.7.0","@antfu/ni":"^0.7.0","@antfu/utils":"^0.3.0","@types/chai":"^4.2.22","@types/node":"^16.7.1","bumpp":"^6.0.6","chai":"^4.3.4","eslint":"^7.32.0","esno":"^0.9.1","find-up":"^6.1.0","tsup":"^5.2.1","typescript":"^4.3.5"},"scripts":{"build":"tsup shared.ts --format esm,cjs --dts && esno scripts/postbuild.ts","release":"bumpp --commit --push --tag && pnpm publish","test":"node test/cjs.cjs && node test/esm.mjs"},"_id":"local-pkg@0.3.0","_integrity":"sha512-JapWObmC38atpkIh2Y8M3223TP+GsdtR4s28Kut7Q98PT6MX7VwvAwPs2/rxpwi+hbDiHM4+dIvRCU67k+qHag==","_resolved":"/Users/antfu/i/local-pkg/local-pkg-0.3.0.tgz","_from":"file:local-pkg-0.3.0.tgz","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"shasum":"9f43ea682a085f0a63a184a8aaed109ae02483ce","size":6095,"noattachment":false,"tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.3.0.tgz","integrity":"sha512-JapWObmC38atpkIh2Y8M3223TP+GsdtR4s28Kut7Q98PT6MX7VwvAwPs2/rxpwi+hbDiHM4+dIvRCU67k+qHag=="},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.3.0_1633131258064_0.3405642263830564"},"_hasShrinkwrap":false,"publish_time":1633131258251,"_cnpm_publish_time":1633131258251,"_cnpmcore_publish_time":"2021-12-16T19:19:46.596Z"},"0.2.0":{"name":"local-pkg","version":"0.2.0","description":"Get information on local packages.","keywords":["package"],"homepage":"https://github.com/antfu/local-pkg#readme","bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"funding":{"url":"https://github.com/sponsors/antfu"},"license":"MIT","author":"Anthony Fu <anthonyfu117@hotmail.com>","sideEffects":false,"exports":{".":{"require":"./index.cjs","import":"./index.mjs"}},"main":"index.cjs","module":"index.mjs","types":"index.d.ts","dependencies":{"mlly":"^0.2.2"},"devDependencies":{"@antfu/eslint-config":"^0.7.0","@antfu/ni":"^0.7.0","@antfu/utils":"^0.3.0","@types/chai":"^4.2.22","@types/node":"^16.7.1","bumpp":"^6.0.6","chai":"^4.3.4","eslint":"^7.32.0","esno":"^0.9.1","find-up":"^6.1.0","tsup":"^5.2.1","typescript":"^4.3.5"},"scripts":{"build":"tsup shared.ts --format esm,cjs --dts && esno scripts/postbuild.ts","release":"bumpp --commit --push --tag && pnpm publish","test":"node test/cjs.cjs && node test/esm.mjs"},"_id":"local-pkg@0.2.0","_integrity":"sha512-M5/pqEFIQcxI19YYwHvEh2mNYjmreUlaCMwfl/8qboqwWoPFhi2kEh1lVrJu03D6ROS2iiwi7g0Cdn7MSh4y9A==","_resolved":"/Users/antfu/i/local-pkg/local-pkg-0.2.0.tgz","_from":"file:local-pkg-0.2.0.tgz","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"shasum":"3e92f1254d5ff5e90bb55a5e2474a634a853eaa1","size":6079,"noattachment":false,"tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.2.0.tgz","integrity":"sha512-M5/pqEFIQcxI19YYwHvEh2mNYjmreUlaCMwfl/8qboqwWoPFhi2kEh1lVrJu03D6ROS2iiwi7g0Cdn7MSh4y9A=="},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.2.0_1633130104561_0.7490005827881627"},"_hasShrinkwrap":false,"publish_time":1633130104733,"_cnpm_publish_time":1633130104733,"_cnpmcore_publish_time":"2021-12-16T19:19:46.808Z"},"0.1.0":{"name":"local-pkg","version":"0.1.0","description":"Get information on local packages.","main":"index.cjs","module":"index.mjs","types":"index.d.ts","exports":{".":{"require":"./index.cjs","import":"./index.mjs"}},"funding":"https://github.com/sponsors/antfu","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","sideEffects":false,"bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"homepage":"https://github.com/antfu/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"keywords":["package"],"scripts":{"release":"bumpp --commit --push --tag && pnpm publish","test":"node test/cjs.cjs && node test/esm.mjs"},"devDependencies":{"@antfu/eslint-config":"^0.7.0","@antfu/ni":"^0.7.0","@antfu/utils":"^0.3.0","@types/chai":"^4.2.22","@types/jasmine":"^3.9.1","@types/node":"^16.7.1","bumpp":"^6.0.6","chai":"^4.3.4","eslint":"^7.32.0","esno":"^0.9.1","jasmine":"^3.9.0","typescript":"^4.3.5","uvu":"^0.5.1"},"dependencies":{"mlly":"^0.2.2"},"gitHead":"b15a1e9bdaec76c83707e17b2956f97e49047176","_id":"local-pkg@0.1.0","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"shasum":"7422b2ae8fc1e3b9ef2f132b0a0e92d879df52ef","size":2720,"noattachment":false,"tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.1.0.tgz","integrity":"sha512-WsR2tHvRGIxcC2clC30ECb5fjywzsjQagaHIy1+ykZaHz0ByoB0OL2riHqIYA5YYnensRXLszwbzHkhKzehZDg=="},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.1.0_1632789860550_0.1447144521681496"},"_hasShrinkwrap":false,"publish_time":1632789860693,"_cnpm_publish_time":1632789860693,"_cnpmcore_publish_time":"2021-12-16T19:19:47.027Z"},"0.0.1":{"name":"local-pkg","version":"0.0.1","description":"","main":"index.cjs","module":"index.mjs","types":"index.d.ts","exports":{".":{"require":"./index.cjs","import":"./index.mjs"}},"funding":{"url":"https://github.com/sponsors/antfu"},"author":"Anthony Fu <anthonyfu117@hotmail.com>","license":"MIT","sideEffects":false,"bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"homepage":"https://github.com/antfu/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"keywords":["package"],"devDependencies":{"@antfu/eslint-config":"^0.7.0","@antfu/ni":"^0.7.0","@antfu/utils":"^0.3.0","@types/chai":"^4.2.22","@types/jasmine":"^3.9.1","@types/node":"^16.7.1","bumpp":"^6.0.6","chai":"^4.3.4","eslint":"^7.32.0","esno":"^0.9.1","jasmine":"^3.9.0","typescript":"^4.3.5","uvu":"^0.5.1"},"dependencies":{"mlly":"^0.2.2"},"scripts":{"release":"bumpp --commit --push --tag && pnpm publish","test":"node test/cjs.cjs && node test/esm.mjs"},"_id":"local-pkg@0.0.1","_integrity":"sha512-0LbcrI8fUlGJEXjErIvDzFtwUA+hKa33iZouv+PrmjER0+6zjQAoUHMa5NRoOFy64TxqH/nFWeIebFGbVNoi9w==","_resolved":"/Users/antfu/i/local-pkg/local-pkg-0.0.1.tgz","_from":"file:local-pkg-0.0.1.tgz","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"shasum":"37cf0d46ef2da0230d6e8a0bcd3be6ac0b651b16","size":2486,"noattachment":false,"tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.0.1.tgz","integrity":"sha512-0LbcrI8fUlGJEXjErIvDzFtwUA+hKa33iZouv+PrmjER0+6zjQAoUHMa5NRoOFy64TxqH/nFWeIebFGbVNoi9w=="},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.0.1_1632777182950_0.7812009375135454"},"_hasShrinkwrap":false,"publish_time":1632777183095,"_cnpm_publish_time":1632777183095,"_cnpmcore_publish_time":"2021-12-16T19:19:47.227Z"},"0.0.0":{"name":"local-pkg","version":"0.0.0","description":"[![NPM version](https://img.shields.io/npm/v/local-pkg?color=a1b858&label=)](https://www.npmjs.com/package/local-pkg)","main":"index.cjs","module":"index.mjs","types":"index.d.ts","exports":{".":{"require":"./index.cjs","import":"./index.mjs"}},"funding":"https://github.com/sponsors/antfu","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","sideEffects":false,"bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"homepage":"https://github.com/antfu/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"keywords":["package"],"scripts":{"release":"bumpp --commit --push --tag && pnpm publish","test":"node test/cjs.cjs && node test/esm.mjs"},"devDependencies":{"@antfu/eslint-config":"^0.7.0","@antfu/ni":"^0.7.0","@types/chai":"^4.2.22","@types/jasmine":"^3.9.1","@types/node":"^16.7.1","bumpp":"^6.0.6","chai":"^4.3.4","eslint":"^7.32.0","esno":"^0.9.1","jasmine":"^3.9.0","typescript":"^4.3.5","uvu":"^0.5.1"},"dependencies":{"mlly":"^0.2.2"},"gitHead":"71a861e6c4846864a746f9be9ad01f4ae0c53d01","_id":"local-pkg@0.0.0","_nodeVersion":"16.6.2","_npmVersion":"7.20.3","dist":{"shasum":"7c6a32d9293f29b5d3106ca04109e5c4ee6d0249","size":2334,"noattachment":false,"tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.0.0.tgz","integrity":"sha512-C7RtRaCBAUl++M+4yyKywfHoac4scnCKbzlW+mml+0+8j6k9TzDpP57xYe1bbkg5wuSxpITsjVF3OuqJ+l1p9Q=="},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.0.0_1632774457550_0.9650247235879623"},"_hasShrinkwrap":false,"publish_time":1632774457684,"_cnpm_publish_time":1632774457684,"_cnpmcore_publish_time":"2021-12-16T19:19:47.423Z"},"0.4.1":{"name":"local-pkg","version":"0.4.1","description":"Get information on local packages.","keywords":["package"],"engines":{"node":">=14"},"homepage":"https://github.com/antfu/local-pkg#readme","bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"funding":{"url":"https://github.com/sponsors/antfu"},"license":"MIT","author":"Anthony Fu <anthonyfu117@hotmail.com>","sideEffects":false,"exports":{".":{"require":"./index.cjs","import":"./index.mjs"}},"main":"index.cjs","module":"index.mjs","types":"index.d.ts","devDependencies":{"@antfu/eslint-config":"^0.7.0","@antfu/ni":"^0.7.0","@antfu/utils":"^0.3.0","@types/chai":"^4.2.22","@types/node":"^16.7.1","bumpp":"^6.0.6","chai":"^4.3.4","eslint":"^7.32.0","esno":"^0.9.1","find-up":"^6.1.0","tsup":"^5.2.1","typescript":"^4.3.5"},"scripts":{"build":"tsup shared.ts --format esm,cjs --dts && esno scripts/postbuild.ts","release":"bumpp --commit --push --tag && pnpm publish","test":"node test/cjs.cjs && node test/esm.mjs"},"_id":"local-pkg@0.4.1","_integrity":"sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw==","_resolved":"/Users/antfu/i/local-pkg/local-pkg-0.4.1.tgz","_from":"file:local-pkg-0.4.1.tgz","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw==","shasum":"e7b0d7aa0b9c498a1110a5ac5b00ba66ef38cfff","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.1.tgz","fileCount":9,"unpackedSize":27549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1Lm/CRA9TVsSAnZWagAAbEMQAKOOZa3j2gOkGoZ7zlgR\nakOhGb7K0kn9b8Coe2FdBeQN4n7P3oo76ygM9It5BHNF3OcXzfBYyBssmqYn\n4lcjJ9SGF02XkwgUiWCp1We69oFlKbOy19Is8QDoD0LTZNueO5hDk85gJxga\ncpuM/lfMCZXbPjf1CCb7dYajwqdQzPHUK8Ev9jSd+tcjE2r3KD/1py6f9M/2\n6v/AYkCXujORemlu6p8NI54PVeJ5nFLrtJFSZpeeQsb68/EEJEc+28073oyq\n8WPu/JXeqUbYwy3QZhxbjWMYyNu6afBR0GPBIURiv+m4UNy2jpVaTULExKGq\nbJ8+NXSlbDwxRgtHLJHlC4awPQ1VTAok5dJ49jz0wSEuNLqm8NxwixDXnO9W\ngzEFaP4qtXW3KQK+5gewAcJxSGQG1fsIuEHZvN963SgvtuF1zGfuRSRjdBxV\ntgai3W6C+QgYfyi9Up4IpjdC979fPNrOYZ9VwhdOl6rH1JP+JTni7TVECn9I\nke1FSIH0PvZiL+lfTm2Jzo5wvk28Lgmd+3k4gBEq40edJwpjW73GNEkhaad5\nbIY/c8dEALk0Ued5i+skgVkiP0chBwMvCHCO7D1ZeI6rpcaD2D7Yhu8p4l44\nI8fu3AoRGrFHUO57iTVGul7d6+OthGfdx59mDa868QiKbYsjaWck0sQBfeOS\nIBkR\r\n=A+2m\r\n-----END PGP SIGNATURE-----\r\n","size":6335},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.4.1_1641331135243_0.22895767415561363"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T21:19:02.125Z"},"0.4.2":{"name":"local-pkg","version":"0.4.2","packageManager":"pnpm@7.5.0","description":"Get information on local packages.","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","funding":"https://github.com/sponsors/antfu","homepage":"https://github.com/antfu/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"keywords":["package"],"sideEffects":false,"exports":{".":{"require":"./index.cjs","import":"./index.mjs"}},"main":"index.cjs","module":"index.mjs","types":"index.d.ts","engines":{"node":">=14"},"scripts":{"prepublishOnly":"nr build","build":"tsup shared.ts --format esm,cjs --dts && esno scripts/postbuild.ts","lint":"eslint .","release":"bumpp && npm publish","test":"node test/cjs.cjs && node test/esm.mjs"},"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"},"gitHead":"f1d3c3fcea3aa058c1676ec8cdfee784e18c8aa6","_id":"local-pkg@0.4.2","_nodeVersion":"16.14.2","_npmVersion":"8.8.0","dist":{"integrity":"sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==","shasum":"13107310b77e74a0e513147a131a2ba288176c2f","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.2.tgz","fileCount":9,"unpackedSize":26108,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgLKKd/52eqXh2QJ9rja3btAP10IQITZhhyVj/nKUyzgIgZLY2l6s+9+ALTv90a2wuqMmXisMkiIn8SRSq3fFWo9Y="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizPy2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpybQ/+IdxqEsFCcr591PHA0y33m+nDc79lWkWTmYDhFSqidFIKD2lt\r\n4Q4WPPX7h8rB1b6E4YG2vJILSI9V+UG3bniRJr2B8mFPcz9CmHuDKObN/cgn\r\nGhfhWlBgYAU0xqk3teO+LhkMUpnO08zHyu1YDdVEpGVZU+0nYwo1ofpLrhDo\r\nBLHgChydEuEpy0FNYwS5BQw32IMBUpHQvAlRBGFT04getN0kYE4nIPw8Phyk\r\n3raGWbZQn6ogkVnlGJJ3h/zjUNRLsszFyYUa+Sd3w1ZBkRS9ZtBTEvBynVCd\r\nWLs8NI3zfKMvrG5/fCgcLC2lwUv1szMc9MBKMGNcIaVyp/GvHeUh8YKzYwpK\r\n8uY+xeUB6r5JwFjN31rBFmQTVvBlmA2Ej0p+6kgzymSlGdsUaV6yPoYicMVL\r\nSouLfpIjUTFDMI5W7u1MEaBGJ3EhwUmedbYEGW5qMh7wJwZICy/AwnSi7cmW\r\nU5kyEktFMVxhW6Cf/RcT5UHSitlYxbM0QP/JRcyjFvpzn8awFyn07VQn4dUx\r\nf0jjhtuhAsmiBgticGb7x1hmZU+AcHhycQwVe/isSmQCjlhlrUOeqIRK8fFU\r\nD+eCBFNqon1JlPdVPNyF4sVBP5EbBzyuglGF5dpceSsYuv2yMrzEpX22vHw+\r\nx5KbiAKlSS0vNDqhX0usbR22Q375oBfl3Dg=\r\n=wx5Q\r\n-----END PGP SIGNATURE-----\r\n","size":5975},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.4.2_1657601205842_0.09945404599426677"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-12T04:46:55.427Z"},"0.4.3":{"name":"local-pkg","version":"0.4.3","packageManager":"pnpm@7.5.0","description":"Get information on local packages.","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","funding":"https://github.com/sponsors/antfu","homepage":"https://github.com/antfu/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"keywords":["package"],"sideEffects":false,"exports":{".":{"types":"./index.d.ts","require":"./index.cjs","import":"./index.mjs"}},"main":"index.cjs","module":"index.mjs","types":"index.d.ts","engines":{"node":">=14"},"scripts":{"prepublishOnly":"nr build","build":"tsup shared.ts --format esm,cjs --dts && esno scripts/postbuild.ts","lint":"eslint .","release":"bumpp && npm publish","test":"node test/cjs.cjs && node test/esm.mjs"},"devDependencies":{"@antfu/eslint-config":"^0.34.1","@antfu/ni":"^0.18.8","@antfu/utils":"^0.7.2","@types/chai":"^4.3.4","@types/node":"^18.11.18","bumpp":"^8.2.1","chai":"^4.3.7","eslint":"^8.32.0","esno":"^0.16.3","find-up":"^6.3.0","tsup":"^6.5.0","typescript":"^4.9.4"},"gitHead":"e707712fa952eef4fbf5be9c252ce4db88c4ffc1","_id":"local-pkg@0.4.3","_nodeVersion":"18.13.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==","shasum":"0ff361ab3ae7f1c19113d9bb97b98b905dbc4963","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.3.tgz","fileCount":9,"unpackedSize":28224,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2LTj/ch2dwAqpIbQ9s8ULGaiIQHBBN4WcISL9VH93RwIgPHMmfuryuvWADuHrdvbNsSVkEDW5vGIiBvNz4xIyyfo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyVxFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoEw//Qo1ZPJR5d12oPbj+hfdBSFU8RV1H9XwEu15TOv/IpuJh0lqF\r\nnv/E6EVa7Jon/xLcBG1UjFUdsqs/WY2BT+KIeYMTrnPgr7TBZznv+8cCbYmq\r\nUL4hyAQTdxH4jAI1lGwEGmvMEhzRBEYITCXDMaNbhe82ncYB016x/3KqXznz\r\nDJJ8VpJcRbpN9KmEF9LPCirBzLqksG0VdgtQ/gzA9TQapHXHN20JVvqBA9RI\r\njFfb3UvZQjzbTYgRCsHcn0UYVQnNwxuBqu3UYA7lbAFT7hJYpTiJr7La+zss\r\nsXww1fYF5LzQLxPFzzWVh9CHJfoNWdIVOmRlGfXN9tUpJ8acWW75hmuQwWhn\r\nQ8ZZ7kjwBTctG2fRSzAzC6W40lc6gj51wsiFXYGrnZ9daYj7i9TSeS0D1crT\r\nrEnLvJZEbLsGgyhWo5JEst7x+EOqIKfvsqoz1K5bw3N+PJV2xK48oB5AySHD\r\nXlEXd1z5JgpkxiH5EmNKy6S7W0tgIADWdyj0qzHrTkjuWX1jtJKnm2sbL2wp\r\ncQaZEN8WblasoZUZJrj4U9AGuFdgThtoJf/RWf/nOkFTOYKm0xHiz4FhtSXq\r\n8mxOvlZPLvAT43oflkFvd06o+662+zqMtyeEFxIKPHQPuBKA3cuyhwMdsDOx\r\nmu0lzWpU1Vm1mfsLhFSOULviZLIUW4aUr8g=\r\n=pIzD\r\n-----END PGP SIGNATURE-----\r\n","size":6262},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.4.3_1674140741426_0.726364648467009"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-19T15:05:41.580Z","publish_time":1674140741580},"0.5.0":{"name":"local-pkg","type":"module","version":"0.5.0","packageManager":"pnpm@8.8.0","description":"Get information on local packages.","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","funding":"https://github.com/sponsors/antfu","homepage":"https://github.com/antfu/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"keywords":["package"],"sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"}},"main":"dist/index.cjs","module":"dist/index.mjs","types":"dist/index.d.ts","engines":{"node":">=14"},"scripts":{"prepublishOnly":"nr build","build":"unbuild","lint":"eslint .","release":"bumpp && npm publish","typecheck":"tsc --noEmit","test":"vitest run && node ./test/cjs.cjs && node ./test/esm.mjs"},"dependencies":{"mlly":"^1.4.2","pkg-types":"^1.0.3"},"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"},"gitHead":"46a468e1c5406c34cffd890685b8721e6c569dc0","_id":"local-pkg@0.5.0","_nodeVersion":"20.4.0","_npmVersion":"9.7.2","dist":{"integrity":"sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==","shasum":"093d25a346bae59a99f80e75f6e9d36d7e8c925c","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.0.tgz","fileCount":8,"unpackedSize":26769,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEirRvWIGstD0TiuFdi4BfRiD3ltvUFRCM7kPcrSt9igIgEZH4XORdTvJnpU6NOAgwfZLKsWlASt3z2udikx4+Nxs="}],"size":5653},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.5.0_1696148568276_0.236702257741221"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-01T08:22:48.472Z","publish_time":1696148568472,"_source_registry_name":"default"},"0.5.1":{"name":"local-pkg","type":"module","version":"0.5.1","packageManager":"pnpm@9.13.2","description":"Get information on local packages.","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","funding":"https://github.com/sponsors/antfu","homepage":"https://github.com/antfu/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"keywords":["package"],"sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"}},"main":"dist/index.cjs","module":"dist/index.mjs","types":"dist/index.d.ts","engines":{"node":">=14"},"scripts":{"prepublishOnly":"nr build","build":"unbuild","lint":"eslint .","release":"bumpp && npm publish","typecheck":"tsc --noEmit","test":"vitest run && node ./test/cjs.cjs && node ./test/esm.mjs"},"dependencies":{"mlly":"^1.7.3","pkg-types":"^1.2.1"},"devDependencies":{"@antfu/eslint-config":"^3.9.2","@antfu/ni":"^0.23.1","@antfu/utils":"^0.7.10","@types/chai":"^5.0.1","@types/node":"^22.9.0","bumpp":"^9.8.1","chai":"^5.1.2","eslint":"^9.15.0","esno":"^4.8.0","find-up":"^6.3.0","typescript":"^5.6.3","unbuild":"^2.0.0","vitest":"^2.1.5"},"_id":"local-pkg@0.5.1","gitHead":"0b91880c3a9accfca1e372ab0faf0de3fcc0cbab","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==","shasum":"69658638d2a95287534d4c2fff757980100dbb6d","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.1.tgz","fileCount":8,"unpackedSize":27691,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCby1OqgymPfYY0HhJ6t5ibBHtdnp1F+OxpqRzWMSNJawIgHuwJuvbV9PpKPWRi1mZ/9JgCP+9FUjdQ64XIg7JRHbY="}],"size":5932},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/local-pkg_0.5.1_1731980378495_0.8418024127862362"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-19T01:39:38.645Z","publish_time":1731980378645,"_source_registry_name":"default"},"1.0.0":{"name":"local-pkg","type":"module","version":"1.0.0","packageManager":"pnpm@9.15.3","description":"Get information on local packages.","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","funding":"https://github.com/sponsors/antfu","homepage":"https://github.com/antfu/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"keywords":["package"],"sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"}},"main":"dist/index.cjs","module":"dist/index.mjs","types":"dist/index.d.ts","engines":{"node":">=14"},"scripts":{"prepublishOnly":"nr build","build":"unbuild","lint":"eslint .","release":"bumpp && npm publish","typecheck":"tsc --noEmit","test":"vitest run && node ./test/cjs.cjs && node ./test/esm.mjs"},"dependencies":{"mlly":"^1.7.3","pkg-types":"^1.3.0"},"devDependencies":{"@antfu/eslint-config":"^3.12.2","@antfu/ni":"^23.2.0","@antfu/utils":"^8.0.0","@types/chai":"^5.0.1","@types/node":"^22.10.5","bumpp":"^9.10.0","chai":"^5.1.2","eslint":"^9.17.0","esno":"^4.8.0","find-up-simple":"^1.0.0","typescript":"^5.7.3","unbuild":"^3.2.0","vitest":"^2.1.8"},"_id":"local-pkg@1.0.0","gitHead":"9b9caa9705c3ca40d68b37cd9e39204e6bafcaa6","_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==","shasum":"a8d14dd41e78884f199ecd8b3eedaf0d376e2167","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-1.0.0.tgz","fileCount":8,"unpackedSize":17321,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBBEyR7xgkS/hJk3eE9Tuqr7/u5iB8z6ZwSBxTPPX9qpAiEA9/L2itsfxN5lupSo3/+HsicdhzwayzFt+RMxRgYf+wU="}],"size":4115},"_npmUser":{"name":"antfu","email":"anthonyfu117@hotmail.com"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/local-pkg_1.0.0_1736416240460_0.7638012517067181"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-09T09:50:40.635Z","publish_time":1736416240635,"_source_registry_name":"default"},"1.1.0":{"name":"local-pkg","type":"module","version":"1.1.0","packageManager":"pnpm@10.4.1","description":"Get information on local packages.","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","funding":"https://github.com/sponsors/antfu","homepage":"https://github.com/antfu/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"keywords":["package"],"sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"}},"main":"dist/index.cjs","module":"dist/index.mjs","types":"dist/index.d.ts","engines":{"node":">=14"},"scripts":{"prepublishOnly":"nr build","build":"unbuild","lint":"eslint .","release":"bumpp && npm publish","typecheck":"tsc --noEmit","test":"vitest run && node ./test/cjs.cjs && node ./test/esm.mjs"},"dependencies":{"mlly":"^1.7.4","pkg-types":"^1.3.1","quansync":"^0.2.1"},"devDependencies":{"@antfu/eslint-config":"^4.3.0","@antfu/ni":"^23.3.1","@antfu/utils":"^9.1.0","@types/chai":"^5.0.1","@types/node":"^22.13.5","bumpp":"^10.0.3","chai":"^5.2.0","eslint":"^9.21.0","esno":"^4.8.0","find-up-simple":"^1.0.0","typescript":"^5.7.3","unbuild":"^3.3.1","unplugin-quansync":"^0.3.0","vitest":"^3.0.6"},"pnpm":{"onlyBuiltDependencies":["esbuild"]},"_id":"local-pkg@1.1.0","gitHead":"793484159ef41f64093df3b7971dd5a890177091","_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-xbZBuX6gYIWrlLmZG43aAVer4ocntYO09vPy9lxd6Ns8DnR4U7N+IIeDkubinqFOHHzoMlPxTxwo0jhE7oYjAw==","shasum":"b24ea31ae10529b83f015180e3d2e6a16246188b","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.0.tgz","fileCount":8,"unpackedSize":20018,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFShVRYh2gHZI9dmOyq/QQSPoXfiIB4hqLUtXdETqtZyAiABL6Rq1rsJdZlQgA4gOxyt+MKHCa7Dfev8ylzXeb3apQ=="}],"size":4451},"_npmUser":{"name":"sxzz","email":"sxzz@sxzz.moe"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"},{"name":"sxzz","email":"sxzz@sxzz.moe"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/local-pkg_1.1.0_1740649076061_0.3236576692693822"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-27T09:37:56.283Z","publish_time":1740649076283,"_source_registry_name":"default"},"1.1.1":{"name":"local-pkg","type":"module","version":"1.1.1","packageManager":"pnpm@10.5.2","description":"Get information on local packages.","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","funding":"https://github.com/sponsors/antfu","homepage":"https://github.com/antfu/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu/local-pkg.git"},"bugs":{"url":"https://github.com/antfu/local-pkg/issues"},"keywords":["package"],"sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"}},"main":"dist/index.cjs","module":"dist/index.mjs","types":"dist/index.d.ts","engines":{"node":">=14"},"scripts":{"prepublishOnly":"nr build","build":"unbuild","lint":"eslint .","release":"bumpp && npm publish","typecheck":"tsc --noEmit","test":"vitest run && node ./test/cjs.cjs && node ./test/esm.mjs"},"dependencies":{"mlly":"^1.7.4","pkg-types":"^2.0.1","quansync":"^0.2.8"},"devDependencies":{"@antfu/eslint-config":"^4.4.0","@antfu/ni":"^23.3.1","@antfu/utils":"^9.1.0","@types/chai":"^5.0.1","@types/node":"^22.13.8","bumpp":"^10.0.3","chai":"^5.2.0","eslint":"^9.21.0","esno":"^4.8.0","find-up-simple":"^1.0.1","typescript":"^5.8.2","unbuild":"^3.5.0","unplugin-quansync":"^0.3.3","vitest":"^3.0.7"},"pnpm":{"onlyBuiltDependencies":["esbuild"]},"_id":"local-pkg@1.1.1","gitHead":"c6d5c458d44075c71e1165a8069aac04887541fd","_nodeVersion":"22.14.0","_npmVersion":"11.1.0","dist":{"integrity":"sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==","shasum":"f5fe74a97a3bd3c165788ee08ca9fbe998dc58dd","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz","fileCount":8,"unpackedSize":20354,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCTvPEfyG8EPFEDZpmmlTh4iS5Gxz0V0PtGA33UCm7DvQIhAOhCUauV+slvNu5GMAwRumoWmIM3W0BSlUON04oMUG9e"}],"size":4486},"_npmUser":{"name":"sxzz","email":"sxzz@sxzz.moe"},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"},{"name":"sxzz","email":"sxzz@sxzz.moe"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/local-pkg_1.1.1_1741007422620_0.4259079820668983"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-03T13:10:22.922Z","publish_time":1741007422922,"_source_registry_name":"default"},"1.1.2":{"name":"local-pkg","type":"module","version":"1.1.2","description":"Get information on local packages.","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","funding":"https://github.com/sponsors/antfu","homepage":"https://github.com/antfu-collective/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu-collective/local-pkg.git"},"bugs":{"url":"https://github.com/antfu-collective/local-pkg/issues"},"keywords":["package"],"sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"}},"main":"dist/index.cjs","module":"dist/index.mjs","types":"dist/index.d.ts","engines":{"node":">=14"},"dependencies":{"mlly":"^1.7.4","pkg-types":"^2.3.0","quansync":"^0.2.11"},"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"},"scripts":{"build":"unbuild","lint":"eslint .","release":"bumpp","typecheck":"tsc --noEmit","test":"vitest run && node ./test/cjs.cjs && node ./test/esm.mjs"},"_id":"local-pkg@1.1.2","_integrity":"sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==","_resolved":"/tmp/2f481173b2f85fa6b27db01d8a5b4e43/local-pkg-1.1.2.tgz","_from":"file:local-pkg-1.1.2.tgz","_nodeVersion":"22.18.0","_npmVersion":"11.5.2","dist":{"integrity":"sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==","shasum":"c03d208787126445303f8161619dc701afa4abb5","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.2.tgz","fileCount":8,"unpackedSize":20250,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/local-pkg@1.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHfU3RSAEytZn+APJkCOtH6G3L0jN3XE0syR6y8iLzx0AiBv7JpegfqpV1ZhjSKZ4smt7wmSfvT/gWG84/kXTEJsSQ=="}],"size":4445},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:92682d5a-39b3-4d95-8271-359bd48ff881"}},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"},{"name":"sxzz","email":"sxzz@sxzz.moe"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/local-pkg_1.1.2_1755649038057_0.38305960160267727"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-20T00:17:18.265Z","publish_time":1755649038265,"_source_registry_name":"default"},"1.2.0":{"name":"local-pkg","type":"module","version":"1.2.0","description":"Get information on local packages.","author":"Anthony Fu <anthonyfu117@hotmail.com>","license":"MIT","funding":"https://github.com/sponsors/antfu","homepage":"https://github.com/antfu-collective/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu-collective/local-pkg.git"},"bugs":{"url":"https://github.com/antfu-collective/local-pkg/issues"},"keywords":["package"],"sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"}},"main":"dist/index.cjs","module":"dist/index.mjs","types":"dist/index.d.ts","engines":{"node":">=14"},"dependencies":{"mlly":"^1.8.2","pkg-types":"^2.3.1","quansync":"^1.0.0"},"devDependencies":{"@antfu/eslint-config":"^9.0.0","@antfu/ni":"^30.1.0","@antfu/utils":"^9.3.0","@types/chai":"^5.2.3","@types/node":"^25.9.1","bumpp":"^11.1.0","chai":"^6.2.2","eslint":"^10.4.0","esno":"^4.8.0","find-up-simple":"^1.0.1","typescript":"^6.0.3","unbuild":"^3.6.1","unplugin-quansync":"^0.5.2","vitest":"^4.1.6"},"scripts":{"build":"unbuild","lint":"eslint .","release":"bumpp","typecheck":"tsc --noEmit","test":"vitest run && node ./test/cjs.cjs && node ./test/esm.mjs"},"_nodeVersion":"24.15.0","_id":"local-pkg@1.2.0","dist":{"integrity":"sha512-U16tFsiwNEac4GuqQ/SmG3ayjPIT1YKmiFeH4x9NaHTZwYbSqmEhf9POmzJu6NdUDDVjaE7n1WQQLjymYYFx+Q==","shasum":"5237bc3cbb5bacc1de4796fde27bd2dbbe51852b","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-1.2.0.tgz","fileCount":8,"unpackedSize":20183,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/local-pkg@1.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDmuyQMbgZ4a/Ef/qOc8TAMLXl11oCl28j0PUEhRoycnwIhAKV0UT+l9kEysEYznqkfzZHJPeqEJJ35Mpsv9aPRnMMz"}],"size":4454},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:92682d5a-39b3-4d95-8271-359bd48ff881"}},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"},{"name":"sxzz","email":"npm@sxzz.moe"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/local-pkg_1.2.0_1779221044341_0.7979395289540441"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-05-19T20:04:04.550Z","publish_time":1779221044550,"_source_registry_name":"default"},"1.2.1":{"name":"local-pkg","type":"module","version":"1.2.1","description":"Get information on local packages.","author":{"name":"Anthony Fu","email":"anthonyfu117@hotmail.com"},"license":"MIT","funding":"https://github.com/sponsors/antfu","homepage":"https://github.com/antfu-collective/local-pkg#readme","repository":{"type":"git","url":"git+https://github.com/antfu-collective/local-pkg.git"},"bugs":{"url":"https://github.com/antfu-collective/local-pkg/issues"},"keywords":["package"],"sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.cjs"}},"main":"dist/index.cjs","module":"dist/index.mjs","types":"dist/index.d.ts","engines":{"node":">=14"},"dependencies":{"mlly":"^1.7.4","pkg-types":"^2.3.0","quansync":"^0.2.11"},"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"},"scripts":{"build":"unbuild","lint":"eslint .","release":"bumpp","typecheck":"tsc --noEmit","test":"vitest run && node ./test/cjs.cjs && node ./test/esm.mjs"},"_id":"local-pkg@1.2.1","_integrity":"sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==","_resolved":"/tmp/c6ca9152103edd1a3d640986d2d62c13/local-pkg-1.2.1.tgz","_from":"file:local-pkg-1.2.1.tgz","_nodeVersion":"24.15.0","_npmVersion":"11.15.0","dist":{"integrity":"sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==","shasum":"9628389399851d78f3b50c9236eddb02f0c31b2b","tarball":"https://registry.npmmirror.com/local-pkg/-/local-pkg-1.2.1.tgz","fileCount":8,"unpackedSize":20250,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/local-pkg@1.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC+Gt4oNdpedb16ftHCkq9pYoqP+HrPWq0iUTNy7X95TAIgcBMs4R5tceX43KF+qkyEQCpIVe5725QzCNo8+dwEVvs="}],"size":4443},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:92682d5a-39b3-4d95-8271-359bd48ff881"}},"directories":{},"maintainers":[{"name":"antfu","email":"anthonyfu117@hotmail.com"},{"name":"sxzz","email":"npm@sxzz.moe"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/local-pkg_1.2.1_1779327347769_0.9536852095813713"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-05-21T01:35:47.922Z","publish_time":1779327347922,"_source_registry_name":"default"}},"bugs":{"url":"https://github.com/antfu-collective/local-pkg/issues"},"homepage":"https://github.com/antfu-collective/local-pkg#readme","keywords":["package"],"repository":{"type":"git","url":"git+https://github.com/antfu-collective/local-pkg.git"},"_source_registry_name":"default"}