UNPKG

epinfer

Version:

Extract as much information as possible from a filename.

35 lines 663 B
{ "name": "epinfer", "description": "Extract as much information as possible from a filename.", "version": "1.1.4", "author": "Jelle De Loecker <jelle@develry.be>", "keywords": [ "file", "name", "filename", "sanitize", "extract", "episode", "video" ], "main": "./lib/init.js", "repository": { "type": "git", "url": "git@github.com:skerit/epinfer.git" }, "license": "LGPL-3.0", "scripts": { "test": "node_modules/.bin/mocha --ui tdd --reporter spec" }, "dependencies": { "protoblast": "0.1.x", "country-data": "0.0.x" }, "devDependencies": { "mocha": "1.20.x", "js-yaml": "3.3.x" }, "engines": { "node": ">=0.10" } }