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