discord-baymax-bot/node_modules/ebml/package.json

136 lines
3.0 KiB
JSON
Raw Permalink Normal View History

2017-03-24 04:52:08 +00:00
{
"_args": [
[
{
"raw": "ebml@^2.1.0",
"scope": null,
"escapedName": "ebml",
"name": "ebml",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"/home/burchettm/statsbot/node_modules/discordie"
]
],
"_from": "ebml@>=2.1.0 <3.0.0",
"_id": "ebml@2.2.0",
"_inCache": true,
"_location": "/ebml",
"_nodeVersion": "5.10.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/ebml-2.2.0.tgz_1467226236144_0.5761768305674195"
},
"_npmUser": {
"name": "masch",
"email": "masch@masch.it"
},
"_npmVersion": "3.8.3",
"_phantomChildren": {},
"_requested": {
"raw": "ebml@^2.1.0",
"scope": null,
"escapedName": "ebml",
"name": "ebml",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/discordie"
],
"_resolved": "https://registry.npmjs.org/ebml/-/ebml-2.2.0.tgz",
"_shasum": "22de549106e9d5bb0c4d319adab92707f6efd5c3",
"_shrinkwrap": null,
"_spec": "ebml@^2.1.0",
"_where": "/home/burchettm/statsbot/node_modules/discordie",
"author": {
"name": "Mark Schmale",
"email": "masch@masch.it"
},
"bugs": {
"url": "https://github.com/themasch/node-ebml/issues"
},
"contributors": [
{
"name": "Chris Price",
"email": "price.c@gmail.com"
},
{
"name": "Davy Van Deursen",
"email": "d.vandeursen@evs.com"
},
{
"name": "Ed Markowski",
"email": "siphon@protonmail.com"
},
{
"name": "Manuel Wiedenmann",
"email": "manuel@funkensturm.de"
},
{
"name": "Mathias Buus",
"email": "mathiasbuus@gmail.com"
},
{
"name": "Max Ogden",
"email": "max@maxogden.com"
},
{
"name": "Oliver Walzer",
"email": "walzer@incuray.com"
}
],
"dependencies": {
"buffers": "^0.1.1",
"debug": "~0.7.2"
},
"description": "ebml parser",
"devDependencies": {
"gulp": "^3.6.2",
"gulp-esformatter": "^0.2.0",
"gulp-fixmyjs": "0.0.10",
"gulp-jshint": "^1.6.1",
"jsfmt": "^0.2.0",
"jshint-stylish": "^0.2.0",
"matcha": "~0.3.0",
"mocha": "~1.12.1"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "22de549106e9d5bb0c4d319adab92707f6efd5c3",
"tarball": "https://registry.npmjs.org/ebml/-/ebml-2.2.0.tgz"
},
"gitHead": "5c27602ed32dd32d23b43c6c51f914ded1cd94e1",
"homepage": "https://github.com/themasch/node-ebml#readme",
"keywords": [
"ebml",
"webm",
"mkv",
"matroska",
"format"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "masch",
"email": "masch@masch.it"
}
],
"name": "ebml",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/themasch/node-ebml.git"
},
"scripts": {
"test": "mocha test/"
},
"version": "2.2.0"
}