omnius 1.0.323 → 1.0.325
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +977 -123
- package/npm-shrinkwrap.json +8 -8
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.325",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.325",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -5239,9 +5239,9 @@
|
|
|
5239
5239
|
"license": "Apache-2.0 OR MIT"
|
|
5240
5240
|
},
|
|
5241
5241
|
"node_modules/nanoid": {
|
|
5242
|
-
"version": "5.1.
|
|
5243
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.
|
|
5244
|
-
"integrity": "sha512-
|
|
5242
|
+
"version": "5.1.15",
|
|
5243
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.15.tgz",
|
|
5244
|
+
"integrity": "sha512-kBg3RpGtIe+RpTbyXwoI6pk5yD7KUiI3sygUqgeBMRst42KmhB4RZC7eiO9Wa1HIpaCCtpE2DJ6OI4Wi5ebwFw==",
|
|
5245
5245
|
"funding": [
|
|
5246
5246
|
{
|
|
5247
5247
|
"type": "github",
|
|
@@ -6484,9 +6484,9 @@
|
|
|
6484
6484
|
"license": "MIT"
|
|
6485
6485
|
},
|
|
6486
6486
|
"node_modules/semver": {
|
|
6487
|
-
"version": "7.8.
|
|
6488
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
6489
|
-
"integrity": "sha512-
|
|
6487
|
+
"version": "7.8.5",
|
|
6488
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
6489
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
6490
6490
|
"license": "ISC",
|
|
6491
6491
|
"bin": {
|
|
6492
6492
|
"semver": "bin/semver.js"
|
package/package.json
CHANGED