65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"_from": "imask@^6.2.2",
|
|
"_id": "imask@6.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xvEgbTdk6y2dW2UAysq0NRPmO6PuaXM5NHIt4TXEJEwXUHj26M0p/fXqyrSJdNXFaGVOtqYjPRnNdrjQQhDuuA==",
|
|
"_location": "/imask",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "imask@^6.2.2",
|
|
"name": "imask",
|
|
"escapedName": "imask",
|
|
"rawSpec": "^6.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/imask/-/imask-6.4.2.tgz",
|
|
"_shasum": "f1c67e6961640bf5b09d7b4a34dcf4f9a3df7e22",
|
|
"_spec": "imask@^6.2.2",
|
|
"_where": "/mnt/d/WWW/magico.front",
|
|
"author": {
|
|
"name": "Alexey Kryazhev"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/uNmAnNeR/imaskjs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "vanilla javascript input mask",
|
|
"engines": {
|
|
"npm": ">=4.0.0"
|
|
},
|
|
"gitHead": "4cb5df3142822c5de910001a4294b764c439c478",
|
|
"homepage": "https://imask.js.org/",
|
|
"keywords": [
|
|
"javascript",
|
|
"jquery",
|
|
"input",
|
|
"mask"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/imask.js",
|
|
"module": "esm/index.js",
|
|
"name": "imask",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/uNmAnNeR/imaskjs.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
|
"flow": "flow",
|
|
"lint": "eslint src/",
|
|
"pretest": "flow check",
|
|
"test": "cross-env NODE_ENV=test nyc mocha --exit --recursive",
|
|
"watch": "rollup -c -w"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "6.4.2"
|
|
}
|