mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"_from": "video-thumbnail-url@^1.0.1",
|
|
"_id": "video-thumbnail-url@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-QLvt5ArCS49gkYFpCAJtFRkFayQ=",
|
|
"_location": "/video-thumbnail-url",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "video-thumbnail-url@^1.0.1",
|
|
"name": "video-thumbnail-url",
|
|
"escapedName": "video-thumbnail-url",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/video-thumbnail-url/-/video-thumbnail-url-1.0.1.tgz",
|
|
"_shasum": "40bbede40ac24b8f6091816908026d1519056b24",
|
|
"_spec": "video-thumbnail-url@^1.0.1",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3",
|
|
"author": {
|
|
"name": "Domas Lapinskas",
|
|
"email": "domas@producters.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Producters/video-thumbnail-url/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bluebird": "^3.4.0",
|
|
"request-promise": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "get thumbnail url from video url",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.9.0",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"babel-register": "^6.9.0",
|
|
"mocha": "^2.5.3",
|
|
"should": "^9.0.0"
|
|
},
|
|
"homepage": "https://github.com/Producters/video-thumbnail-url",
|
|
"keywords": [
|
|
"youtube",
|
|
"video",
|
|
"thumbnail",
|
|
"url"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "video-thumbnail-url",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/Producters/video-thumbnail-url.git"
|
|
},
|
|
"scripts": {
|
|
"compile": "babel src -d dist",
|
|
"prepublish": "npm run compile",
|
|
"test": "npm run compile && mocha --compilers js:babel-register tests/*.test.js"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|