You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
xxdj1/node_modules/vconsole/package.json

101 lines
2.9 KiB

{
"_from": "vconsole@^3.15.0",
"_id": "vconsole@3.15.1",
"_inBundle": false,
"_integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==",
"_location": "/vconsole",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vconsole@^3.15.0",
"name": "vconsole",
"escapedName": "vconsole",
"rawSpec": "^3.15.0",
"saveSpec": null,
"fetchSpec": "^3.15.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/vconsole/-/vconsole-3.15.1.tgz",
"_shasum": "569a8ab15f353259527bbcf004f02946b4482cff",
"_spec": "vconsole@^3.15.0",
"_where": "C:\\Users\\liudan\\Desktop\\git\\xxdj1",
"author": {
"name": "Tencent"
},
"bugs": {
"url": "https://github.com/Tencent/vConsole/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.17.2",
"copy-text-to-clipboard": "^3.0.1",
"core-js": "^3.11.0",
"mutation-observer": "^1.0.3"
},
"deprecated": false,
"description": "A lightweight, extendable front-end developer tool for mobile web page.",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-block-scoping": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-typescript": "^7.13.0",
"babel-loader": "^8.2.4",
"babel-plugin-add-module-exports": "^1.0.4",
"css-loader": "^6.7.1",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"style-loader": "^3.3.1",
"svelte": "^3.47.0",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.10.6",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.8.0"
},
"files": [
"dist/*",
"build/vendor.d.ts",
"CHANGELOG*",
"README*"
],
"homepage": "https://github.com/Tencent/vConsole",
"keywords": [
"console",
"debug",
"mobile"
],
"license": "MIT",
"main": "dist/vconsole.min.js",
"name": "vconsole",
"repository": {
"type": "git",
"url": "git+https://github.com/Tencent/vConsole.git"
},
"scripts": {
"build": "webpack --mode=production --progress --env target=web",
"build:dev": "webpack --mode=development --progress",
"build:typings": "node ./build/build.typings.js",
"build:wx": "webpack --mode=production --progress --env target=wx",
"serve": "webpack serve --config webpack.serve.config --progress",
"test:pack": "npx npm-packlist",
"watch": "webpack --mode=development --watch --progress"
},
"sideEffects": [
"lib/*",
"element/*",
"network/*",
"storage/*"
],
"typings": "dist/vconsole.min.d.ts",
"version": "3.15.1"
}