package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "vconsole",
  3. "_id": "vconsole@3.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9yihsic96NPoMLQx/lCQwH9d89H0bbMW3LZPzo/t4yGQcS1X+vTCe9OHm1XSH7WNxzGDmcSwBiKLsFGwvJpQBg==",
  6. "_location": "/vconsole",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "vconsole",
  12. "name": "vconsole",
  13. "escapedName": "vconsole",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vconsole/-/vconsole-3.3.4.tgz",
  23. "_shasum": "a7dacd8887b3d3e902e8d18425cda56c34e77f51",
  24. "_spec": "vconsole",
  25. "_where": "C:\\Projects\\Uniapp\\GameCenter",
  26. "author": {
  27. "name": "Tencent"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Tencent/vConsole/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "A lightweight, extendable front-end developer tool for mobile web page.",
  36. "devDependencies": {
  37. "@babel/core": "^7.5.5",
  38. "@babel/plugin-proposal-class-properties": "^7.5.5",
  39. "@babel/plugin-proposal-export-namespace-from": "^7.5.2",
  40. "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
  41. "@babel/preset-env": "^7.5.5",
  42. "babel-loader": "^8.0.6",
  43. "babel-plugin-add-module-exports": "^1.0.2",
  44. "chai": "^4.2.0",
  45. "copy-webpack-plugin": "^5.0.4",
  46. "css-loader": "^3.2.0",
  47. "html-loader": "^0.5.5",
  48. "jsdom": "^15.1.1",
  49. "json-loader": "^0.5.7",
  50. "less": "^3.10.0",
  51. "less-loader": "^5.0.0",
  52. "mocha": "^5.2.0",
  53. "style-loader": "^1.0.0",
  54. "webpack": "^4.39.2",
  55. "webpack-cli": "^3.3.6"
  56. },
  57. "homepage": "https://github.com/Tencent/vConsole",
  58. "keywords": [
  59. "console",
  60. "debug",
  61. "mobile"
  62. ],
  63. "license": "MIT",
  64. "main": "dist/vconsole.min.js",
  65. "name": "vconsole",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/Tencent/vConsole.git"
  69. },
  70. "scripts": {
  71. "build": "webpack",
  72. "test": "mocha"
  73. },
  74. "typings": "dist/vconsole.min.d.ts",
  75. "version": "3.3.4"
  76. }