Sha256: bf58724c8231c2d0d248f2f16b0030bbf85c540f63d06ab9c23b0ce5f6ad388a
Contents?: true
Size: 1.5 KB
Versions: 62
Compression:
Stored size: 1.5 KB
Contents
{ "name": "pbkdf2-compat", "version": "2.0.1", "description": "Provides the functionality of PBKDF2 with the ability to use any natively supported Node crypto hashing algorithm.", "main": "index.js", "directories": { "test": "test" }, "devDependencies": { "mocha": "^1.21.4", "istanbul": "^0.3.2" }, "scripts": { "coverage": "istanbul cover mocha -- test/*.js", "test": "istanbul test mocha -- --reporter list test/*.js" }, "repository": { "type": "git", "url": "https://github.com/dcousens/pbkdf2-compat.git" }, "keywords": [ "pbkdf2", "kdf", "salt", "hash" ], "author": { "name": "Daniel Cousens" }, "license": "MIT", "bugs": { "url": "https://github.com/dcousens/pbkdf2-compat/issues" }, "homepage": "https://github.com/dcousens/pbkdf2-compat", "gitHead": "d0d90f8acae63d0f069c03c0350935f2ddc14094", "_id": "pbkdf2-compat@2.0.1", "_shasum": "b6e0c8fa99494d94e0511575802a59a5c142f288", "_from": "pbkdf2-compat@2.0.1", "_npmVersion": "2.0.2", "_nodeVersion": "0.10.32", "_npmUser": { "name": "dcousens", "email": "email@dcousens.com" }, "maintainers": [ { "name": "dcousens", "email": "email@dcousens.com" } ], "dist": { "shasum": "b6e0c8fa99494d94e0511575802a59a5c142f288", "tarball": "http://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz" }, "_resolved": "https://registry.npmjs.org/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz", "readme": "ERROR: No README data found!" }
Version data entries
62 entries across 62 versions & 1 rubygems