package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. "v-click-outside-x@4.1.0",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_from": "v-click-outside-x@4.1.0",
  9. "_id": "v-click-outside-x@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jhFTHKSMJU031QbVRZxEB57DFCGrY77LPCm8hRXqX/ECXkVWIOvh3V+WAPP4zvn7GVKuSOSwTdXhIzgXf19qwg==",
  12. "_location": "/v-click-outside-x",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "v-click-outside-x@4.1.0",
  18. "name": "v-click-outside-x",
  19. "escapedName": "v-click-outside-x",
  20. "rawSpec": "4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/iview"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/v-click-outside-x/-/v-click-outside-x-4.1.0.tgz",
  28. "_spec": "4.1.0",
  29. "_where": "D:\\代码\\单商户\\admin",
  30. "author": {
  31. "name": "Graham Fairweather",
  32. "email": "xotic750@gmail.com"
  33. },
  34. "browserslist": [
  35. "> 1%",
  36. "Explorer >= 9"
  37. ],
  38. "bugs": {
  39. "url": "https://github.com/Xotic750/v-click-outside-x/issues"
  40. },
  41. "copyright": "Copyright (c) 2018-present",
  42. "dependencies": {},
  43. "description": "Vue directive to react on clicks outside an element.",
  44. "devDependencies": {
  45. "@babel/cli": "^7.8.3",
  46. "@babel/core": "^7.8.3",
  47. "@babel/node": "^7.8.3",
  48. "@babel/plugin-transform-property-mutators": "^7.8.3",
  49. "@babel/plugin-transform-runtime": "^7.8.3",
  50. "@babel/preset-env": "^7.8.3",
  51. "@babel/runtime": "^7.8.3",
  52. "@types/jest": "^24.0.25",
  53. "@types/node": "^13.1.6",
  54. "@types/webpack": "^4.41.2",
  55. "@typescript-eslint/eslint-plugin": "^2.16.0",
  56. "@typescript-eslint/parser": "^2.16.0",
  57. "@xotic750/eslint-config-recommended": "^1.2.0",
  58. "babel-core": "^7.0.0-0",
  59. "babel-eslint": "^10.0.3",
  60. "babel-loader": "^8.0.6",
  61. "babel-plugin-lodash": "^3.3.4",
  62. "caniuse-lite": "^1.0.30001020",
  63. "coveralls": "^3.0.9",
  64. "cross-env": "^6.0.3",
  65. "eslint": "^6.8.0",
  66. "eslint-friendly-formatter": "^4.0.1",
  67. "eslint-import-resolver-webpack": "^0.12.1",
  68. "eslint-loader": "^3.0.3",
  69. "eslint-plugin-babel": "^5.3.0",
  70. "eslint-plugin-compat": "^3.3.0",
  71. "eslint-plugin-css-modules": "^2.11.0",
  72. "eslint-plugin-eslint-comments": "^3.1.2",
  73. "eslint-plugin-html": "^6.0.0",
  74. "eslint-plugin-import": "^2.20.0",
  75. "eslint-plugin-jest": "^22.17.0",
  76. "eslint-plugin-jsdoc": "^20.3.0",
  77. "eslint-plugin-json": "^1.4.0",
  78. "eslint-plugin-lodash": "^6.0.0",
  79. "eslint-plugin-no-use-extend-native": "^0.4.1",
  80. "eslint-plugin-prefer-object-spread": "^1.2.1",
  81. "eslint-plugin-prettier": "^3.1.2",
  82. "eslint-plugin-promise": "^4.2.1",
  83. "eslint-plugin-sort-class-members": "^1.6.0",
  84. "eslint-plugin-switch-case": "^1.1.2",
  85. "jest": "^24.9.0",
  86. "jest-cli": "^24.9.0",
  87. "jest-file": "^1.0.0",
  88. "lodash": "^4.17.15",
  89. "lodash-webpack-plugin": "^0.11.5",
  90. "mkdirp": "^0.5.1",
  91. "nodemon": "^2.0.2",
  92. "prettier": "^1.19.1",
  93. "rimraf": "^3.0.0",
  94. "source-map-loader": "^0.2.4",
  95. "strip-ansi": "^6.0.0",
  96. "terser-webpack-plugin": "^2.3.2",
  97. "typescript": "^3.7.4",
  98. "webpack": "^4.41.5",
  99. "webpack-bundle-analyzer": "^3.6.0",
  100. "webpack-cli": "^3.3.10",
  101. "webpack-global-object-x": "^1.0.0",
  102. "webpack-merge": "^4.2.2"
  103. },
  104. "engines": {
  105. "node": ">=8.11.4",
  106. "npm": ">=6.10.1"
  107. },
  108. "files": [
  109. "dist",
  110. "src"
  111. ],
  112. "homepage": "https://github.com/Xotic750/v-click-outside-x.git",
  113. "jsdelivr": "dist/v-click-outside-x.min.js",
  114. "keywords": [
  115. "vue",
  116. "click",
  117. "outside",
  118. "directive"
  119. ],
  120. "license": "MIT",
  121. "main": "dist/v-click-outside-x.js",
  122. "module": "dist/v-click-outside-x.esm.js",
  123. "name": "v-click-outside-x",
  124. "repository": {
  125. "type": "git",
  126. "url": "git+https://github.com/Xotic750/v-click-outside-x.git"
  127. },
  128. "scripts": {
  129. "build": "npm run build:esm && cross-env NODE_ENV=production npm run build:base --",
  130. "build:base": "webpack --bail --progress --profile --colors",
  131. "build:dev": "npm run build:base --",
  132. "build:esm": "mkdirp dist && babel -s true --env-name esm src/v-click-outside-x.js -o dist/v-click-outside-x.esm.js",
  133. "clean": "rimraf dist && npm run clean:coverage",
  134. "clean:coverage": "rimraf __tests__/coverage",
  135. "lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .",
  136. "lint-fix": "npm run lint -- --fix",
  137. "report": "npm run build -- --env.report",
  138. "report:dev": "npm run build:dev -- --env.report",
  139. "security": "npm audit",
  140. "security-fix": "npm run security -- fix",
  141. "start": "nodemon --exec \"npm run build\" --watch src",
  142. "test": "npm run clean:coverage && jest",
  143. "test:ci": "npm run test -- --ci --maxWorkers=2",
  144. "test:ci-coveralls": "npm run test:ci -- --coverage --coverageReporters=text-lcov | coveralls",
  145. "test:coverage": "npm run test -- --coverage"
  146. },
  147. "typings": "types/index.d.ts",
  148. "version": "4.1.0"
  149. }