Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
ebml
/
Filename :
package.json
back
Copy
{ "name": "ebml", "version": "2.2.4", "description": "ebml parser", "main": "index.js", "directories": { "test": "test" }, "files": [ "lib/", "index.js", "README.md", "LICENSE", "example.js" ], "scripts": { "test": "mocha test/", "lint": "eslint lib/ index.js" }, "repository": { "type": "git", "url": "git://github.com/themasch/node-ebml.git" }, "keywords": [ "ebml", "webm", "mkv", "matroska", "format" ], "dependencies": { "buffers": "^0.1.1", "debug": "~3.1.0" }, "devDependencies": { "eslint": "^5.0.1", "mocha": "~5.2.0" }, "contributors": [ "Chris Price <price.c@gmail.com>", "Davy Van Deursen <d.vandeursen@evs.com>", "Ed Markowski <siphon@protonmail.com>", "Manuel Wiedenmann <manuel@funkensturm.de>", "Mathias Buus <mathiasbuus@gmail.com>", "Max Ogden <max@maxogden.com>", "Oliver Walzer <walzer@incuray.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/themasch/node-ebml/issues" }, "homepage": "https://github.com/themasch/node-ebml#readme", "author": "Mark Schmale <masch@masch.it>" }