{
  "_args": [
    [
      "imask@4.1.5",
      "/home/commercial/public_html"
    ]
  ],
  "_from": "imask@4.1.5",
  "_id": "imask@4.1.5",
  "_inBundle": false,
  "_integrity": "sha512-n9e3KkJxe6YZKueT02I8/tXpC0vzxmSzoBB5BPi6OPq0rp7qOZfXN5777Dkw6WEYRswlsxm+7pl7WocsG0LWyA==",
  "_location": "/imask",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "imask@4.1.5",
    "name": "imask",
    "escapedName": "imask",
    "rawSpec": "4.1.5",
    "saveSpec": null,
    "fetchSpec": "4.1.5"
  },
  "_requiredBy": [
    "/v-credit-card"
  ],
  "_resolved": "https://registry.npmjs.org/imask/-/imask-4.1.5.tgz",
  "_spec": "4.1.5",
  "_where": "/home/commercial/public_html",
  "author": {
    "name": "Alexey Kryazhev"
  },
  "bugs": {
    "url": "https://github.com/uNmAnNeR/imaskjs/issues"
  },
  "description": "vanilla javascript input mask",
  "devDependencies": {
    "core-js": "^2.5.5"
  },
  "engines": {
    "npm": ">=4.0.0"
  },
  "files": [
    "dist"
  ],
  "gitHead": "d4e0024b449fc7893c298d7d6901bc405a365854",
  "homepage": "https://unmanner.github.io/imaskjs/",
  "keywords": [
    "javascript",
    "jquery",
    "input",
    "mask"
  ],
  "license": "MIT",
  "main": "dist/imask.js",
  "name": "imask",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uNmAnNeR/imaskjs.git"
  },
  "scripts": {
    "build": "npm run build:dev && npm run build:prod",
    "build:dev": "npm run build:dev:es && npm run build:dev:umd",
    "build:dev:es": "rollup -c --environment format:es",
    "build:dev:umd": "rollup -c --environment format:umd",
    "build:prod": "npm run build:prod:es && npm run build:prod:umd",
    "build:prod:es": "rollup -c --environment format:es,env:production",
    "build:prod:umd": "rollup -c --environment format:umd,env:production",
    "coveralls": "cat ./coverage/lcov.info | ../../node_modules/coveralls/bin/coveralls.js",
    "flow": "flow",
    "pretest": "flow check",
    "test": "karma start --single-run --browsers ChromeHeadless",
    "watch": "rollup -c -w --environment format:umd,env:production"
  },
  "version": "4.1.5"
}
