This commit is contained in:
78
node_modules/unimport/package.json
generated
vendored
Normal file
78
node_modules/unimport/package.json
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"name": "unimport",
|
||||
"type": "module",
|
||||
"version": "4.1.1",
|
||||
"description": "Unified utils for auto importing APIs in modules",
|
||||
"license": "MIT",
|
||||
"repository": "unjs/unimport",
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.cjs"
|
||||
},
|
||||
"./unplugin": {
|
||||
"import": "./dist/unplugin.mjs",
|
||||
"require": "./dist/unplugin.cjs"
|
||||
},
|
||||
"./addons": {
|
||||
"import": "./dist/addons.mjs",
|
||||
"require": "./dist/addons.cjs"
|
||||
},
|
||||
"./*": "./*"
|
||||
},
|
||||
"main": "./dist/index.cjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"*.d.ts",
|
||||
"dist"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=18.12.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn": "^8.14.0",
|
||||
"escape-string-regexp": "^5.0.0",
|
||||
"estree-walker": "^3.0.3",
|
||||
"fast-glob": "^3.3.3",
|
||||
"local-pkg": "^1.0.0",
|
||||
"magic-string": "^0.30.17",
|
||||
"mlly": "^1.7.4",
|
||||
"pathe": "^2.0.2",
|
||||
"picomatch": "^4.0.2",
|
||||
"pkg-types": "^1.3.1",
|
||||
"scule": "^1.3.0",
|
||||
"strip-literal": "^3.0.0",
|
||||
"unplugin": "^2.1.2",
|
||||
"unplugin-utils": "^0.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.1.1",
|
||||
"@types/estree": "^1.0.6",
|
||||
"@types/node": "^22.13.1",
|
||||
"@types/picomatch": "^3.0.2",
|
||||
"@vitest/coverage-v8": "^3.0.5",
|
||||
"bumpp": "^10.0.2",
|
||||
"conventional-changelog-cli": "^5.0.0",
|
||||
"eslint": "^9.19.0",
|
||||
"h3": "^1.15.0",
|
||||
"jquery": "^3.7.1",
|
||||
"lit": "^3.2.1",
|
||||
"typescript": "^5.7.3",
|
||||
"unbuild": "^3.3.1",
|
||||
"vitest": "^3.0.5",
|
||||
"vue-tsc": "^2.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "unbuild",
|
||||
"dev": "vitest dev",
|
||||
"lint": "eslint .",
|
||||
"play": "pnpm -C playground run dev",
|
||||
"play:build": "pnpm -C playground run build",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
||||
"release": "pnpm run test --run && bumpp -x \"pnpm run changelog\" --all && pnpm publish",
|
||||
"test": "vitest --coverage"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user