-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
executable file
·83 lines (83 loc) · 1.75 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"_args": [
[
{
"raw": "bitbucket-cmd",
"scope": null,
"escapedName": "bitbucket-cmd",
"name": "bitbucket-cmd",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
""
]
],
"_from": "bitbucket-cmd@latest",
"_inCache": true,
"_installable": true,
"_location": "/bitbucket-cmd",
"_nodeVersion": "6.2.2",
"_npmUser": {
"name": "danshumaker",
"email": "[email protected]"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"raw": "bitbucket-cmd",
"scope": null,
"escapedName": "bitbucket-cmd",
"name": "bitbucket-cmd",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_spec": "bitbucket-cmd",
"_where": "",
"author": "Dan Shumaker <[email protected]>",
"bin": {
"bitbucket": "./bin/bitbucket.js"
},
"dependencies": {
"cheerio": "^0.22.0",
"cli-table": "~0.2.0",
"commander": "~1.1.1",
"moment": "^2.24.0",
"openurl": "^1.1.0",
"request": "^2.88.0",
"requirejs": "~2.1.5",
"superagent": "^4.1.0"
},
"description": "Bitbucket Command Line Interface",
"devDependencies": {},
"directories": {},
"engines": {
"node": ">= 0.8"
},
"keywords": [
"bitbucket",
"api",
"client",
"command",
"cli",
"tool"
],
"name": "bitbucket-cmd",
"optionalDependencies": {},
"scripts": {},
"version": "1.1.0",
"main": "bitbucket",
"repository": {
"type": "git",
"url": "git+https://github.com/danshumaker/bitbucket-cmd.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/danshumaker/bitbucket-cmd/issues"
},
"homepage": "https://github.com/danshumaker/bitbucket-cmd#readme"
}