react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / create-hmac / package.json
80540 views{1"name": "create-hmac",2"version": "1.1.3",3"description": "node style hmacs in the browser",4"main": "index.js",5"scripts": {6"test": "node test.js | tspec"7},8"repository": {9"type": "git",10"url": "git+https://github.com/crypto-browserify/createHmac.git"11},12"keywords": [13"crypto",14"hmac"15],16"author": "",17"license": "MIT",18"bugs": {19"url": "https://github.com/crypto-browserify/createHmac/issues"20},21"homepage": "https://github.com/crypto-browserify/createHmac",22"devDependencies": {23"hash-test-vectors": "^1.3.2",24"tap-spec": "^2.1.2",25"tape": "^3.0.3"26},27"dependencies": {28"create-hash": "^1.1.0",29"inherits": "^2.0.1"30},31"browser": "./browser.js",32"gitHead": "0db078774769487d9ede6951a56c4cffe3de1c14",33"_id": "[email protected]",34"_shasum": "29843e9c191ba412ab001bc55ac8b8b9ae54b670",35"_from": "create-hmac@>=1.1.0 <2.0.0",36"_npmVersion": "2.0.0",37"_npmUser": {38"name": "cwmma",39"email": "[email protected]"40},41"maintainers": [42{43"name": "cwmma",44"email": "[email protected]"45},46{47"name": "dcousens",48"email": "[email protected]"49},50{51"name": "dominictarr",52"email": "[email protected]"53},54{55"name": "jprichardson",56"email": "[email protected]"57},58{59"name": "indutny",60"email": "[email protected]"61}62],63"dist": {64"shasum": "29843e9c191ba412ab001bc55ac8b8b9ae54b670",65"tarball": "http://registry.npmjs.org/create-hmac/-/create-hmac-1.1.3.tgz"66},67"directories": {},68"_resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.3.tgz",69"readme": "ERROR: No README data found!"70}717273