123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- {
- "raw": "cipher-base@^1.0.0",
- "scope": null,
- "escapedName": "cipher-base",
- "name": "cipher-base",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/browserify-aes"
- ]
- ],
- "_from": "cipher-base@>=1.0.0 <2.0.0",
- "_id": "cipher-base@1.0.4",
- "_inCache": true,
- "_location": "/cipher-base",
- "_nodeVersion": "8.1.1",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/cipher-base-1.0.4.tgz_1499455256804_0.9936195954214782"
- },
- "_npmUser": {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
- },
- "_npmVersion": "5.1.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "cipher-base@^1.0.0",
- "scope": null,
- "escapedName": "cipher-base",
- "name": "cipher-base",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/browserify-aes",
- "/browserify-des",
- "/create-hash",
- "/create-hmac"
- ],
- "_resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
- "_shasum": "8760e4ecc272f4c363532f926d874aae2c1397de",
- "_shrinkwrap": null,
- "_spec": "cipher-base@^1.0.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/browserify-aes",
- "author": {
- "name": "Calvin Metcalf",
- "email": "calvin.metcalf@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/crypto-browserify/cipher-base/issues"
- },
- "dependencies": {
- "inherits": "^2.0.1",
- "safe-buffer": "^5.0.1"
- },
- "description": "abstract base class for crypto-streams",
- "devDependencies": {
- "standard": "^10.0.2",
- "tap-spec": "^4.1.0",
- "tape": "^4.2.0"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
- "shasum": "8760e4ecc272f4c363532f926d874aae2c1397de",
- "tarball": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz"
- },
- "gitHead": "bc18dc847050c34f11f7a0472ff13a76b53fedc6",
- "homepage": "https://github.com/crypto-browserify/cipher-base#readme",
- "keywords": [
- "cipher",
- "stream"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
- }
- ],
- "name": "cipher-base",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/crypto-browserify/cipher-base.git"
- },
- "scripts": {
- "test": "node test.js | tspec"
- },
- "version": "1.0.4"
- }
|