gulp dist build
This commit is contained in:
75
dist/assets/vendor/imask/package.json
vendored
75
dist/assets/vendor/imask/package.json
vendored
@@ -1,67 +1,32 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"imask@6.2.2",
|
||||
"/Applications/MAMP/htdocs/front/front-template"
|
||||
]
|
||||
],
|
||||
"_from": "imask@6.2.2",
|
||||
"_id": "imask@6.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oREITqngsjD0YxO62UpVQSxLNjIcb/mNO9hX2F8xQ282Kj3X9KXEAobipbUXz5R5NgtiL6nOPrWwo+AnLuz5AQ==",
|
||||
"_location": "/imask",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"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.2.2.tgz",
|
||||
"_spec": "6.2.2",
|
||||
"_where": "/Applications/MAMP/htdocs/front/front-template",
|
||||
"author": {
|
||||
"name": "Alexey Kryazhev"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/uNmAnNeR/imaskjs/issues"
|
||||
},
|
||||
"name": "imask",
|
||||
"version": "6.2.2",
|
||||
"author": "Alexey Kryazhev",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/uNmAnNeR/imaskjs/issues",
|
||||
"homepage": "https://imask.js.org/",
|
||||
"description": "vanilla javascript input mask",
|
||||
"main": "dist/imask.js",
|
||||
"module": "esm/index.js",
|
||||
"repository": "https://github.com/uNmAnNeR/imaskjs",
|
||||
"types": "index.d.ts",
|
||||
"engines": {
|
||||
"npm": ">=4.0.0"
|
||||
},
|
||||
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
|
||||
"homepage": "https://imask.js.org/",
|
||||
"scripts": {
|
||||
"test": "cross-env NODE_ENV=test nyc mocha --exit --recursive",
|
||||
"pretest": "flow check",
|
||||
"watch": "rollup -c -w",
|
||||
"build": "rollup -c",
|
||||
"flow": "flow",
|
||||
"lint": "eslint src/",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls"
|
||||
},
|
||||
"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.2.2"
|
||||
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user