Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « mask « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a1b7f91f88541ed7a24db350bae3590ce59d285 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "@alpinejs/mask",
    "version": "3.10.3",
    "description": "An Alpine plugin for input masking",
    "author": "Caleb Porzio",
    "license": "MIT",
    "main": "dist/module.cjs.js",
    "module": "dist/module.esm.js"
}