package.json 4.2 KB

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