fix(core): update
This commit is contained in:
parent
459f4b24aa
commit
5a2b72fb02
@ -15,4 +15,4 @@
|
|||||||
"npmGlobalTools": [],
|
"npmGlobalTools": [],
|
||||||
"npmAccessLevel": "public"
|
"npmAccessLevel": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
552
package-lock.json
generated
552
package-lock.json
generated
@ -30,6 +30,14 @@
|
|||||||
"js-tokens": "^4.0.0"
|
"js-tokens": "^4.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@babel/runtime": {
|
||||||
|
"version": "7.8.4",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@babel%2fruntime/-/runtime-7.8.4.tgz",
|
||||||
|
"integrity": "sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==",
|
||||||
|
"requires": {
|
||||||
|
"regenerator-runtime": "^0.13.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
"@gitzone/tsbuild": {
|
"@gitzone/tsbuild": {
|
||||||
"version": "2.1.17",
|
"version": "2.1.17",
|
||||||
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.17.tgz",
|
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbuild/-/tsbuild-2.1.17.tgz",
|
||||||
@ -71,6 +79,312 @@
|
|||||||
"figures": "^3.0.0"
|
"figures": "^3.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@jimp/bmp": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fbmp/-/bmp-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-wXZYccgGQAsIK8DZX0wZE3gbSd2mL2+eheSJMts6I5hQjxhVRZd1Gwu425nUQGzfKCOgKYTW0nLv7/8OoOTTkw==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"bmp-js": "^0.1.0",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/core": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fcore/-/core-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-kB9lvst1QhgYOC963SAuPgv+DdVfxTProphrSffAAoo5eLeQab/Ca3ZUeX1E/SnLSr+NGVnNCd8c9gyuKDiENg==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"any-base": "^1.1.0",
|
||||||
|
"buffer": "^5.2.0",
|
||||||
|
"core-js": "^3.4.1",
|
||||||
|
"exif-parser": "^0.1.12",
|
||||||
|
"file-type": "^9.0.0",
|
||||||
|
"load-bmfont": "^1.3.1",
|
||||||
|
"mkdirp": "0.5.1",
|
||||||
|
"phin": "^2.9.1",
|
||||||
|
"pixelmatch": "^4.0.2",
|
||||||
|
"tinycolor2": "^1.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/custom": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fcustom/-/custom-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-2E7yabQMeqjcK8+ZFu3Ja5cWyrB0zv/pmzNSDg/BBPJ59HE0fj/qcERAz6VklcjHUYRUfmE5uODsb+4DE0o/YQ==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/core": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/gif": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fgif/-/gif-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-DshKgMQ8lXorI/xTRyeRkZqZ3JqgnL2aGYAhx0SkAunyHgXji27chmrOGj/6KVDBucrDf/6mSexnSoUDnlWrfA==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1",
|
||||||
|
"omggif": "^1.0.9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/jpeg": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fjpeg/-/jpeg-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-AJzcTJXfN9BHtpzAbICwR3+GoH0pSr6OYXbAS6yuKwz+xVn9UHrEjQb74CIzIRqrT/VWcIKg29cMQxgokzWY7w==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1",
|
||||||
|
"jpeg-js": "^0.3.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-blit": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-blit/-/plugin-blit-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-+UxCsJ3XkRSdpigpTBJ9WkdwUc3OtBlhVZdU6OL6M9ldume5Gj3rTyWvMCqytOK1tZ/+7HmxoWe4IWX31hz9qA==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-blur": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-blur/-/plugin-blur-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-RADcYjZ5vbk5ZrUiK7qv0G4xOpHtu19HWVVX9JTDbm4VByWTxPboVKlgiYLA6l+IxIXNtEqDclsADIM0s9FQhA==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-color": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-color/-/plugin-color-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-gHDA5GVx4/R4fitEACKmWH7hNy0aU48MZWYRxmATvuqY39KidJ0fjwp+brQ3Ivgb35AgFVc2jQYc3U/JXv4RxQ==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1",
|
||||||
|
"tinycolor2": "^1.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-contain": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-contain/-/plugin-contain-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-vdYAtp65LNDT/hMctow5o0a/SbD41/y7Z9AO7MGsfUIK92Woq90SNTWx7JplDl4HSZGrqaBONnfiEhRiYlDrdg==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-cover": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-cover/-/plugin-cover-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-yOwsvakgyS2/C4iZF1a1wg63QKfYvqb2d6k+rgY/0vaAe44JtEx+Gbg+7iOt4EaMm5BDlxRwmcA2Q8Pef8TvAQ==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-crop": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-crop/-/plugin-crop-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-kqMXSyY8hrfo0idr6qY2USOWPrNqpDWs+D6Vwa+kV6SGJhj3rMTIcptQDaamIETSxbjkE8rwUu3K4Q5UD69D7w==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-displace": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-displace/-/plugin-displace-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-0AdwxYRWDmJ2wIRIj2RR3sRmNjMhcy5Kwt9Jbi/RRnzxkRScZAiyzkNZhBul23EM7ClfjrUrZufuUvRMHxZRDw==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-dither": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-dither/-/plugin-dither-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-8OE+Xak9xepiCwSV+oAsb/gupTnttG3aDKxtpSZjwHebnr+k1VG8NgICbMSFATTVJqqZ18oj6LC+5726qHUJ9w==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-flip": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-flip/-/plugin-flip-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-w+lzE1ZF/UOjB8qJdeIm+dLQtOK1obZwGYdCIbgxZxw4SfkkjAftJdY8o8RNOXhHDZqGu+cYQZbMKP1zcoNkyQ==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-gaussian": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-gaussian/-/plugin-gaussian-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-RPrWwzlZsbWC2opSgeyWt30JU9Uwg1+GwBnoNpEMLKeqm0Dv6snASASa4zVtviGWAIq//p3Jrap7g57hKqL0Cg==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-invert": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-invert/-/plugin-invert-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-0lRsh7IPkzyYqExrZDT50h38xdlB/+KrdiDcuxWwWyIlKauLMR0kInjwf8sPeb3elPLeETmze7uwPAxrIAtsGQ==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-mask": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-mask/-/plugin-mask-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-nZ0J62Hly9JtMZctlSDVgnTd8Fg2XGikzAYilSTCjzIRtbXL5Be/qSAZrMfLD3CZ8exTxdlEGRkEJI3RZKXYCw==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-normalize": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-normalize/-/plugin-normalize-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-0IvgTt4R15QJnoCHvvqlK56zOtCsQV7Mkx757kdNah8uyPGjadTcFBuqCaOMK943X36IIv+o7Ix7yvNUJZt4aw==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-print": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-print/-/plugin-print-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-pV6oX5Bhe9O/dbgrotz46Bv6u1M+/n9G0kRUunDjwzXrvON5raBFEJHQDPcTXiqPT25Gc9Ba4/Akfo/Zl6+wgQ==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1",
|
||||||
|
"load-bmfont": "^1.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-resize": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-resize/-/plugin-resize-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-YzqVE8QoDIZpVuI52v+WejwEjEEiJfNFviQfprfm5af7uSSseZgDw1sJ0koqAu+liMSY+Ewp79v2SDrKoJKqtg==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-rotate": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-rotate/-/plugin-rotate-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-kADY2pI3/yMyHbuyvKB4nqPoKf8DPQBU1b4zz2K7SxcwKh1krFf4Fa9mmhhDLoFwuNSy0SPb1JCMUO4BtFCFLA==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugin-scale": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugin-scale/-/plugin-scale-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-vZaiL5Qc+WrgGEfUe4Y0vG+qbT6pe2TW68/mu124E1tKVcZjHKZUeFN0Wr/hP2myN6nqTYj0/sord2OS/04JpA==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/plugins": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fplugins/-/plugins-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-KYCSgFGoZBNC0224X5yUnMHCZnCdUVrsu2Yo67o3XZfUgDjO81J+vdzZ0twpPQ6qLLVAP+nQ8hkRV/QzEUstMw==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/plugin-blit": "^0.9.3",
|
||||||
|
"@jimp/plugin-blur": "^0.9.3",
|
||||||
|
"@jimp/plugin-color": "^0.9.3",
|
||||||
|
"@jimp/plugin-contain": "^0.9.3",
|
||||||
|
"@jimp/plugin-cover": "^0.9.3",
|
||||||
|
"@jimp/plugin-crop": "^0.9.3",
|
||||||
|
"@jimp/plugin-displace": "^0.9.3",
|
||||||
|
"@jimp/plugin-dither": "^0.9.3",
|
||||||
|
"@jimp/plugin-flip": "^0.9.3",
|
||||||
|
"@jimp/plugin-gaussian": "^0.9.3",
|
||||||
|
"@jimp/plugin-invert": "^0.9.3",
|
||||||
|
"@jimp/plugin-mask": "^0.9.3",
|
||||||
|
"@jimp/plugin-normalize": "^0.9.3",
|
||||||
|
"@jimp/plugin-print": "^0.9.3",
|
||||||
|
"@jimp/plugin-resize": "^0.9.3",
|
||||||
|
"@jimp/plugin-rotate": "^0.9.3",
|
||||||
|
"@jimp/plugin-scale": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1",
|
||||||
|
"timm": "^1.6.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/png": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2fpng/-/png-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-LJXUemDTSbTGAGEp9hNQH0uTRSB8gYeE6FsfT3M00oZincu6/WzDzl0P8E95rMjNxZqAihdTyOP3+kcrbbqX+w==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/utils": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1",
|
||||||
|
"pngjs": "^3.3.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/tiff": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2ftiff/-/tiff-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-w9H6dT+GDHN//Srsv27JhRn7R2byzUahOGfFw7KpIn95jg0ogcxjKTo/RAGQC56sr4U092e4Npl7E85Lt934WQ==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"core-js": "^3.4.1",
|
||||||
|
"utif": "^2.0.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/types": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2ftypes/-/types-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-hUJKoT2IhnbO/trxNWzN19n8g+p7aKbM1R+71n4wMZnD41PzrVtz+sBBCdB+JCjBJs/i7fJt4d9z0i3Xe8m7Zw==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/bmp": "^0.9.3",
|
||||||
|
"@jimp/gif": "^0.9.3",
|
||||||
|
"@jimp/jpeg": "^0.9.3",
|
||||||
|
"@jimp/png": "^0.9.3",
|
||||||
|
"@jimp/tiff": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1",
|
||||||
|
"timm": "^1.6.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"@jimp/utils": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/@jimp%2futils/-/utils-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-9D2Of6BcjYONtl77YfmU2y5aRMLe0/O2e2aQvfCxdNwD33jRdwNdN4i3m73dpiClNquApIjL4nYGhTixA4UstA==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"core-js": "^3.4.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"@pushrocks/consolecolor": {
|
"@pushrocks/consolecolor": {
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fconsolecolor/-/consolecolor-2.0.1.tgz",
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fconsolecolor/-/consolecolor-2.0.1.tgz",
|
||||||
@ -464,6 +778,11 @@
|
|||||||
"color-convert": "^1.9.0"
|
"color-convert": "^1.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"any-base": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/any-base/-/any-base-1.1.0.tgz",
|
||||||
|
"integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg=="
|
||||||
|
},
|
||||||
"arg": {
|
"arg": {
|
||||||
"version": "4.1.2",
|
"version": "4.1.2",
|
||||||
"resolved": "https://verdaccio.lossless.one/arg/-/arg-4.1.2.tgz",
|
"resolved": "https://verdaccio.lossless.one/arg/-/arg-4.1.2.tgz",
|
||||||
@ -497,6 +816,16 @@
|
|||||||
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
|
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"base64-js": {
|
||||||
|
"version": "1.3.1",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/base64-js/-/base64-js-1.3.1.tgz",
|
||||||
|
"integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g=="
|
||||||
|
},
|
||||||
|
"bmp-js": {
|
||||||
|
"version": "0.1.0",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/bmp-js/-/bmp-js-0.1.0.tgz",
|
||||||
|
"integrity": "sha1-4Fpj95amwf8l9Hcex62twUjAcjM="
|
||||||
|
},
|
||||||
"brace-expansion": {
|
"brace-expansion": {
|
||||||
"version": "1.1.11",
|
"version": "1.1.11",
|
||||||
"resolved": "https://verdaccio.lossless.one/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
"resolved": "https://verdaccio.lossless.one/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
||||||
@ -507,6 +836,20 @@
|
|||||||
"concat-map": "0.0.1"
|
"concat-map": "0.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"buffer": {
|
||||||
|
"version": "5.4.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/buffer/-/buffer-5.4.3.tgz",
|
||||||
|
"integrity": "sha512-zvj65TkFeIt3i6aj5bIvJDzjjQQGs4o/sNoezg1F1kYap9Nu2jcUdpwzRSJTHMMzG0H7bZkn4rNQpImhuxWX2A==",
|
||||||
|
"requires": {
|
||||||
|
"base64-js": "^1.0.2",
|
||||||
|
"ieee754": "^1.1.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buffer-equal": {
|
||||||
|
"version": "0.0.1",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/buffer-equal/-/buffer-equal-0.0.1.tgz",
|
||||||
|
"integrity": "sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs="
|
||||||
|
},
|
||||||
"buffer-from": {
|
"buffer-from": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://verdaccio.lossless.one/buffer-from/-/buffer-from-1.1.1.tgz",
|
"resolved": "https://verdaccio.lossless.one/buffer-from/-/buffer-from-1.1.1.tgz",
|
||||||
@ -645,6 +988,11 @@
|
|||||||
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
|
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"core-js": {
|
||||||
|
"version": "3.6.4",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/core-js/-/core-js-3.6.4.tgz",
|
||||||
|
"integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
|
||||||
|
},
|
||||||
"cron": {
|
"cron": {
|
||||||
"version": "1.8.2",
|
"version": "1.8.2",
|
||||||
"resolved": "https://verdaccio.lossless.one/cron/-/cron-1.8.2.tgz",
|
"resolved": "https://verdaccio.lossless.one/cron/-/cron-1.8.2.tgz",
|
||||||
@ -718,6 +1066,11 @@
|
|||||||
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"dom-walk": {
|
||||||
|
"version": "0.1.1",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/dom-walk/-/dom-walk-0.1.1.tgz",
|
||||||
|
"integrity": "sha1-ZyIm3HTI95mtNTB9+TaroRrNYBg="
|
||||||
|
},
|
||||||
"end-of-stream": {
|
"end-of-stream": {
|
||||||
"version": "1.4.4",
|
"version": "1.4.4",
|
||||||
"resolved": "https://verdaccio.lossless.one/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
"resolved": "https://verdaccio.lossless.one/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
||||||
@ -760,6 +1113,11 @@
|
|||||||
"strip-eof": "^1.0.0"
|
"strip-eof": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"exif-parser": {
|
||||||
|
"version": "0.1.12",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/exif-parser/-/exif-parser-0.1.12.tgz",
|
||||||
|
"integrity": "sha1-WKnS1ywCwfbwKg70qRZicrd2CSI="
|
||||||
|
},
|
||||||
"fast-json-stable-stringify": {
|
"fast-json-stable-stringify": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"resolved": "https://verdaccio.lossless.one/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
||||||
@ -775,6 +1133,11 @@
|
|||||||
"escape-string-regexp": "^1.0.5"
|
"escape-string-regexp": "^1.0.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"file-type": {
|
||||||
|
"version": "9.0.0",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/file-type/-/file-type-9.0.0.tgz",
|
||||||
|
"integrity": "sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw=="
|
||||||
|
},
|
||||||
"find-up": {
|
"find-up": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://verdaccio.lossless.one/find-up/-/find-up-3.0.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/find-up/-/find-up-3.0.0.tgz",
|
||||||
@ -847,6 +1210,15 @@
|
|||||||
"path-is-absolute": "^1.0.0"
|
"path-is-absolute": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"global": {
|
||||||
|
"version": "4.3.2",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/global/-/global-4.3.2.tgz",
|
||||||
|
"integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=",
|
||||||
|
"requires": {
|
||||||
|
"min-document": "^2.19.0",
|
||||||
|
"process": "~0.5.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"graceful-fs": {
|
"graceful-fs": {
|
||||||
"version": "4.2.3",
|
"version": "4.2.3",
|
||||||
"resolved": "https://verdaccio.lossless.one/graceful-fs/-/graceful-fs-4.2.3.tgz",
|
"resolved": "https://verdaccio.lossless.one/graceful-fs/-/graceful-fs-4.2.3.tgz",
|
||||||
@ -868,6 +1240,11 @@
|
|||||||
"ms": "^2.0.0"
|
"ms": "^2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ieee754": {
|
||||||
|
"version": "1.1.13",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/ieee754/-/ieee754-1.1.13.tgz",
|
||||||
|
"integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg=="
|
||||||
|
},
|
||||||
"inflight": {
|
"inflight": {
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
"resolved": "https://verdaccio.lossless.one/inflight/-/inflight-1.0.6.tgz",
|
"resolved": "https://verdaccio.lossless.one/inflight/-/inflight-1.0.6.tgz",
|
||||||
@ -896,6 +1273,11 @@
|
|||||||
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
|
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"is-function": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/is-function/-/is-function-1.0.1.tgz",
|
||||||
|
"integrity": "sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU="
|
||||||
|
},
|
||||||
"is-promise": {
|
"is-promise": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"resolved": "https://verdaccio.lossless.one/is-promise/-/is-promise-2.1.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/is-promise/-/is-promise-2.1.0.tgz",
|
||||||
@ -914,6 +1296,24 @@
|
|||||||
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
|
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"jimp": {
|
||||||
|
"version": "0.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/jimp/-/jimp-0.9.3.tgz",
|
||||||
|
"integrity": "sha512-dIxvT1OMRkd3+B18XUhJ5WZ2Dw7Hp8mvjaTqfi945zZ7fga6LT22h3NLYDorHHAiy9z30KjfNnOgpBoxrdjDZg==",
|
||||||
|
"requires": {
|
||||||
|
"@babel/runtime": "^7.7.2",
|
||||||
|
"@jimp/custom": "^0.9.3",
|
||||||
|
"@jimp/plugins": "^0.9.3",
|
||||||
|
"@jimp/types": "^0.9.3",
|
||||||
|
"core-js": "^3.4.1",
|
||||||
|
"regenerator-runtime": "^0.13.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"jpeg-js": {
|
||||||
|
"version": "0.3.6",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/jpeg-js/-/jpeg-js-0.3.6.tgz",
|
||||||
|
"integrity": "sha512-MUj2XlMB8kpe+8DJUGH/3UJm4XpI8XEgZQ+CiHDeyrGoKPdW/8FJv6ku+3UiYm5Fz3CWaL+iXmD8Q4Ap6aC1Jw=="
|
||||||
|
},
|
||||||
"js-tokens": {
|
"js-tokens": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://verdaccio.lossless.one/js-tokens/-/js-tokens-4.0.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/js-tokens/-/js-tokens-4.0.0.tgz",
|
||||||
@ -948,6 +1348,21 @@
|
|||||||
"invert-kv": "^2.0.0"
|
"invert-kv": "^2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"load-bmfont": {
|
||||||
|
"version": "1.4.0",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/load-bmfont/-/load-bmfont-1.4.0.tgz",
|
||||||
|
"integrity": "sha512-kT63aTAlNhZARowaNYcY29Fn/QYkc52M3l6V1ifRcPewg2lvUZDAj7R6dXjOL9D0sict76op3T5+odumDSF81g==",
|
||||||
|
"requires": {
|
||||||
|
"buffer-equal": "0.0.1",
|
||||||
|
"mime": "^1.3.4",
|
||||||
|
"parse-bmfont-ascii": "^1.0.3",
|
||||||
|
"parse-bmfont-binary": "^1.0.5",
|
||||||
|
"parse-bmfont-xml": "^1.1.4",
|
||||||
|
"phin": "^2.9.1",
|
||||||
|
"xhr": "^2.0.1",
|
||||||
|
"xtend": "^4.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"locate-path": {
|
"locate-path": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://verdaccio.lossless.one/locate-path/-/locate-path-3.0.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/locate-path/-/locate-path-3.0.0.tgz",
|
||||||
@ -1005,6 +1420,11 @@
|
|||||||
"p-is-promise": "^2.0.0"
|
"p-is-promise": "^2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mime": {
|
||||||
|
"version": "1.6.0",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/mime/-/mime-1.6.0.tgz",
|
||||||
|
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
|
||||||
|
},
|
||||||
"mime-db": {
|
"mime-db": {
|
||||||
"version": "1.43.0",
|
"version": "1.43.0",
|
||||||
"resolved": "https://verdaccio.lossless.one/mime-db/-/mime-db-1.43.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/mime-db/-/mime-db-1.43.0.tgz",
|
||||||
@ -1026,6 +1446,14 @@
|
|||||||
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"min-document": {
|
||||||
|
"version": "2.19.0",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/min-document/-/min-document-2.19.0.tgz",
|
||||||
|
"integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=",
|
||||||
|
"requires": {
|
||||||
|
"dom-walk": "^0.1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"minimatch": {
|
"minimatch": {
|
||||||
"version": "3.0.4",
|
"version": "3.0.4",
|
||||||
"resolved": "https://verdaccio.lossless.one/minimatch/-/minimatch-3.0.4.tgz",
|
"resolved": "https://verdaccio.lossless.one/minimatch/-/minimatch-3.0.4.tgz",
|
||||||
@ -1038,14 +1466,12 @@
|
|||||||
"minimist": {
|
"minimist": {
|
||||||
"version": "0.0.8",
|
"version": "0.0.8",
|
||||||
"resolved": "https://verdaccio.lossless.one/minimist/-/minimist-0.0.8.tgz",
|
"resolved": "https://verdaccio.lossless.one/minimist/-/minimist-0.0.8.tgz",
|
||||||
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
|
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"mkdirp": {
|
"mkdirp": {
|
||||||
"version": "0.5.1",
|
"version": "0.5.1",
|
||||||
"resolved": "https://verdaccio.lossless.one/mkdirp/-/mkdirp-0.5.1.tgz",
|
"resolved": "https://verdaccio.lossless.one/mkdirp/-/mkdirp-0.5.1.tgz",
|
||||||
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
|
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
"requires": {
|
||||||
"minimist": "0.0.8"
|
"minimist": "0.0.8"
|
||||||
}
|
}
|
||||||
@ -1092,6 +1518,11 @@
|
|||||||
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
|
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"omggif": {
|
||||||
|
"version": "1.0.10",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/omggif/-/omggif-1.0.10.tgz",
|
||||||
|
"integrity": "sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw=="
|
||||||
|
},
|
||||||
"once": {
|
"once": {
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
"resolved": "https://verdaccio.lossless.one/once/-/once-1.4.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/once/-/once-1.4.0.tgz",
|
||||||
@ -1202,6 +1633,35 @@
|
|||||||
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
|
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"pako": {
|
||||||
|
"version": "1.0.11",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/pako/-/pako-1.0.11.tgz",
|
||||||
|
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
|
||||||
|
},
|
||||||
|
"parse-bmfont-ascii": {
|
||||||
|
"version": "1.0.6",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz",
|
||||||
|
"integrity": "sha1-Eaw8P/WPfCAgqyJ2kHkQjU36AoU="
|
||||||
|
},
|
||||||
|
"parse-bmfont-binary": {
|
||||||
|
"version": "1.0.6",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz",
|
||||||
|
"integrity": "sha1-0Di0dtPp3Z2x4RoLDlOiJ5K2kAY="
|
||||||
|
},
|
||||||
|
"parse-bmfont-xml": {
|
||||||
|
"version": "1.1.4",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz",
|
||||||
|
"integrity": "sha512-bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ==",
|
||||||
|
"requires": {
|
||||||
|
"xml-parse-from-string": "^1.0.0",
|
||||||
|
"xml2js": "^0.4.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"parse-headers": {
|
||||||
|
"version": "2.0.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/parse-headers/-/parse-headers-2.0.3.tgz",
|
||||||
|
"integrity": "sha512-QhhZ+DCCit2Coi2vmAKbq5RGTRcQUOE2+REgv8vdyu7MnYx2eZztegqtTx99TZ86GTIwqiy3+4nQTWZ2tgmdCA=="
|
||||||
|
},
|
||||||
"path-exists": {
|
"path-exists": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://verdaccio.lossless.one/path-exists/-/path-exists-3.0.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/path-exists/-/path-exists-3.0.0.tgz",
|
||||||
@ -1232,6 +1692,29 @@
|
|||||||
"integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=",
|
"integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"phin": {
|
||||||
|
"version": "2.9.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/phin/-/phin-2.9.3.tgz",
|
||||||
|
"integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA=="
|
||||||
|
},
|
||||||
|
"pixelmatch": {
|
||||||
|
"version": "4.0.2",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/pixelmatch/-/pixelmatch-4.0.2.tgz",
|
||||||
|
"integrity": "sha1-j0fc7FARtHe2fbA8JDvB8wheiFQ=",
|
||||||
|
"requires": {
|
||||||
|
"pngjs": "^3.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pngjs": {
|
||||||
|
"version": "3.4.0",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/pngjs/-/pngjs-3.4.0.tgz",
|
||||||
|
"integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w=="
|
||||||
|
},
|
||||||
|
"process": {
|
||||||
|
"version": "0.5.2",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/process/-/process-0.5.2.tgz",
|
||||||
|
"integrity": "sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8="
|
||||||
|
},
|
||||||
"pump": {
|
"pump": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://verdaccio.lossless.one/pump/-/pump-3.0.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/pump/-/pump-3.0.0.tgz",
|
||||||
@ -1253,6 +1736,11 @@
|
|||||||
"util-deprecate": "^1.0.1"
|
"util-deprecate": "^1.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"regenerator-runtime": {
|
||||||
|
"version": "0.13.3",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz",
|
||||||
|
"integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw=="
|
||||||
|
},
|
||||||
"require-directory": {
|
"require-directory": {
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
"resolved": "https://verdaccio.lossless.one/require-directory/-/require-directory-2.1.1.tgz",
|
"resolved": "https://verdaccio.lossless.one/require-directory/-/require-directory-2.1.1.tgz",
|
||||||
@ -1299,6 +1787,11 @@
|
|||||||
"integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==",
|
"integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"sax": {
|
||||||
|
"version": "1.2.4",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/sax/-/sax-1.2.4.tgz",
|
||||||
|
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
|
||||||
|
},
|
||||||
"semver": {
|
"semver": {
|
||||||
"version": "5.7.1",
|
"version": "5.7.1",
|
||||||
"resolved": "https://verdaccio.lossless.one/semver/-/semver-5.7.1.tgz",
|
"resolved": "https://verdaccio.lossless.one/semver/-/semver-5.7.1.tgz",
|
||||||
@ -1426,6 +1919,16 @@
|
|||||||
"readable-stream": "2 || 3"
|
"readable-stream": "2 || 3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"timm": {
|
||||||
|
"version": "1.6.2",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/timm/-/timm-1.6.2.tgz",
|
||||||
|
"integrity": "sha512-IH3DYDL1wMUwmIlVmMrmesw5lZD6N+ZOAFWEyLrtpoL9Bcrs9u7M/vyOnHzDD2SMs4irLkVjqxZbHrXStS/Nmw=="
|
||||||
|
},
|
||||||
|
"tinycolor2": {
|
||||||
|
"version": "1.4.1",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/tinycolor2/-/tinycolor2-1.4.1.tgz",
|
||||||
|
"integrity": "sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g="
|
||||||
|
},
|
||||||
"ts-node": {
|
"ts-node": {
|
||||||
"version": "8.6.2",
|
"version": "8.6.2",
|
||||||
"resolved": "https://verdaccio.lossless.one/ts-node/-/ts-node-8.6.2.tgz",
|
"resolved": "https://verdaccio.lossless.one/ts-node/-/ts-node-8.6.2.tgz",
|
||||||
@ -1499,6 +2002,14 @@
|
|||||||
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"utif": {
|
||||||
|
"version": "2.0.1",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/utif/-/utif-2.0.1.tgz",
|
||||||
|
"integrity": "sha512-Z/S1fNKCicQTf375lIP9G8Sa1H/phcysstNrrSdZKj1f9g58J4NMgb5IgiEZN9/nLMPDwF0W7hdOe9Qq2IYoLg==",
|
||||||
|
"requires": {
|
||||||
|
"pako": "^1.0.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"util-deprecate": {
|
"util-deprecate": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"resolved": "https://verdaccio.lossless.one/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
"resolved": "https://verdaccio.lossless.one/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
||||||
@ -1582,6 +2093,41 @@
|
|||||||
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
|
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"xhr": {
|
||||||
|
"version": "2.5.0",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/xhr/-/xhr-2.5.0.tgz",
|
||||||
|
"integrity": "sha512-4nlO/14t3BNUZRXIXfXe+3N6w3s1KoxcJUUURctd64BLRe67E4gRwp4PjywtDY72fXpZ1y6Ch0VZQRY/gMPzzQ==",
|
||||||
|
"requires": {
|
||||||
|
"global": "~4.3.0",
|
||||||
|
"is-function": "^1.0.1",
|
||||||
|
"parse-headers": "^2.0.0",
|
||||||
|
"xtend": "^4.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"xml-parse-from-string": {
|
||||||
|
"version": "1.0.1",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz",
|
||||||
|
"integrity": "sha1-qQKekp09vN7RafPG4oI42VpdWig="
|
||||||
|
},
|
||||||
|
"xml2js": {
|
||||||
|
"version": "0.4.23",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/xml2js/-/xml2js-0.4.23.tgz",
|
||||||
|
"integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
|
||||||
|
"requires": {
|
||||||
|
"sax": ">=0.6.0",
|
||||||
|
"xmlbuilder": "~11.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"xmlbuilder": {
|
||||||
|
"version": "11.0.1",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|
||||||
|
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA=="
|
||||||
|
},
|
||||||
|
"xtend": {
|
||||||
|
"version": "4.0.2",
|
||||||
|
"resolved": "https://verdaccio.lossless.one/xtend/-/xtend-4.0.2.tgz",
|
||||||
|
"integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
|
||||||
|
},
|
||||||
"y18n": {
|
"y18n": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://verdaccio.lossless.one/y18n/-/y18n-4.0.0.tgz",
|
"resolved": "https://verdaccio.lossless.one/y18n/-/y18n-4.0.0.tgz",
|
||||||
|
15
package.json
15
package.json
@ -20,5 +20,18 @@
|
|||||||
"tslint": "^5.11.0",
|
"tslint": "^5.11.0",
|
||||||
"tslint-config-prettier": "^1.15.0"
|
"tslint-config-prettier": "^1.15.0"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {
|
||||||
|
"jimp": "^0.9.3"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"ts/**/*",
|
||||||
|
"ts_web/**/*",
|
||||||
|
"dist/**/*",
|
||||||
|
"dist_web/**/*",
|
||||||
|
"dist_ts_web/**/*",
|
||||||
|
"assets/**/*",
|
||||||
|
"cli.js",
|
||||||
|
"npmextra.json",
|
||||||
|
"readme.md"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# @pushrocks/smartjimp
|
# @pushrocks/smartjimp
|
||||||
a tool for working with images in TypeScript
|
a tool fr working with images in TypeScript
|
||||||
|
|
||||||
## Availabililty and Links
|
## Availabililty and Links
|
||||||
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartjimp)
|
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartjimp)
|
||||||
@ -17,7 +17,13 @@ a tool for working with images in TypeScript
|
|||||||
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-prettier-ff69b4.svg)](https://prettier.io/)
|
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-prettier-ff69b4.svg)](https://prettier.io/)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Use TypeScript for best in class intellisense
|
Use TypeScript for best in class intellisense
|
||||||
|
|
||||||
|
## Contribution
|
||||||
|
|
||||||
|
We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can [contribute one time](https://lossless.link/contribute-onetime) or [contribute monthly](https://lossless.link/contribute). :)
|
||||||
|
|
||||||
For further information read the linked docs at the top of this readme.
|
For further information read the linked docs at the top of this readme.
|
||||||
|
|
||||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||||
|
11
test/test.ts
11
test/test.ts
@ -1,8 +1,11 @@
|
|||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@pushrocks/tapbundle';
|
||||||
import * as smartjimp from '../ts/index'
|
import * as smartjimp from '../ts/index';
|
||||||
|
|
||||||
|
let testSmartJimp: smartjimp.SmartJimp;
|
||||||
|
|
||||||
tap.test('first test', async () => {
|
tap.test('first test', async () => {
|
||||||
console.log(smartjimp.standardExport)
|
testSmartJimp = new smartjimp.SmartJimp();
|
||||||
})
|
expect(testSmartJimp).to.be.instanceOf(smartjimp.SmartJimp);
|
||||||
|
});
|
||||||
|
|
||||||
tap.start()
|
tap.start();
|
||||||
|
@ -1,3 +1 @@
|
|||||||
import * as plugins from './smartjimp.plugins';
|
export * from './smartjimp.classes.smartjimp';
|
||||||
|
|
||||||
export let standardExport = 'Hi there! :) This is an exported string';
|
|
||||||
|
5
ts/smartjimp.classes.smartjimp.ts
Normal file
5
ts/smartjimp.classes.smartjimp.ts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import * as plugins from './smartjimp.plugins';
|
||||||
|
|
||||||
|
export class SmartJimp {
|
||||||
|
|
||||||
|
}
|
@ -1,4 +1,6 @@
|
|||||||
const removeme = {};
|
// third party scope
|
||||||
|
import jimp from 'jimp';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
removeme
|
jimp
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user