{
  "_args": [
    [
      "inputmask@5.0.7",
      "D:\\rs4it\\New folder\\demo1"
    ]
  ],
  "_from": "inputmask@5.0.7",
  "_id": "inputmask@5.0.7",
  "_inBundle": false,
  "_integrity": "sha512-rUxbRDS25KEib+c/Ow+K01oprU/+EK9t9SOPC8ov94/ftULGDqj1zOgRU/Hko6uzoKRMdwCfuhAafJ/Wk2wffQ==",
  "_location": "/inputmask",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "inputmask@5.0.7",
    "name": "inputmask",
    "escapedName": "inputmask",
    "rawSpec": "5.0.7",
    "saveSpec": null,
    "fetchSpec": "5.0.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.7.tgz",
  "_spec": "5.0.7",
  "_where": "D:\\rs4it\\New folder\\demo1",
  "author": {
    "name": "Robin Herbots",
    "url": "https://github.com/RobinHerbots"
  },
  "bugs": {
    "url": "https://github.com/RobinHerbots/Inputmask/issues"
  },
  "description": "Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.",
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@babel/plugin-transform-modules-commonjs": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-typescript": "^7.16.5",
    "@robinherbots/grunt-available-tasks": "^0.6.4",
    "@robinherbots/grunt-nuget": "^0.3.2",
    "babel-loader": "^8.2.3",
    "grunt": "^1.4.1",
    "grunt-bump": "^0.8.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-eslint": "^24.0.0",
    "grunt-release": "^0.14.0",
    "grunt-webpack": "^5.0.0",
    "jquery": "^3.6.0",
    "load-grunt-tasks": "^5.1.0",
    "lodash": "^4.17.21",
    "qunit": "^2.17.2",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1"
  },
  "files": [
    "bundle.js",
    "dist/",
    "lib/"
  ],
  "homepage": "https://github.com/RobinHerbots/Inputmask",
  "keywords": [
    "form",
    "input",
    "inputmask",
    "jquery",
    "jquery-plugin",
    "mask",
    "plugins"
  ],
  "license": "MIT",
  "main": "dist/inputmask.js",
  "name": "inputmask",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RobinHerbots/Inputmask.git"
  },
  "scripts": {
    "jquery": "webpack --progress --watch --config-name jquery --config webpack.config.js",
    "start": "webpack --progress --watch --config-name main --config webpack.config.js",
    "test": "grunt validate"
  },
  "version": "5.0.7"
}
