UNPKG

1.35 kBJSONView Raw
1{
2 "name": "ytdl-core",
3 "description": "Youtube video downloader in pure javascript.",
4 "keywords": [
5 "youtube",
6 "video",
7 "download"
8 ],
9 "version": "1.0.3",
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/fent/node-ytdl-core.git"
13 },
14 "author": "fent (https://github.com/fent)",
15 "contributors": [
16 "Tobias Kutscha (https://github.com/TimeForANinja)",
17 "Andrew Kelley (https://github.com/andrewrk)",
18 "Mauricio Allende (https://github.com/mallendeo)",
19 "Rodrigo Altamirano (https://github.com/raltamirano)",
20 "Jim Buck (https://github.com/JimmyBoh)"
21 ],
22 "main": "./lib/index.js",
23 "types": "./typings/index.d.ts",
24 "files": [
25 "lib",
26 "typings"
27 ],
28 "scripts": {
29 "test": "nyc --reporter=lcov --reporter=text-summary mocha -- --ignore test/irl-test.js test/*-test.js",
30 "test:irl": "mocha --timeout 16000 test/irl-test.js"
31 },
32 "dependencies": {
33 "html-entities": "^1.1.3",
34 "m3u8stream": "^0.6.3",
35 "miniget": "^1.6.0",
36 "sax": "^1.1.3"
37 },
38 "devDependencies": {
39 "@types/node": "^12.6.0",
40 "assert-diff": "^2.0.0",
41 "mocha": "^6.2.0",
42 "muk-prop": "^2.0.0",
43 "muk-require": "^1.2.0",
44 "nock": "^11.1.0",
45 "nyc": "^14.1.1",
46 "sinon": "^7.3.2",
47 "stream-equal": "~1.1.0"
48 },
49 "engines": {
50 "node": ">=6"
51 },
52 "license": "MIT"
53}