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.
102 lines
2.9 KiB
102 lines
2.9 KiB
2 years ago
|
{
|
||
|
"_from": "vconsole",
|
||
|
"_id": "vconsole@3.15.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-8hq7wabPcRucSWQyN7/1tthMawP9JPvM95zgtMHpPknMMMCKj+abpoK7P7oKK4B0qw58C24Mdvo9+raUdpHyVQ==",
|
||
|
"_location": "/vconsole",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "vconsole",
|
||
|
"name": "vconsole",
|
||
|
"escapedName": "vconsole",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/vconsole/-/vconsole-3.15.0.tgz",
|
||
|
"_shasum": "2383482b0a4106204090046ec128071284e04a90",
|
||
|
"_spec": "vconsole",
|
||
|
"_where": "C:\\Users\\liudan\\Desktop\\git\\xxdj",
|
||
|
"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.0"
|
||
|
}
|