-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
79 lines (79 loc) · 2.61 KB
/
package-lock.json
File metadata and controls
79 lines (79 loc) · 2.61 KB
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
{
"name": "@beplus/be",
"version": "0.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@beplus/be",
"version": "0.5.0",
"license": "MIT",
"os": [
"!win32"
],
"bin": {
"be": "bin/be"
},
"devDependencies": {
"bats": "1.8.2",
"bats-assert": "github:bats-core/bats-assert",
"bats-support": "github:bats-core/bats-support"
},
"engines": {
"node": "*"
}
},
"node_modules/bats": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/bats/-/bats-1.8.2.tgz",
"integrity": "sha512-KLUIaPYuIMjqui8MbZmK84+CiwhjFVFAhFy5PXP0prLbkovc5faVzc+Qaowbz76F97zP573JrF31ODFAH7vzhg==",
"dev": true,
"bin": {
"bats": "bin/bats"
}
},
"node_modules/bats-assert": {
"version": "2.0.0",
"resolved": "git+ssh://git@github.com/bats-core/bats-assert.git#0a8dd57e2cc6d4cc064b1ed6b4e79b9f7fee096f",
"integrity": "sha512-cnCwMOelY9vFLjZu7/btGB+7Oy/+s6o4cimsxOg/ti1xdwu+i3//0IQs2Ln/qJ4xZwx7y2VSg8JtINVkd/Wqiw==",
"dev": true,
"license": "CC0-1.0",
"peerDependencies": {
"bats": "0.4 || ^1",
"bats-support": "^0.3"
}
},
"node_modules/bats-support": {
"version": "0.3.0",
"resolved": "git+ssh://git@github.com/bats-core/bats-support.git#d140a65044b2d6810381935ae7f0c94c7023c8c3",
"integrity": "sha512-qYPuuKfC/qr6xopVY3IjyZNKN1u8/9f75TTR1RyxOAOMIDo2VHcIsv2C/tRmG5KWQ6qBFtwoH2R2WTeZ5mzS9Q==",
"dev": true,
"license": "CC0-1.0",
"peerDependencies": {
"bats": "0.4 || ^1"
}
}
},
"dependencies": {
"bats": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/bats/-/bats-1.8.2.tgz",
"integrity": "sha512-KLUIaPYuIMjqui8MbZmK84+CiwhjFVFAhFy5PXP0prLbkovc5faVzc+Qaowbz76F97zP573JrF31ODFAH7vzhg==",
"dev": true
},
"bats-assert": {
"version": "git+ssh://git@github.com/bats-core/bats-assert.git#0a8dd57e2cc6d4cc064b1ed6b4e79b9f7fee096f",
"integrity": "sha512-cnCwMOelY9vFLjZu7/btGB+7Oy/+s6o4cimsxOg/ti1xdwu+i3//0IQs2Ln/qJ4xZwx7y2VSg8JtINVkd/Wqiw==",
"dev": true,
"from": "bats-assert@github:bats-core/bats-assert",
"requires": {}
},
"bats-support": {
"version": "git+ssh://git@github.com/bats-core/bats-support.git#d140a65044b2d6810381935ae7f0c94c7023c8c3",
"integrity": "sha512-qYPuuKfC/qr6xopVY3IjyZNKN1u8/9f75TTR1RyxOAOMIDo2VHcIsv2C/tRmG5KWQ6qBFtwoH2R2WTeZ5mzS9Q==",
"dev": true,
"from": "bats-support@github:bats-core/bats-support",
"requires": {}
}
}
}