package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. "v-click-outside-x@3.7.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "v-click-outside-x@3.7.1",
  9. "_id": "v-click-outside-x@3.7.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-WmUgmcIXr9clVpm1AYS/FgHtcDicfnfoxgQCNg4O6vfk9GVnxA0vSqO321ogUo0b7czYTidj7fQENvWFMWOkUg==",
  12. "_location": "/v-click-outside-x",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "v-click-outside-x@3.7.1",
  18. "name": "v-click-outside-x",
  19. "escapedName": "v-click-outside-x",
  20. "rawSpec": "3.7.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.7.1"
  23. },
  24. "_requiredBy": [
  25. "/view-design"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/v-click-outside-x/-/v-click-outside-x-3.7.1.tgz",
  28. "_spec": "3.7.1",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "Graham Fairweather",
  32. "email": "xotic750@gmail.com"
  33. },
  34. "browser": "dist/v-click-outside-x.min.js",
  35. "browserslist": [
  36. "> 1%",
  37. "Explorer >= 9"
  38. ],
  39. "bugs": {
  40. "url": "https://github.com/Xotic750/v-click-outside-x/issues"
  41. },
  42. "copyright": "Copyright (c) 2018-present",
  43. "dependencies": {},
  44. "description": "Vue directive to react on clicks outside an element.",
  45. "devDependencies": {
  46. "@babel/cli": "^7.2.3",
  47. "@babel/core": "^7.2.2",
  48. "@babel/plugin-transform-property-mutators": "^7.2.0",
  49. "@babel/plugin-transform-runtime": "^7.2.0",
  50. "@babel/preset-env": "^7.2.3",
  51. "@babel/runtime": "^7.2.0",
  52. "@prorenata/eslint-config-vue": "^1.11.0",
  53. "babel-core": "^7.0.0-0",
  54. "babel-eslint": "^10.0.1",
  55. "babel-loader": "^8.0.5",
  56. "cross-env": "^5.2.0",
  57. "eslint": "^5.12.1",
  58. "eslint-config-airbnb-base": "^13.1.0",
  59. "eslint-config-prettier": "^3.6.0",
  60. "eslint-friendly-formatter": "^4.0.1",
  61. "eslint-import-resolver-webpack": "^0.10.1",
  62. "eslint-loader": "^2.1.1",
  63. "eslint-plugin-babel": "^5.3.0",
  64. "eslint-plugin-compat": "^2.6.3",
  65. "eslint-plugin-css-modules": "^2.11.0",
  66. "eslint-plugin-eslint-comments": "^3.0.1",
  67. "eslint-plugin-html": "^5.0.0",
  68. "eslint-plugin-import": "^2.14.0",
  69. "eslint-plugin-jest": "^22.1.3",
  70. "eslint-plugin-jsdoc": "^4.0.0",
  71. "eslint-plugin-json": "^1.3.2",
  72. "eslint-plugin-lodash": "^5.1.0",
  73. "eslint-plugin-no-use-extend-native": "^0.4.0",
  74. "eslint-plugin-prefer-object-spread": "^1.2.1",
  75. "eslint-plugin-prettier": "^3.0.1",
  76. "eslint-plugin-promise": "^4.0.1",
  77. "eslint-plugin-sort-class-members": "^1.4.0",
  78. "eslint-plugin-switch-case": "^1.1.2",
  79. "eslint-plugin-vue": "^5.1.0",
  80. "friendly-errors-webpack-plugin": "^1.7.0",
  81. "husky": "^1.3.1",
  82. "jest": "^23.6.0",
  83. "jest-cli": "^23.6.0",
  84. "jest-file": "^1.0.0",
  85. "prettier": "^1.14.3",
  86. "rimraf": "^2.6.3",
  87. "semver": "^5.6.0",
  88. "terser-webpack-plugin": "^1.2.1",
  89. "webpack": "^4.29.0",
  90. "webpack-bundle-analyzer": "^3.0.3",
  91. "webpack-cli": "^3.2.1",
  92. "webpack-merge": "^4.2.1"
  93. },
  94. "engines": {
  95. "node": ">=8.11.4",
  96. "npm": "6.4.1"
  97. },
  98. "homepage": "https://github.com/Xotic750/v-click-outside-x.git",
  99. "keywords": [
  100. "vue",
  101. "click",
  102. "outside",
  103. "directive"
  104. ],
  105. "license": "MIT",
  106. "main": "dist/v-click-outside-x.js",
  107. "module": "src/index.js",
  108. "name": "v-click-outside-x",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/Xotic750/v-click-outside-x.git"
  112. },
  113. "scripts": {
  114. "build": "cross-env NODE_ENV=production npm run build:base --",
  115. "build:base": "webpack --bail --progress --profile --colors",
  116. "build:dev": "npm run build:base --",
  117. "clean": "rimraf dist && npm run clean:coverage",
  118. "clean:coverage": "rimraf __tests__/coverage",
  119. "lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .",
  120. "lint-fix": "npm run lint -- --fix",
  121. "precommit": "npm run security fix && npm run build",
  122. "prepush": "npm run precommit",
  123. "report": "npm run build -- --env.report",
  124. "report:dev": "npm run build:dev -- --env.report",
  125. "security": "npm audit",
  126. "security-fix": "npm run security -- --fix",
  127. "start": "nodemon --exec \"npm run build\" --watch src",
  128. "test": "npm run clean:coverage && jest",
  129. "test:ci": "npm run test -- --ci --maxWorkers=2",
  130. "test:coverage": "npm run test -- --coverage"
  131. },
  132. "version": "3.7.1"
  133. }