package.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "_from": "v-click-outside-x@^4.0.19",
  3. "_id": "v-click-outside-x@4.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qK4wwuDHK406fGBSJ4DbioPb6LQpRkWqk8i1TZhnVwObU+W4Ra6H7Cn+VLy/dTNTH/sgZJzk9YMYnB/s5RJ0Hg==",
  6. "_location": "/v-click-outside-x",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "v-click-outside-x@^4.0.19",
  12. "name": "v-click-outside-x",
  13. "escapedName": "v-click-outside-x",
  14. "rawSpec": "^4.0.19",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.19"
  17. },
  18. "_requiredBy": [
  19. "/iview"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/v-click-outside-x/-/v-click-outside-x-4.1.3.tgz",
  22. "_shasum": "4792792ba80930ca72d03bb19a0c2bea9d3debab",
  23. "_spec": "v-click-outside-x@^4.0.19",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\iview",
  25. "author": {
  26. "name": "Graham Fairweather"
  27. },
  28. "browserslist": [
  29. "> 1%",
  30. "Explorer >= 9"
  31. ],
  32. "bugs": {
  33. "url": "https://github.com/SergioCrisostomo/v-click-outside-x/issues"
  34. },
  35. "bundleDependencies": false,
  36. "copyright": "Copyright (c) 2018-present",
  37. "dependencies": {},
  38. "deprecated": false,
  39. "description": "Vue directive to react on clicks outside an element.",
  40. "devDependencies": {
  41. "@babel/cli": "^7.13.16",
  42. "@babel/core": "^7.13.16",
  43. "@babel/node": "^7.13.13",
  44. "@babel/plugin-transform-property-mutators": "^7.12.13",
  45. "@babel/plugin-transform-runtime": "^7.13.15",
  46. "@babel/preset-env": "^7.13.15",
  47. "@babel/runtime": "^7.13.17",
  48. "@types/jest": "^24.9.1",
  49. "@types/node": "^13.13.50",
  50. "@types/webpack": "^4.41.27",
  51. "@typescript-eslint/eslint-plugin": "^2.34.0",
  52. "@typescript-eslint/parser": "^2.34.0",
  53. "babel-core": "^7.0.0-0",
  54. "babel-eslint": "^10.1.0",
  55. "babel-loader": "^8.2.2",
  56. "babel-plugin-lodash": "^3.3.4",
  57. "caniuse-lite": "^1.0.30001214",
  58. "coveralls": "^3.1.0",
  59. "cross-env": "^6.0.3",
  60. "eslint": "^6.8.0",
  61. "eslint-friendly-formatter": "^4.0.1",
  62. "eslint-import-resolver-webpack": "^0.12.2",
  63. "eslint-loader": "^3.0.4",
  64. "eslint-plugin-babel": "^5.3.1",
  65. "eslint-plugin-compat": "^3.9.0",
  66. "eslint-plugin-css-modules": "^2.11.0",
  67. "eslint-plugin-eslint-comments": "^3.2.0",
  68. "eslint-plugin-html": "^6.1.2",
  69. "eslint-plugin-import": "^2.22.1",
  70. "eslint-plugin-jest": "^22.17.0",
  71. "eslint-plugin-jsdoc": "^20.4.0",
  72. "eslint-plugin-json": "^1.4.0",
  73. "eslint-plugin-lodash": "^6.0.0",
  74. "eslint-plugin-no-use-extend-native": "^0.4.1",
  75. "eslint-plugin-prefer-object-spread": "^1.2.1",
  76. "eslint-plugin-prettier": "^3.4.0",
  77. "eslint-plugin-promise": "^4.3.1",
  78. "eslint-plugin-sort-class-members": "^1.11.0",
  79. "eslint-plugin-switch-case": "^1.1.2",
  80. "jest": "^24.9.0",
  81. "jest-cli": "^24.9.0",
  82. "jest-file": "^1.0.0",
  83. "lodash": "^4.17.21",
  84. "lodash-webpack-plugin": "^0.11.6",
  85. "mkdirp": "^0.5.5",
  86. "nodemon": "^2.0.7",
  87. "prettier": "^1.19.1",
  88. "rimraf": "^3.0.2",
  89. "source-map-loader": "^0.2.4",
  90. "strip-ansi": "^6.0.0",
  91. "terser-webpack-plugin": "^2.3.8",
  92. "typescript": "^3.9.9",
  93. "webpack": "^4.46.0",
  94. "webpack-bundle-analyzer": "^3.9.0",
  95. "webpack-cli": "^3.3.12",
  96. "webpack-global-object-x": "^1.0.1",
  97. "webpack-merge": "^4.2.2"
  98. },
  99. "engines": {
  100. "node": ">=8.11.4",
  101. "npm": ">=6.10.1"
  102. },
  103. "files": [
  104. "dist",
  105. "src"
  106. ],
  107. "homepage": "https://github.com/SergioCrisostomo/v-click-outside-x.git",
  108. "jsdelivr": "dist/v-click-outside-x.min.js",
  109. "keywords": [
  110. "vue",
  111. "click",
  112. "outside",
  113. "directive"
  114. ],
  115. "license": "MIT",
  116. "main": "dist/v-click-outside-x.js",
  117. "maintainers": [
  118. {
  119. "name": "Sérgio Crisóstomo",
  120. "email": "sergiosbox@gmail.com"
  121. }
  122. ],
  123. "module": "dist/v-click-outside-x.esm.js",
  124. "name": "v-click-outside-x",
  125. "repository": {
  126. "type": "git",
  127. "url": "git+https://github.com/SergioCrisostomo/v-click-outside-x.git"
  128. },
  129. "scripts": {
  130. "build": "npm run build:esm && cross-env NODE_ENV=production npm run build:base --",
  131. "build:base": "webpack --bail --progress --profile --colors",
  132. "build:dev": "npm run build:base --",
  133. "build:esm": "mkdirp dist && babel -s true --env-name esm src/v-click-outside-x.js -o dist/v-click-outside-x.esm.js",
  134. "clean": "rimraf dist && npm run clean:coverage",
  135. "clean:coverage": "rimraf __tests__/coverage",
  136. "lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .",
  137. "lint-fix": "npm run lint -- --fix",
  138. "report": "npm run build -- --env.report",
  139. "report:dev": "npm run build:dev -- --env.report",
  140. "security": "npm audit",
  141. "security-fix": "npm run security -- fix",
  142. "start": "nodemon --exec \"npm run build\" --watch src",
  143. "test": "npm run clean:coverage && jest",
  144. "test:ci": "npm run test -- --ci --maxWorkers=2",
  145. "test:ci-coveralls": "npm run test:ci -- --coverage --coverageReporters=text-lcov | coveralls",
  146. "test:coverage": "npm run test -- --coverage"
  147. },
  148. "typings": "types/index.d.ts",
  149. "version": "4.1.3"
  150. }