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.
113 lines
3.2 KiB
JSON
113 lines
3.2 KiB
JSON
{
|
|
"_from": "unimport@^3.0.7",
|
|
"_id": "unimport@3.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2dVQUxJEGcrSZ0U4qtwJVODrlfyGcwmIOoHVqbAFFUx7kPoEN5JWr1cZFhLwoAwTmZOvqAm3YIkzv1engIQocg==",
|
|
"_location": "/unimport",
|
|
"_phantomChildren": {
|
|
"@jridgewell/sourcemap-codec": "1.4.15",
|
|
"@types/estree": "1.0.1",
|
|
"chokidar": "3.5.3",
|
|
"estree-walker": "2.0.2",
|
|
"picomatch": "2.3.1",
|
|
"webpack-sources": "3.2.3"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "unimport@^3.0.7",
|
|
"name": "unimport",
|
|
"escapedName": "unimport",
|
|
"rawSpec": "^3.0.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/unplugin-auto-import"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/unimport/-/unimport-3.0.7.tgz",
|
|
"_shasum": "9453fc2a0b816240490d2829279547754c7ea147",
|
|
"_spec": "unimport@^3.0.7",
|
|
"_where": "D:\\JAVA\\JAVAIDE\\WorkSpace\\IDEA-WorkSpace\\WhiteListManagerSysView\\node_modules\\unplugin-auto-import",
|
|
"bugs": {
|
|
"url": "https://github.com/unjs/unimport/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.0.2",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"fast-glob": "^3.2.12",
|
|
"local-pkg": "^0.4.3",
|
|
"magic-string": "^0.30.0",
|
|
"mlly": "^1.2.1",
|
|
"pathe": "^1.1.0",
|
|
"pkg-types": "^1.0.3",
|
|
"scule": "^1.0.0",
|
|
"strip-literal": "^1.0.1",
|
|
"unplugin": "^1.3.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Unified utils for auto importing APIs in modules",
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
|
"@vitest/coverage-c8": "^0.31.1",
|
|
"bumpp": "^9.1.0",
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
"eslint": "8.41.0",
|
|
"h3": "^1.6.6",
|
|
"jquery": "^3.7.0",
|
|
"typescript": "^5.0.4",
|
|
"unbuild": "^1.2.1",
|
|
"vitest": "^0.31.1",
|
|
"vue-tsc": "^1.6.5"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./unplugin": {
|
|
"types": "./dist/unplugin.d.ts",
|
|
"import": "./dist/unplugin.mjs",
|
|
"require": "./dist/unplugin.cjs"
|
|
},
|
|
"./addons": {
|
|
"types": "./dist/addons.d.ts",
|
|
"import": "./dist/addons.mjs",
|
|
"require": "./dist/addons.cjs"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"*.d.ts"
|
|
],
|
|
"homepage": "https://github.com/unjs/unimport#readme",
|
|
"license": "MIT",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"name": "unimport",
|
|
"packageManager": "pnpm@8.5.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unjs/unimport.git"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
"dev": "vitest dev",
|
|
"lint": "eslint --ext .ts,.js,.mjs,.cjs .",
|
|
"play": "pnpm -C playground run dev",
|
|
"play:build": "pnpm -C playground run build",
|
|
"prepack": "unbuild",
|
|
"release": "pnpm run test --run && bumpp -x \"pnpm run changelog\" --all && npm publish",
|
|
"test": "vitest --coverage",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"version": "3.0.7"
|
|
}
|