UNPKG

broken-npm-mock

Version:
39 lines (38 loc) 718 B
{ "name": "broken-npm-mock", "version": "0.0.1", "description": "Parse M3U8", "repository": "shinnn/parse-m3u8", "author": "Shinnosuke Watanabe (https://github.com/shinnn)", "license": "ISC", "scripts": { "pretest": "eslint .", "test": "nyc --reporter=html --reporter=text node test.js" }, "files": [ "index.js", "lib/node_modules/npm/bin/index.js", "lib/node_modules/npm/package.json" ], "keywords": [ "parse", "m3u", "m3u8", "hls", "live", "streaming", "video", "movie", "playlist", "data" ], "devDependencies": { "@shinnn/eslint-config-node": "^6.0.0", "eslint": "^5.2.0", "nyc": "^12.0.2", "tape": "^4.9.1" }, "eslintConfig": { "extends": "@shinnn/node" } }