mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 17:37:24 +08:00
75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rollup-plugin-dynamic-import-variables@1.1.0",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "rollup-plugin-dynamic-import-variables@1.1.0",
|
|
"_id": "rollup-plugin-dynamic-import-variables@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-SYHTiQekcbNSNDmKCQR770eiAGo=",
|
|
"_location": "/rollup-plugin-dynamic-import-variables",
|
|
"_phantomChildren": {
|
|
"@types/estree": "0.0.39",
|
|
"picomatch": "2.2.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rollup-plugin-dynamic-import-variables@1.1.0",
|
|
"name": "rollup-plugin-dynamic-import-variables",
|
|
"escapedName": "rollup-plugin-dynamic-import-variables",
|
|
"rawSpec": "1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vite"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/rollup-plugin-dynamic-import-variables/-/rollup-plugin-dynamic-import-variables-1.1.0.tgz",
|
|
"_spec": "1.1.0",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"author": "",
|
|
"ava": {
|
|
"files": [
|
|
"!**/fixtures/**",
|
|
"!**/helpers/**"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/LarsDenBakker/rollup-plugin-dynamic-import-variables/issues"
|
|
},
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^3.0.9",
|
|
"estree-walker": "^2.0.1",
|
|
"globby": "^11.0.0",
|
|
"magic-string": "^0.25.7"
|
|
},
|
|
"description": "Rollup plugin for resolving dynamic imports containing variables.",
|
|
"devDependencies": {
|
|
"acorn": "^7.1.1",
|
|
"acorn-dynamic-import": "^4.0.0",
|
|
"ava": "^2.4.0",
|
|
"prettier": "^2.0.5",
|
|
"rollup": "^2.7.5"
|
|
},
|
|
"homepage": "https://github.com/LarsDenBakker/rollup-plugin-dynamic-import-variables#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "rollup-plugin-dynamic-import-variables",
|
|
"prettier": {
|
|
"singleQuote": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LarsDenBakker/rollup-plugin-dynamic-import-variables.git"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier \"src/**/*.{js,jsx,css,md}\" \"package.json\" --write && npm run format:index",
|
|
"test": "ava"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|