UNPKG

layaair2-cmd

Version:

layaair version 2 toolkit

101 lines (100 loc) 3.47 kB
{ "_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" }, "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\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": "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\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": "cipher-base\n===\n\n[![Build Status](https://travis-ci.org/crypto-browserify/cipher-base.svg)](https://travis-ci.org/crypto-browserify/cipher-base)\n\nAbstract base class to inherit from if you want to create streams implementing\nthe same api as node crypto streams.\n\nRequires you to implement 2 methods `_final` and `_update`. `_update` takes a\nbuffer and should return a buffer, `_final` takes no arguments and should return\na buffer.\n\n\nThe constructor takes one argument and that is a string which if present switches\nit into hash mode, i.e. the object you get from crypto.createHash or\ncrypto.createSign, this switches the name of the final method to be the string\nyou passed instead of `final` and returns `this` from update.\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/crypto-browserify/cipher-base.git" }, "scripts": { "test": "node test.js | tspec" }, "version": "1.0.4" }