mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"simple-youtube-api@5.2.1",
|
|
"C:\\Users\\matia\\Musix"
|
|
]
|
|
],
|
|
"_from": "simple-youtube-api@5.2.1",
|
|
"_id": "simple-youtube-api@5.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vmndP9Bkh35tifn2OwY+th2imSsfYtmDqczgdOW5yEARFzvSoR8VSQFsivJnctfV5QHQUL6VrOpNdbmDRLh9Bg==",
|
|
"_location": "/simple-youtube-api",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "simple-youtube-api@5.2.1",
|
|
"name": "simple-youtube-api",
|
|
"escapedName": "simple-youtube-api",
|
|
"rawSpec": "5.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/simple-youtube-api/-/simple-youtube-api-5.2.1.tgz",
|
|
"_spec": "5.2.1",
|
|
"_where": "C:\\Users\\matia\\Musix",
|
|
"author": {
|
|
"name": "Bryan Pikaard",
|
|
"email": "hypercoder@typicalbot.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/simple-youtube/simple-youtube-api/issues"
|
|
},
|
|
"dependencies": {
|
|
"iso8601-duration": "^1.2.0",
|
|
"node-fetch": "^2.6.0"
|
|
},
|
|
"description": "A module to simplify the YouTube API.",
|
|
"devDependencies": {
|
|
"dotenv": "^4.0.0",
|
|
"jsdoc": "^3.6.2",
|
|
"lodash.defaultsdeep": "^4.6.0",
|
|
"minami": "^1.1.0",
|
|
"mocha": "^3.5.3",
|
|
"webpack": "^4.33.0",
|
|
"webpack-cli": "^3.3.4"
|
|
},
|
|
"homepage": "https://github.com/simple-youtube/simple-youtube-api",
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Tyler Richards",
|
|
"email": "rocket0191@gmail.com"
|
|
}
|
|
],
|
|
"name": "simple-youtube-api",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/simple-youtube/simple-youtube-api.git"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"docs": "jsdoc -c jsdoc.json",
|
|
"test": "mocha"
|
|
},
|
|
"sideEffects": false,
|
|
"unpkg": "dist/sya.min.js",
|
|
"version": "5.2.1"
|
|
}
|