{
	"name": "browserify-cipher",
	"versions": {
		"1.0.0": {
			"name": "browserify-cipher",
			"version": "1.0.0",
			"description": "ciphers for the browser",
			"main": "index.js",
			"dependencies": {
				"browserify-aes": "^1.0.4",
				"browserify-des": "^1.0.0",
				"evp_bytestokey": "^1.0.0"
			},
			"browser": "browser.js",
			"devDependencies": {
				"standard": "^5.3.1",
				"tap-spec": "^4.1.0",
				"tape": "^4.2.0"
			},
			"scripts": {
				"test": "standard && node test.js | tspec"
			},
			"author": {
				"name": "Calvin Metcalf",
				"email": "calvin.metcalf@gmail.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/crypto-browserify/browserify-cipher.git"
			},
			"gitHead": "a293143d06e1aa03aee035521c3379e9402c3074",
			"bugs": {
				"url": "https://github.com/crypto-browserify/browserify-cipher/issues"
			},
			"homepage": "https://github.com/crypto-browserify/browserify-cipher#readme",
			"_id": "browserify-cipher@1.0.0",
			"_shasum": "9988244874bf5ed4e28da95666dcd66ac8fc363a",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.1",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"dist": {
				"shasum": "9988244874bf5ed4e28da95666dcd66ac8fc363a",
				"tarball": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "browserify-cipher",
			"version": "1.0.1",
			"description": "ciphers for the browser",
			"main": "index.js",
			"dependencies": {
				"browserify-aes": "^1.0.4",
				"browserify-des": "^1.0.0",
				"evp_bytestokey": "^1.0.0"
			},
			"browser": "browser.js",
			"devDependencies": {
				"standard": "^10.0.2",
				"tap-spec": "^4.1.0",
				"tape": "^4.2.0"
			},
			"scripts": {
				"test": "standard && node test.js | tspec"
			},
			"author": {
				"name": "Calvin Metcalf",
				"email": "calvin.metcalf@gmail.com"
			},
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+ssh://git@github.com/crypto-browserify/browserify-cipher.git"
			},
			"gitHead": "79b8cb5b5c78ff328a4e537cfe8374f1daa5cd8b",
			"bugs": {
				"url": "https://github.com/crypto-browserify/browserify-cipher/issues"
			},
			"homepage": "https://github.com/crypto-browserify/browserify-cipher#readme",
			"_id": "browserify-cipher@1.0.1",
			"_npmVersion": "5.8.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "cwmma",
				"email": "calvin.metcalf@gmail.com"
			},
			"dist": {
				"integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
				"shasum": "8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0",
				"tarball": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
				"fileCount": 7,
				"unpackedSize": 6445
			},
			"maintainers": [
				{
					"name": "cwmma",
					"email": "calvin.metcalf@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/browserify-cipher_1.0.1_1523448336743_0.22997879907065655"
			},
			"contributors": []
		}
	},
	"time": {
		"modified": "2018-04-11T12:05:38.042Z",
		"created": "2015-09-27T18:37:38.639Z",
		"1.0.0": "2015-09-27T18:37:38.639Z",
		"1.0.1": "2018-04-11T12:05:37.638Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"f91fad1845ec39d565e7703ba7038e49\"",
			"fetched": 1602009463155
		}
	},
	"_distfiles": {
		"browserify-cipher-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz",
			"sha": "9988244874bf5ed4e28da95666dcd66ac8fc363a",
			"registry": "npmjs"
		},
		"browserify-cipher-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
			"sha": "8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"browserify-cipher-1.0.1.tgz": {
			"shasum": "8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0"
		}
	},
	"_rev": "18-ea794bfab391339e",
	"_id": "browserify-cipher",
	"readme": "browserify-cipher\n===\n\n[![Build Status](https://travis-ci.org/crypto-browserify/browserify-cipher.svg)](https://travis-ci.org/crypto-browserify/browserify-cipher)\n\nProvides createCipher, createDecipher, createCipheriv, createDecipheriv and\ngetCiphers for the browserify.  Includes AES and DES ciphers."
}