backoffice/node_modules/inputmask/package.json

104 lines
2.8 KiB
JSON

{
"_args": [
[
"inputmask@3.3.7",
"C:\\wamp64\\www\\ilink"
]
],
"_from": "inputmask@3.3.7",
"_id": "inputmask@3.3.7",
"_inBundle": false,
"_integrity": "sha512-uRnLRFMlDTMvBB59L0n55wB8KbQbj2xTaajDeg4bVBCdwwjhwac0o7t0wXDefIxTIacu3KN3Me+Ft7VcJ9b15Q==",
"_location": "/inputmask",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "inputmask@3.3.7",
"name": "inputmask",
"escapedName": "inputmask",
"rawSpec": "3.3.7",
"saveSpec": null,
"fetchSpec": "3.3.7"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/inputmask/-/inputmask-3.3.7.tgz",
"_spec": "3.3.7",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Robin Herbots",
"url": "https://github.com/RobinHerbots"
},
"bugs": {
"url": "https://github.com/RobinHerbots/Inputmask/issues"
},
"dependencies": {},
"description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.28.0",
"grunt": "^1.0.1",
"grunt-available-tasks": "^0.6.0",
"grunt-browserify": "^5.0.0",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify": "^2.2.1",
"grunt-eslint": "^19.0.0",
"grunt-karma": "^2.0.0",
"grunt-nuget": "^0.2.0",
"grunt-release": "^0.14.0",
"grunt-shell": "^2.1.0",
"grunt-webpack": "^3.0.0",
"jqlite": "^0.2.25",
"jquery": "^2.2.4",
"karma": "^1.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-qunit": "^1.1.0",
"load-grunt-tasks": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"postcss": "^5.0.21",
"postcss-cssnext": "^2.6.0",
"postcss-loader": "^1.3.3",
"qunitjs": "^2.3.2",
"source-map-loader": "^0.2.1",
"style-loader": "^0.16.1",
"webpack": "^2.0.0"
},
"files": [
"dist/",
"css/"
],
"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": "3.3.7"
}