package.json
2.14 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
{
"_from": "get-blob-duration@^1.1.1",
"_id": "get-blob-duration@1.1.2",
"_inBundle": false,
"_integrity": "sha512-8QmVZpSIpcwpL+ZGfxEsZs/D/JsA+MgEDs2kHnB4/XIoGW/5TLn6NkhfKr7KbK/RzMc4VhW1VOmQmxgtwh6wJg==",
"_location": "/get-blob-duration",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "get-blob-duration@^1.1.1",
"name": "get-blob-duration",
"escapedName": "get-blob-duration",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/get-blob-duration/-/get-blob-duration-1.1.2.tgz",
"_shasum": "d89b9c490db745b27713cfc8c31dd57bf8c58b23",
"_spec": "get-blob-duration@^1.1.1",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
"author": {
"name": "Ezekiel Victor",
"email": "zekevictor@gmail.com"
},
"bugs": {
"url": "https://github.com/evictor/get-blob-duration/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convenience method to patch Chromium bug when getting duration of HTML5 video or audio Blob.",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.5",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jest": "^24.9.0",
"pump": "^3.0.0",
"regenerator-runtime": "^0.13.5"
},
"homepage": "https://github.com/evictor/get-blob-duration#readme",
"jest": {
"testURL": "http://127.0.0.1"
},
"keywords": [
"html5",
"video",
"audio",
"blob",
"mediastream",
"mediatrack",
"duration",
"length",
"seconds"
],
"license": "ISC",
"main": "dist/getBlobDuration.js",
"name": "get-blob-duration",
"repository": {
"type": "git",
"url": "git+https://github.com/evictor/get-blob-duration.git"
},
"scripts": {
"build": "gulp",
"test": "jest --verbose"
},
"typings": "get-blob-duration.d.ts",
"version": "1.1.2"
}