package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "zx-magnifie@0.4.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "zx-magnifie@0.4.0",
  9. "_id": "zx-magnifie@0.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DJxE+/Z3QlGuQtec5+nnBXU9qs4mTzbqIALLRPjzxu/M7OuDaIJWu0k70UP9KsLH9wqJ7GZP726jCbOuwXX9Bg==",
  12. "_location": "/zx-magnifie",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "zx-magnifie@0.4.0",
  18. "name": "zx-magnifie",
  19. "escapedName": "zx-magnifie",
  20. "rawSpec": "0.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/zx-magnifie/-/zx-magnifie-0.4.0.tgz",
  28. "_spec": "0.4.0",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "author": {
  31. "name": "chuzhixin",
  32. "email": "1204505056@qq.com"
  33. },
  34. "browserslist": [
  35. "> 1%",
  36. "last 2 versions"
  37. ],
  38. "dependencies": {
  39. "core-js": "^3.5.0",
  40. "vue": "^2.6.11"
  41. },
  42. "description": "```\r 只能用于Vue CLI项目",
  43. "devDependencies": {
  44. "@vue/cli-plugin-babel": "^4.1.1",
  45. "@vue/cli-plugin-eslint": "^4.1.1",
  46. "@vue/cli-service": "^4.1.1",
  47. "babel-eslint": "^10.0.3",
  48. "eslint": "^6.7.2",
  49. "eslint-plugin-vue": "^6.0.1",
  50. "vue-template-compiler": "^2.6.11"
  51. },
  52. "eslintConfig": {
  53. "root": true,
  54. "env": {
  55. "node": true
  56. },
  57. "extends": [
  58. "plugin:vue/essential",
  59. "eslint:recommended"
  60. ],
  61. "rules": {},
  62. "parserOptions": {
  63. "parser": "babel-eslint"
  64. }
  65. },
  66. "main": "./components/export.js",
  67. "name": "zx-magnifie",
  68. "postcss": {
  69. "plugins": {
  70. "autoprefixer": {}
  71. }
  72. },
  73. "scripts": {
  74. "build": "vue-cli-service build",
  75. "byui:update": "ncu -u",
  76. "lint": "eslint --fix --ext .js,.vue src",
  77. "serve": "vue-cli-service serve"
  78. },
  79. "version": "0.4.0"
  80. }