{ "_args": [ [ "v-click-outside-x@4.1.0", "E:\\item\\newItem\\admin" ] ], "_from": "v-click-outside-x@4.1.0", "_id": "v-click-outside-x@4.1.0", "_inBundle": false, "_integrity": "sha512-jhFTHKSMJU031QbVRZxEB57DFCGrY77LPCm8hRXqX/ECXkVWIOvh3V+WAPP4zvn7GVKuSOSwTdXhIzgXf19qwg==", "_location": "/v-click-outside-x", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "v-click-outside-x@4.1.0", "name": "v-click-outside-x", "escapedName": "v-click-outside-x", "rawSpec": "4.1.0", "saveSpec": null, "fetchSpec": "4.1.0" }, "_requiredBy": [ "/iview" ], "_resolved": "https://registry.npmjs.org/v-click-outside-x/-/v-click-outside-x-4.1.0.tgz", "_spec": "4.1.0", "_where": "E:\\item\\newItem\\admin", "author": { "name": "Graham Fairweather", "email": "xotic750@gmail.com" }, "browserslist": [ "> 1%", "Explorer >= 9" ], "bugs": { "url": "https://github.com/Xotic750/v-click-outside-x/issues" }, "copyright": "Copyright (c) 2018-present", "dependencies": {}, "description": "Vue directive to react on clicks outside an element.", "devDependencies": { "@babel/cli": "^7.8.3", "@babel/core": "^7.8.3", "@babel/node": "^7.8.3", "@babel/plugin-transform-property-mutators": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.8.3", "@babel/runtime": "^7.8.3", "@types/jest": "^24.0.25", "@types/node": "^13.1.6", "@types/webpack": "^4.41.2", "@typescript-eslint/eslint-plugin": "^2.16.0", "@typescript-eslint/parser": "^2.16.0", "@xotic750/eslint-config-recommended": "^1.2.0", "babel-core": "^7.0.0-0", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "babel-plugin-lodash": "^3.3.4", "caniuse-lite": "^1.0.30001020", "coveralls": "^3.0.9", "cross-env": "^6.0.3", "eslint": "^6.8.0", "eslint-friendly-formatter": "^4.0.1", "eslint-import-resolver-webpack": "^0.12.1", "eslint-loader": "^3.0.3", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-compat": "^3.3.0", "eslint-plugin-css-modules": "^2.11.0", "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-html": "^6.0.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-jest": "^22.17.0", "eslint-plugin-jsdoc": "^20.3.0", "eslint-plugin-json": "^1.4.0", "eslint-plugin-lodash": "^6.0.0", "eslint-plugin-no-use-extend-native": "^0.4.1", "eslint-plugin-prefer-object-spread": "^1.2.1", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-sort-class-members": "^1.6.0", "eslint-plugin-switch-case": "^1.1.2", "jest": "^24.9.0", "jest-cli": "^24.9.0", "jest-file": "^1.0.0", "lodash": "^4.17.15", "lodash-webpack-plugin": "^0.11.5", "mkdirp": "^0.5.1", "nodemon": "^2.0.2", "prettier": "^1.19.1", "rimraf": "^3.0.0", "source-map-loader": "^0.2.4", "strip-ansi": "^6.0.0", "terser-webpack-plugin": "^2.3.2", "typescript": "^3.7.4", "webpack": "^4.41.5", "webpack-bundle-analyzer": "^3.6.0", "webpack-cli": "^3.3.10", "webpack-global-object-x": "^1.0.0", "webpack-merge": "^4.2.2" }, "engines": { "node": ">=8.11.4", "npm": ">=6.10.1" }, "files": [ "dist", "src" ], "homepage": "https://github.com/Xotic750/v-click-outside-x.git", "jsdelivr": "dist/v-click-outside-x.min.js", "keywords": [ "vue", "click", "outside", "directive" ], "license": "MIT", "main": "dist/v-click-outside-x.js", "module": "dist/v-click-outside-x.esm.js", "name": "v-click-outside-x", "repository": { "type": "git", "url": "git+https://github.com/Xotic750/v-click-outside-x.git" }, "scripts": { "build": "npm run build:esm && cross-env NODE_ENV=production npm run build:base --", "build:base": "webpack --bail --progress --profile --colors", "build:dev": "npm run build:base --", "build:esm": "mkdirp dist && babel -s true --env-name esm src/v-click-outside-x.js -o dist/v-click-outside-x.esm.js", "clean": "rimraf dist && npm run clean:coverage", "clean:coverage": "rimraf __tests__/coverage", "lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js,.json .", "lint-fix": "npm run lint -- --fix", "report": "npm run build -- --env.report", "report:dev": "npm run build:dev -- --env.report", "security": "npm audit", "security-fix": "npm run security -- fix", "start": "nodemon --exec \"npm run build\" --watch src", "test": "npm run clean:coverage && jest", "test:ci": "npm run test -- --ci --maxWorkers=2", "test:ci-coveralls": "npm run test:ci -- --coverage --coverageReporters=text-lcov | coveralls", "test:coverage": "npm run test -- --coverage" }, "typings": "types/index.d.ts", "version": "4.1.0" }