92 lines
2.6 KiB
JSON
92 lines
2.6 KiB
JSON
{
|
|
"_from": "vconsole",
|
|
"_id": "vconsole@3.9.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pAqWMsRtxxmXRzTGAG9AT/qfzmQ9Df0UPuQ0ut1aSUiwvK5Hki3IrxurE9iFkFsJX8cGmSjYEAQf7fRc86VBhA==",
|
|
"_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.9.1.tgz",
|
|
"_shasum": "41c9d311e14a1a68566a1be5243a8667f4c345d3",
|
|
"_spec": "vconsole",
|
|
"_where": "D:\\workspace\\builder\\hzfb2\\zhhq_hz_igw",
|
|
"author": {
|
|
"name": "Tencent"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Tencent/vConsole/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
"cookie-storage": "^6.1.0",
|
|
"copy-text-to-clipboard": "^3.0.1",
|
|
"core-js": "^3.11.0",
|
|
"mutation-observer": "^1.0.3",
|
|
"svelte-fa": "^2.2.1"
|
|
},
|
|
"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/preset-env": "^7.14.1",
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
"chai": "^4.3.4",
|
|
"copy-webpack-plugin": "^8.1.1",
|
|
"css-loader": "^5.2.4",
|
|
"html-loader": "^2.1.2",
|
|
"jsdom": "^16.5.3",
|
|
"json-loader": "^0.5.7",
|
|
"less": "^4.1.1",
|
|
"less-loader": "^8.1.1",
|
|
"style-loader": "^2.0.0",
|
|
"svelte": "^3.38.3",
|
|
"svelte-loader": "^3.1.2",
|
|
"svelte-preprocess": "^4.7.4",
|
|
"typescript": "^4.3.5",
|
|
"webpack": "^5.44.0",
|
|
"webpack-cli": "^4.7.0",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-merge": "^5.7.3"
|
|
},
|
|
"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",
|
|
"dev": "webpack --mode=development",
|
|
"serve": "webpack serve --config webpack.serve.config",
|
|
"watch": "webpack watch --mode=development"
|
|
},
|
|
"typings": "dist/vconsole.min.d.ts",
|
|
"version": "3.9.1"
|
|
}
|