-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.43 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
59
60
61
62
63
64
{
"name": "@pown/git",
"version": "2.13.0",
"description": "Pownage guaranteed",
"main": "lib/index.js",
"scripts": {
"git": "POWN_ROOT=. pown-cli git",
"recon": "POWN_ROOT=. pown-cli recon",
"script": "POWN_ROOT=. pown-cli script",
"usage": "POWN_ROOT=. pown-cli git --help; echo; POWN_ROOT=. pown-cli git clone --help; POWN_ROOT=. pown-cli git leaks --help; echo; POWN_ROOT=. pown-cli git people --help",
"test": "true",
"build": "true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pownjs/pown-git.git"
},
"keywords": [
"exploit",
"framework"
],
"author": "pdp <[email protected]>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/pownjs/pown-git/issues"
},
"homepage": "https://github.com/pownjs/pown-git#readme",
"peerDependencies": {
"@pown/recon": "^2.156.0"
},
"devDependencies": {
"@pown/cli": "^2.35.0",
"@pown/recon": "^2.164.3",
"@pown/toolchain": "^2.5.0"
},
"dependencies": {
"@pown/async": "^2.15.0",
"@pown/leaks": "^2.30.1",
"isomorphic-git": "^1.8.2",
"istextorbinary": "^2.5.1"
},
"engines": {
"node": ">=10.5.0"
},
"pown": {
"commands": [
"commands/git"
],
"transforms": [
"transforms/git"
]
},
"browserify": {
"transform": [
[
"babelify",
{
"extends": "./.babelrc"
}
]
]
}
}