Current File : /home/tradevaly/www/node_modules/inputmask/package.json
{
  "_args": [
    [
      "inputmask@4.0.9",
      "/home/skote/public_html"
    ]
  ],
  "_from": "inputmask@4.0.9",
  "_id": "inputmask@4.0.9",
  "_inBundle": false,
  "_integrity": "sha512-EodaYhJKncXRBwvCE8YrRmAFmBJ6bWdgX4Qw8QSnK5GBDXE03jgpJhrS+a2N0v2Zsgp+OjKXy7qACktjYD83Uw==",
  "_location": "/inputmask",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "inputmask@4.0.9",
    "name": "inputmask",
    "escapedName": "inputmask",
    "rawSpec": "4.0.9",
    "saveSpec": null,
    "fetchSpec": "4.0.9"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/inputmask/-/inputmask-4.0.9.tgz",
  "_spec": "4.0.9",
  "_where": "/home/skote/public_html",
  "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": "^6.26.3",
    "babel-helpers": "^6.24.1",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "caniuse-db": "^1.0.30000963",
    "css-loader": "^2.1.1",
    "grunt": "^1.0.4",
    "grunt-available-tasks": "^0.6.3",
    "grunt-bump": "^0.8.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-uglify": "^4.0.1",
    "grunt-eslint": "^21.0.0",
    "grunt-nuget": "^0.3.1",
    "grunt-release": "^0.14.0",
    "grunt-webpack": "^3.1.3",
    "jqlite": "^0.2.42",
    "jquery": "^3.4.0",
    "jsdom": "^15.0.0",
    "load-grunt-tasks": "^4.0.0",
    "loader-utils": "^1.2.3",
    "postcss": "^7.0.14",
    "postcss-cssnext": "^3.1.0",
    "postcss-loader": "^3.0.0",
    "qunit": "^2.9.2",
    "source-map-loader": "^0.2.4",
    "style-loader": "^0.23.1",
    "webpack": "^4.30.0",
    "webpack-cli": "^3.3.1"
  },
  "files": [
    "dist/",
    "css/",
    "misc/"
  ],
  "homepage": "https://github.com/RobinHerbots/Inputmask",
  "keywords": [
    "form",
    "input",
    "inputmask",
    "jquery",
    "jquery-plugin",
    "mask",
    "plugins"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "inputmask",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RobinHerbots/Inputmask.git"
  },
  "scripts": {
    "qunitpack": "webpack --progress --watch --config qunit/webpack.config.js",
    "start": "webpack --progress --watch --config webpack.config.js",
    "test": "grunt validate"
  },
  "version": "4.0.9"
}