-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
58 lines (58 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "padoracle",
"version": "0.1.1",
"description": "Padding Oracle Attack with Node.js",
"main": "lib",
"bin": {
"padoracle": "bin/padoracle.js"
},
"engines": {
"node": ">=8"
},
"files": [
"bin",
"lib"
],
"scripts": {
"test": "ava",
"release": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imyelo/padoracle.git"
},
"keywords": [
"padoracle",
"padding",
"oracle",
"pkcs7",
"cbc"
],
"author": "yelo <zhihuzeye@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/imyelo/padoracle/issues"
},
"homepage": "https://github.com/imyelo/padoracle#readme",
"devDependencies": {
"ava": "^5.1.1",
"delay": "^4.2.0",
"micro": "^9.3.4",
"np": "^8.0.4"
},
"dependencies": {
"esm": "^3.2.25",
"eventemitter3": "^3.1.2",
"import-jsx": "^4.0.1",
"ink": "^2.2.0",
"ink-divider": "^2.0.0",
"ink-progress-bar": "^3.0.0",
"keymirror": "^0.1.1",
"left-pad": "^1.3.0",
"log-update": "^3.2.0",
"meow": "^11.0.0",
"p-all": "^2.1.0",
"pkcs7": "^1.0.2",
"react": "^16.8.6"
}
}