diff options
author | Minteck <contact@minteck.org> | 2022-06-14 10:56:15 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-14 10:56:15 +0200 |
commit | ecb92e72778bb12b8875145650610617624c6530 (patch) | |
tree | 5774dd68fad42653cc4abe7d88e586ba5c4c39a3 /node_modules/.package-lock.json | |
download | elac-ecb92e72778bb12b8875145650610617624c6530.tar.gz elac-ecb92e72778bb12b8875145650610617624c6530.tar.bz2 elac-ecb92e72778bb12b8875145650610617624c6530.zip |
Initial commit
Diffstat (limited to 'node_modules/.package-lock.json')
-rw-r--r-- | node_modules/.package-lock.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json new file mode 100644 index 0000000..5764482 --- /dev/null +++ b/node_modules/.package-lock.json @@ -0,0 +1,16 @@ +{ + "name": "Eqmc", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + } + } +} |