![]() 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/dceprojects.corals.io/node_modules/vue-loading-overlay/ |
{ "name": "vue-loading-overlay", "version": "3.4.2", "description": "Vue.js component for full screen loading indicator.", "main": "dist/vue-loading.js", "types": "./types/loading.d.ts", "browser": "dist/vue-loading.min.js", "style": "dist/vue-loading.css", "files": [ "src", "dist", "types" ], "repository": { "type": "git", "url": "git+https://github.com/ankurk91/vue-loading-overlay.git" }, "keywords": [ "vue", "loading", "loader", "overlay", "spinner", "svg" ], "author": "ankurk91", "license": "MIT", "bugs": { "url": "https://github.com/ankurk91/vue-loading-overlay/issues" }, "homepage": "https://github.com/ankurk91/vue-loading-overlay", "scripts": { "test": "jest", "test:watch": "yarn run test --watch --notify", "start": "yarn run dev", "dev": "cross-env NODE_ENV=development webpack-dev-server --hot --config=webpack.config.dev.js", "docs": "cross-env NODE_ENV=production webpack --config=webpack.config.dev.js --progress --mode production", "build": "cross-env NODE_ENV=production webpack --progress --mode production", "prepublishOnly": "yarn run test && yarn run build" }, "dependencies": {}, "devDependencies": { "@babel/core": "^7.11.4", "@babel/preset-env": "^7.11.0", "@vue/test-utils": "^1.0.5", "babel-core": "7.0.0-bridge.0", "babel-jest": "^26.3.0", "babel-loader": "^8.1.0", "bootstrap": "^4.5.2", "clean-webpack-plugin": "^3.0.0", "cross-env": "^7.0.2", "css-loader": "^4.2.2", "file-loader": "^6.0.0", "html-webpack-plugin": "^4.3.0", "jest": "^26.4.2", "mini-css-extract-plugin": "^0.11.0", "style-loader": "^1.2.1", "unminified-webpack-plugin": "^2.0.0", "vue": "^2.6.12", "vue-jest": "^3.0.6", "vue-loader": "^15.9.3", "vue-template-compiler": "^2.6.12", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" }, "peerDependencies": { "vue": "^2.0.0" }, "engines": { "node": ">=6.9.0", "npm": ">=3.10.0" }, "jest": { "moduleFileExtensions": [ "js", "json", "jsx", "node", "vue", "css" ], "setupFiles": [ "<rootDir>/__test__/setup.js" ], "transform": { "^.+\\.js$": "babel-jest", ".*\\.(vue)$": "vue-jest" }, "moduleNameMapper": { "\\.(css|less|scss)$": "<rootDir>/__test__/__mocks__/styleMock.js" }, "collectCoverage": false, "testURL": "http://localhost" } }