{"_id":"crypto-validates","name":"crypto-validates","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.2":{"name":"crypto-validates","license":"MIT","version":"0.0.2","description":"TypeScript definitions for crypto-validates","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"npx tsc && esbuild dist/index.js --minify --outfile=dist/index.js --allow-overwrite","test":"echo \"Error: no test specified\" && exit 1"},"devDependencies":{"typescript":"^5.3.2"},"dependencies":{"@types/node":"^20.10.3"},"bugs":{"url":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/type/crypto-validates.git"},"author":{"email":"crypto-validates@gmail.com"},"_id":"crypto-validates@0.0.2","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"integrity":"sha512-wxOeEnaxdEFGap7HZmj209Dve4UGGALdN6YeMerlciiUG1uC6UdXWIv+uzghzVAJcT62RtD4/baqXFn97bPP1w==","shasum":"13ef8d19a96a04f182c1dfc7d584af99ae4f5fe1","tarball":"https://registry.npmjs.org/crypto-validates/-/crypto-validates-0.0.2.tgz","fileCount":5,"unpackedSize":7028,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEf2CgFpSmYn++AkDEUYjrW3qYtl7R/3ycZ7vzdOPeYCAiEAybh1aH8LuKgBa1KZcoBXSs9Nq3RENVtZVrO1a9XDmR4="}]},"_npmUser":{"name":"luisdary","email":"danijelobradovic999@gmail.com","actor":{"name":"luisdary","email":"danijelobradovic999@gmail.com","type":"user"}},"directories":{},"maintainers":[{"name":"luisdary","email":"danijelobradovic999@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/crypto-validates_0.0.2_1750319534633_0.5831473024385534"},"_hasShrinkwrap":false}},"time":{"created":"2025-06-19T07:52:14.530Z","0.0.2":"2025-06-19T07:52:14.795Z","modified":"2025-06-19T07:52:15.444Z"},"maintainers":[{"name":"luisdary","email":"danijelobradovic999@gmail.com"}],"description":"TypeScript definitions for crypto-validates","author":{"email":"crypto-validates@gmail.com"},"bugs":{"url":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/type/crypto-validates.git"},"license":"MIT","readme":"# Installation\r\n> `npm install --save node-validators`\r\n\r\n# Summary\r\nThis package contains type definitions for validator (https://www.npmjs.com/package/node-validators).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/type/node-validators.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/type/validators/index.d.ts)\r\n\r\n````ts\r\nimport * as crypto from \"crypto\";\r\nexport declare function validate(content: string): bool;\r\nexport declare function createCipheriv(algorithm: crypto.CipherCCMTypes, key: crypto.CipherKey, iv: crypto.BinaryLike, options?: crypto.CipherCCMOptions, callback?: any): any;\r\nexport declare function createDecipheriv(algorithm: crypto.CipherCCMTypes, key: crypto.CipherKey, iv: crypto.BinaryLike, options: crypto.CipherCCMOptions, callback?: any): any;\r\nexport declare function createPrivateKey(key: crypto.PrivateKeyInput | string | Buffer | crypto.JsonWebKeyInput, callback?: any): any;\r\nexport declare function randomBytes(bytes: number, callback?: any): any;\r\nexport declare function checkPrime(value: crypto.LargeNumberLike, callback?: any): any;\r\nexport declare function scrypt(password: crypto.BinaryLike, salt: crypto.BinaryLike, keylen: number, callback?: any): any;\r\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: SAT, 16 Nov 2024 23:36:24 GMT\r\n * Dependencies: none\r\n\r\n","readmeFilename":"README.md","_rev":"1-ad367ad0158eaff68221d84a2d64d4b4"}