![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/v-idle/ |
{ "name": "v-idle", "version": "0.2.1", "description": "A Vue.js plugin to detect idle/non-active users", "main": "build/vidle.min.js", "scripts": { "lint": "eslint --ext .ts --ignore-path .gitignore .", "test": "jest", "build": "rollup -c rollup.config.ts" }, "repository": { "type": "git", "url": "git+https://github.com/malekim/v-idle.git" }, "keywords": [ "vue", "vuejs", "plugin" ], "author": "Lukasz Malek <[email protected]>", "license": "MIT", "bugs": { "url": "https://github.com/malekim/v-idle/issues" }, "homepage": "https://github.com/malekim/v-idle#readme", "devDependencies": { "@rollup/plugin-typescript": "^8.2.0", "@types/jest": "^26.0.21", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "@vue/test-utils": "^1.1.3", "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^3.3.1", "install": "^0.13.0", "jest": "^26.6.3", "jest-date-mock": "^1.0.8", "npm": "^7.6.3", "prettier": "^2.2.1", "rollup": "^2.42.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-uglify": "^6.0.4", "serialize-javascript": "^5.0.1", "ts-jest": "^26.5.4", "typescript": "^4.2.3", "vue": "^2.6.12", "vue-template-compiler": "^2.6.12" } }