UNPKG

layaair2-cmd

Version:

layaair version 2 toolkit

128 lines (127 loc) 4.41 kB
{ "_args": [ [ { "raw": "create-hmac@^1.1.0", "scope": null, "escapedName": "create-hmac", "name": "create-hmac", "rawSpec": "^1.1.0", "spec": ">=1.1.0 <2.0.0", "type": "range" }, "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\crypto-browserify" ] ], "_from": "create-hmac@^1.1.0", "_hasShrinkwrap": false, "_id": "create-hmac@1.1.7", "_location": "/create-hmac", "_nodeVersion": "8.11.1", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/create-hmac_1.1.7_1523449880084_0.9803481561229792" }, "_npmUser": { "name": "cwmma", "email": "calvin.metcalf@gmail.com" }, "_npmVersion": "5.8.0", "_phantomChildren": {}, "_requested": { "raw": "create-hmac@^1.1.0", "scope": null, "escapedName": "create-hmac", "name": "create-hmac", "rawSpec": "^1.1.0", "spec": ">=1.1.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/browserify-sign", "/crypto-browserify", "/pbkdf2" ], "_resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", "_shasum": "69170c78b3ab957147b2b8b04572e47ead2243ff", "_shrinkwrap": null, "_spec": "create-hmac@^1.1.0", "_where": "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\crypto-browserify", "author": "", "browser": "./browser.js", "bugs": { "url": "https://github.com/crypto-browserify/createHmac/issues" }, "dependencies": { "cipher-base": "^1.0.3", "create-hash": "^1.1.0", "inherits": "^2.0.1", "ripemd160": "^2.0.0", "safe-buffer": "^5.0.1", "sha.js": "^2.4.8" }, "description": "node style hmacs in the browser", "devDependencies": { "hash-test-vectors": "^1.3.2", "standard": "^5.3.1", "tap-spec": "^2.1.2", "tape": "^3.0.3" }, "directories": {}, "dist": { "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "shasum": "69170c78b3ab957147b2b8b04572e47ead2243ff", "tarball": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", "fileCount": 6, "unpackedSize": 5809 }, "files": [ "browser.js", "index.js", "legacy.js" ], "gitHead": "fa6c90b5b0d33b805ec3d65a7a370b88dd1994f3", "homepage": "https://github.com/crypto-browserify/createHmac", "keywords": [ "crypto", "hmac" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "cwmma", "email": "calvin.metcalf@gmail.com" }, { "name": "dcousens", "email": "email@dcousens.com" }, { "name": "dominictarr", "email": "dominic.tarr@gmail.com" }, { "name": "indutny", "email": "fedor@indutny.com" }, { "name": "jprichardson", "email": "jprichardson@gmail.com" } ], "name": "create-hmac", "optionalDependencies": {}, "readme": "# create-hmac\n\n[![NPM Package](https://img.shields.io/npm/v/create-hmac.svg?style=flat-square)](https://www.npmjs.org/package/create-hmac)\n[![Build Status](https://img.shields.io/travis/crypto-browserify/createHmac.svg?branch=master&style=flat-square)](https://travis-ci.org/crypto-browserify/createHmac)\n[![Dependency status](https://img.shields.io/david/crypto-browserify/createHmac.svg?style=flat-square)](https://david-dm.org/crypto-browserify/createHmac#info=dependencies)\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\nNode style HMACs for use in the browser, with native HMAC functions in node. API is the same as HMACs in node:\n\n```js\nvar createHmac = require('create-hmac')\nvar hmac = createHmac('sha224', Buffer.from('secret key'))\nhmac.update('synchronous write') //optional encoding parameter\nhmac.digest() // synchronously get result with optional encoding parameter\n\nhmac.write('write to it as a stream')\nhmac.end() //remember it's a stream\nhmac.read() //only if you ended it as a stream though\n```\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/crypto-browserify/createHmac.git" }, "scripts": { "standard": "standard", "test": "npm run-script standard && npm run-script unit", "unit": "node test.js | tspec" }, "version": "1.1.7" }