| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_from": "vconsole",
- "_id": "vconsole@3.3.4",
- "_inBundle": false,
- "_integrity": "sha512-9yihsic96NPoMLQx/lCQwH9d89H0bbMW3LZPzo/t4yGQcS1X+vTCe9OHm1XSH7WNxzGDmcSwBiKLsFGwvJpQBg==",
- "_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.3.4.tgz",
- "_shasum": "a7dacd8887b3d3e902e8d18425cda56c34e77f51",
- "_spec": "vconsole",
- "_where": "C:\\Projects\\Uniapp\\GameCenter",
- "author": {
- "name": "Tencent"
- },
- "bugs": {
- "url": "https://github.com/Tencent/vConsole/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "A lightweight, extendable front-end developer tool for mobile web page.",
- "devDependencies": {
- "@babel/core": "^7.5.5",
- "@babel/plugin-proposal-class-properties": "^7.5.5",
- "@babel/plugin-proposal-export-namespace-from": "^7.5.2",
- "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
- "@babel/preset-env": "^7.5.5",
- "babel-loader": "^8.0.6",
- "babel-plugin-add-module-exports": "^1.0.2",
- "chai": "^4.2.0",
- "copy-webpack-plugin": "^5.0.4",
- "css-loader": "^3.2.0",
- "html-loader": "^0.5.5",
- "jsdom": "^15.1.1",
- "json-loader": "^0.5.7",
- "less": "^3.10.0",
- "less-loader": "^5.0.0",
- "mocha": "^5.2.0",
- "style-loader": "^1.0.0",
- "webpack": "^4.39.2",
- "webpack-cli": "^3.3.6"
- },
- "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",
- "test": "mocha"
- },
- "typings": "dist/vconsole.min.d.ts",
- "version": "3.3.4"
- }
|