You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
2.3 KiB
JSON

{
"_args": [
[
"local-pkg@0.4.2",
"D:\\myproject\\202304\\manual-send-out\\vue_ManualSendOut"
]
],
"_development": true,
"_from": "local-pkg@0.4.2",
"_id": "local-pkg@0.4.2",
"_inBundle": false,
"_integrity": "sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==",
"_location": "/local-pkg",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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": [
"/unimport",
"/unplugin-auto-import",
"/unplugin-vue-components"
],
"_resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.2.tgz",
"_spec": "0.4.2",
"_where": "D:\\myproject\\202304\\manual-send-out\\vue_ManualSendOut",
"author": {
"name": "Anthony Fu",
"email": "anthonyfu117@hotmail.com"
},
"bugs": {
"url": "https://github.com/antfu/local-pkg/issues"
},
"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"
}