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.

91 lines
2.6 KiB
JSON

{
"_from": "vite-plugin-optimize-persist@^0.1.2",
"_id": "vite-plugin-optimize-persist@0.1.2",
"_inBundle": false,
"_integrity": "sha512-H/Ebn2kZO8PvwUF08SsT5K5xMJNCWKoGX71+e9/ER3yNj7GHiFjNQlvGg5ih/zEx09MZ9m7WCxOwmEKbeIVzww==",
"_location": "/vite-plugin-optimize-persist",
"_phantomChildren": {
"graceful-fs": "4.2.11",
"universalify": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "vite-plugin-optimize-persist@^0.1.2",
"name": "vite-plugin-optimize-persist",
"escapedName": "vite-plugin-optimize-persist",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmmirror.com/vite-plugin-optimize-persist/-/vite-plugin-optimize-persist-0.1.2.tgz",
"_shasum": "c2aa2712afa74db55f580e3d1656e8cc0b783019",
"_spec": "vite-plugin-optimize-persist@^0.1.2",
"_where": "D:\\myproject\\202309\\isms\\vue-isms",
"author": {
"name": "Anthony Fu",
"email": "anthonyfu117@hotmail.com"
},
"bugs": {
"url": "https://github.com/antfu/vite-plugin-optimize-persist/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.3.2",
"fs-extra": "^10.0.0"
},
"deprecated": false,
"description": "Persist dynamically analyzed deps optimization",
"devDependencies": {
"@antfu/eslint-config": "^0.6.4",
"@antfu/ni": "^0.5.8",
"@antfu/utils": "^0.1.4",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.11",
"@types/node": "^14.14.41",
"bumpp": "^6.0.6",
"eslint": "^7.24.0",
"eslint-plugin-jest": "^24.3.5",
"esno": "^0.5.0",
"tsup": "^5.11.7",
"typescript": "^4.2.4",
"vite": "^2.2.1",
"vite-plugin-package-config": "^0.1.1"
},
"files": [
"dist"
],
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/vite-plugin-optimize-persist#readme",
"keywords": [
"vite-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"name": "vite-plugin-optimize-persist",
"peerDependencies": {
"vite": "^2.0.0",
"vite-plugin-package-config": "^0.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/vite-plugin-optimize-persist.git"
},
"scripts": {
"build": "tsup src/index.ts --dts --format cjs,esm",
"dev": "npm run build -- --watch",
"lint": "eslint \"{src,test}/**/*.ts\"",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build",
"release": "bumpp --commit --push --tag && npm publish",
"test": "jest"
},
"sideEffects": false,
"types": "dist/index.d.ts",
"version": "0.1.2"
}