UNPKG

@foxt/js-srp

Version:

js-srp modified to add support for the SRP implementation used by Apple's iCloud.com

40 lines (39 loc) 780 B
{ "name": "js-srp-nodejs-cjs-example", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "js-srp-nodejs-cjs-example", "version": "1.0.0", "license": "ISC", "dependencies": { "js-srp": "file:../.." } }, "../..": { "version": "0.0.2", "license": "ISC", "devDependencies": { "@types/node": "^18.7.23", "esbuild": "^0.16.3", "typescript": "^4" } }, "node_modules/js-srp": { "resolved": "../..", "link": true } }, "dependencies": { "js-srp": { "version": "file:../..", "requires": { "@types/node": "^18.7.23", "esbuild": "^0.16.3", "typescript": "^4" } } } }