![]() 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/vue-signature-pad/ |
{ "name": "vue-signature-pad", "description": "SignaturePad component for Vue.js", "version": "2.0.4", "main": "dist/vue-signature-pad.ssr.js", "unpkg": "dist/vue-signature-pad.min.js", "module": "dist/vue-signature-pad.esm.js", "browser": "dist/vue-signature-pad.esm.js", "files": [ "dist", "src/**/*.vue" ], "scripts": { "serve": "vue-cli-service serve dev/serve.js", "test": "jest", "build": "npm run clean && rollup -c", "build:ssr": "rollup --config build/rollup.config.js --format cjs", "build:es": "rollup --config build/rollup.config.js --format es", "build:unpkg": "rollup --config build/rollup.config.js --format iife", "lint": "eslint --ext .vue,.js src", "lint-fix": "eslint --ext .vue,.js src --fix", "size": "run-s size:*", "size:cjs": "echo CommonJs gzipped size: $(gzip-size $npm_package_main)", "size:unpkg": "echo UMD gzipped size: $(gzip-size $npm_package_unpkg)", "size:esm": "echo ESModule gzipped size: $(gzip-size $npm_package_module)", "clean": "rimraf dist", "prepublishOnly": "npm test && npm run lint", "prepare": "husky install" }, "jest": { "moduleFileExtensions": [ "js", "vue" ], "testMatch": [ "<rootDir>/src/*/__tests__/*.spec.js" ], "transform": { "^.+\\.js$": "babel-jest", "^.+\\.vue$": "vue-jest" }, "moduleNameMapper": { "^@/(.*)$": "<rootDir>/src/$1" }, "verbose": true, "collectCoverage": true, "setupFiles": [ "jest-canvas-mock" ] }, "lint-staged": { "*.{js,vue}": [ "eslint --fix" ] }, "author": "Peng Jie <[email protected]> (https://github.com/neighborhood999)", "repository": { "type": "git", "url": "git+https://github.com/neighborhood999/vue-signature-pad.git" }, "keywords": [ "vue", "signature", "component" ], "bugs": { "url": "https://github.com/neighborhood999/vue-signature-pad/issues" }, "dependencies": { "merge-images": "^1.1.0", "signature_pad": "^3.0.0-beta.3", "vue": "^2.6.14" }, "devDependencies": { "@babel/core": "7.14.6", "@babel/preset-env": "7.14.7", "@rollup/plugin-babel": "5.3.0", "@rollup/plugin-commonjs": "19.0.1", "@rollup/plugin-node-resolve": "13.0.2", "@rollup/plugin-replace": "2.3.4", "@vue/cli-service": "4.5.13", "@vue/test-utils": "1.2.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "babel-jest": "26.6.3", "eslint": "7.30.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "3.4.0", "eslint-plugin-vue": "7.13.0", "husky": "7.0.1", "jest": "26.6.3", "jest-canvas-mock": "2.3.1", "lint-staged": "11.0.1", "minimist": "1.2.5", "npm-run-all": "4.1.5", "prettier": "2.3.2", "rimraf": "3.0.2", "rollup": "2.53.2", "rollup-plugin-size-snapshot": "0.12.0", "rollup-plugin-terser": "7.0.2", "rollup-plugin-vue": "5.1.9", "vue-jest": "3.0.7", "vue-template-compiler": "2.6.14" }, "engines": { "node": ">=12" }, "license": "MIT" }