1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00
musix-oss/node_modules/simple-youtube-api/package.json
MatteZ02 5eb0264906 fix
2019-05-30 12:06:47 +03:00

71 lines
1.8 KiB
JSON

{
"_from": "simple-youtube-api",
"_id": "simple-youtube-api@5.1.1",
"_inBundle": false,
"_integrity": "sha512-cbWRGTDjWDrC+8LR3gpLaXeRb0+e/eiX/bKYIS0tQ4gBUimhXVhsWWhzWJ49aTBnAA0vChrD3U0ZDL8/CUWNcA==",
"_location": "/simple-youtube-api",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "simple-youtube-api",
"name": "simple-youtube-api",
"escapedName": "simple-youtube-api",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/simple-youtube-api/-/simple-youtube-api-5.1.1.tgz",
"_shasum": "6e6d3892f6651c87cd7591d07f8e0259860447b4",
"_spec": "simple-youtube-api",
"_where": "C:\\Users\\matia\\Bot Files",
"author": {
"name": "Hyper-Coder"
},
"bugs": {
"url": "https://github.com/HyperCoder2975/simple-youtube-api/issues"
},
"bundleDependencies": false,
"dependencies": {
"iso8601-duration": "^1.0.0",
"node-fetch": "^2.2.1"
},
"deprecated": false,
"description": "A module to simplify the YouTube API.",
"devDependencies": {
"dotenv": "^4.0.0",
"jsdoc": "^3.4.0",
"lodash.defaultsdeep": "^4.6.0",
"minami": "^1.1.0",
"mocha": "^3.5.3",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"homepage": "https://github.com/HyperCoder2975/simple-youtube-api",
"license": "MIT",
"main": "src/index.js",
"maintainers": [
{
"name": "Will Nelson",
"email": "will@pleb.xyz"
}
],
"name": "simple-youtube-api",
"repository": {
"type": "git",
"url": "git+https://github.com/HyperCoder2975/simple-youtube-api.git"
},
"scripts": {
"build": "webpack",
"docs": "jsdoc -c jsdoc.json",
"test": "mocha"
},
"sideEffects": false,
"unpkg": "dist/sya.min.js",
"version": "5.1.1"
}