You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.7 KiB
66 lines
1.7 KiB
{
|
|
"_from": "playlist-parser@0.0.12",
|
|
"_id": "playlist-parser@0.0.12",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-QlDlsRdxrWghOYO/m7bsq2Td9SY=",
|
|
"_location": "/playlist-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "playlist-parser@0.0.12",
|
|
"name": "playlist-parser",
|
|
"escapedName": "playlist-parser",
|
|
"rawSpec": "0.0.12",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.12"
|
|
},
|
|
"_requiredBy": [
|
|
"/twitch-get-stream"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/playlist-parser/-/playlist-parser-0.0.12.tgz",
|
|
"_shasum": "4250e5b11771ad68213983bf9bb6ecab64ddf526",
|
|
"_spec": "playlist-parser@0.0.12",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/twitch-get-stream",
|
|
"author": {
|
|
"name": "Nick Desaulniers"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nickdesaulniers/javascript-playlist-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"xmldom": "0.1.16"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Parse m3u, m3u extended, and pls",
|
|
"devDependencies": {
|
|
"chai": "1.7.2",
|
|
"grunt-contrib-coffee": "0.7.0",
|
|
"grunt-contrib-uglify": "~0.2.4",
|
|
"grunt-mocha-test": "0.6.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/nickdesaulniers/javascript-playlist-parser#readme",
|
|
"keywords": [
|
|
"javascript",
|
|
"playlist",
|
|
"parse",
|
|
"m3u",
|
|
"pls",
|
|
"asx"
|
|
],
|
|
"license": "Dual MIT & Beerware",
|
|
"main": "lib/parser.min.js",
|
|
"name": "playlist-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nickdesaulniers/javascript-playlist-parser.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"version": "0.0.12"
|
|
}
|
|
|