UNPKG

@titou10/v-mask

Version:

mask directive for vue.js that exposes the unmasked value

41 lines (40 loc) 962 B
{ "name": "@titou10/v-mask", "description": "mask directive for vue.js that exposes the unmasked value", "version": "1.2.0", "author": "Denis Forveille <titou10.titou10@gmail.com>", "license": "MIT", "keywords": [ "vue", "directive", "mask", "v-mask" ], "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "watch": "tsc --watch", "lint": "tslint --project \"./tsconfig.json\"" }, "repository": { "type": "git", "url": "git+https://github.com/titou10titou10/v-mask.git" }, "bugs": { "url": "https://github.com/titou10titou10/v-mask/issues" }, "homepage": "https://github.com/titou10titou10/v-mask#readme", "dependencies": { "lodash": "^4.17.21" }, "devDependencies": { "@types/lodash": "^4.14.202", "@types/node": "^20.11.7", "tslint": "^6.1.3", "typescript": "^5.3.3", "vue": "^3.3.4" } }