You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.7 KiB
75 lines
2.7 KiB
{ |
|
"name": "workflowTester", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"dependencies": { |
|
"bcrypt": "^6.0.0", |
|
"crypto": "^1.0.1", |
|
"lodash": "^4.17.21", |
|
"uuid": "^11.1.0" |
|
} |
|
}, |
|
"node_modules/bcrypt": { |
|
"version": "6.0.0", |
|
"resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-6.0.0.tgz", |
|
"integrity": "sha512-cU8v/EGSrnH+HnxV2z0J7/blxH8gq7Xh2JFT6Aroax7UohdmiJJlxApMxtKfuI7z68NvvVcmR78k2LbT6efhRg==", |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"dependencies": { |
|
"node-addon-api": "^8.3.0", |
|
"node-gyp-build": "^4.8.4" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/crypto": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", |
|
"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==", |
|
"deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.", |
|
"license": "ISC" |
|
}, |
|
"node_modules/lodash": { |
|
"version": "4.17.21", |
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", |
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/node-addon-api": { |
|
"version": "8.3.1", |
|
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.3.1.tgz", |
|
"integrity": "sha512-lytcDEdxKjGJPTLEfW4mYMigRezMlyJY8W4wxJK8zE533Jlb8L8dRuObJFWg2P+AuOIxoCgKF+2Oq4d4Zd0OUA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": "^18 || ^20 || >= 21" |
|
} |
|
}, |
|
"node_modules/node-gyp-build": { |
|
"version": "4.8.4", |
|
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz", |
|
"integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==", |
|
"license": "MIT", |
|
"bin": { |
|
"node-gyp-build": "bin.js", |
|
"node-gyp-build-optional": "optional.js", |
|
"node-gyp-build-test": "build-test.js" |
|
} |
|
}, |
|
"node_modules/uuid": { |
|
"version": "11.1.0", |
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", |
|
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", |
|
"funding": [ |
|
"https://github.com/sponsors/broofa", |
|
"https://github.com/sponsors/ctavan" |
|
], |
|
"license": "MIT", |
|
"bin": { |
|
"uuid": "dist/esm/bin/uuid" |
|
} |
|
} |
|
} |
|
}
|
|
|