forked from MichaelSolati/nativescript-ffmpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
37 lines (37 loc) · 1.29 KB
/
package-lock.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
{
"name": "nativescript-ffmpeg",
"version": "0.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bluebird": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
"integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==",
"dev": true
},
"commander": {
"version": "2.15.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
"integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==",
"dev": true
},
"generate-changelog": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/generate-changelog/-/generate-changelog-1.7.1.tgz",
"integrity": "sha512-f57zId4iD0AVRyjHHH6SwOdevrW+5ikjr6ooqlzUf7Z27DBW4BZvWZtlXmy+LShf5C52aFBCvKVwd86ZA56ObQ==",
"dev": true,
"requires": {
"bluebird": "3.5.1",
"commander": "2.15.1",
"github-url-from-git": "1.5.0"
}
},
"github-url-from-git": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/github-url-from-git/-/github-url-from-git-1.5.0.tgz",
"integrity": "sha1-+YX+3MCpqledyI16/waNVcxiUaA=",
"dev": true
}
}
}