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