discord-baymax-bot/node_modules/streamroller/package.json
2017-03-23 23:52:08 -05:00

111 lines
2.8 KiB
JSON

{
"_args": [
[
{
"raw": "streamroller@^0.4.0",
"scope": null,
"escapedName": "streamroller",
"name": "streamroller",
"rawSpec": "^0.4.0",
"spec": ">=0.4.0 <0.5.0",
"type": "range"
},
"/home/burchettm/statsbot/node_modules/log4js"
]
],
"_from": "streamroller@>=0.4.0 <0.5.0",
"_id": "streamroller@0.4.0",
"_inCache": true,
"_location": "/streamroller",
"_nodeVersion": "6.9.4",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/streamroller-0.4.0.tgz_1488230366735_0.8600998979527503"
},
"_npmUser": {
"name": "csausdev",
"email": "gareth.nomiddlename@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
},
"_requested": {
"raw": "streamroller@^0.4.0",
"scope": null,
"escapedName": "streamroller",
"name": "streamroller",
"rawSpec": "^0.4.0",
"spec": ">=0.4.0 <0.5.0",
"type": "range"
},
"_requiredBy": [
"/log4js"
],
"_resolved": "https://registry.npmjs.org/streamroller/-/streamroller-0.4.0.tgz",
"_shasum": "a273f1f91994549a2ddd112ccaa2d1dd23cb758c",
"_shrinkwrap": null,
"_spec": "streamroller@^0.4.0",
"_where": "/home/burchettm/statsbot/node_modules/log4js",
"author": {
"name": "Gareth Jones",
"email": "gareth.nomiddlename@gmail.com"
},
"bugs": {
"url": "https://github.com/nomiddlename/streamroller/issues"
},
"dependencies": {
"date-format": "^0.0.0",
"debug": "^0.7.2",
"mkdirp": "^0.5.1",
"readable-stream": "^1.1.7"
},
"description": "file streams that roll over when size limits, or dates are reached",
"devDependencies": {
"async": "^0.2.9",
"jshint": "^2.9.4",
"mocha": "^1.12.0",
"sandboxed-module": "^0.2.1",
"should": "^1.2.2"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "a273f1f91994549a2ddd112ccaa2d1dd23cb758c",
"tarball": "https://registry.npmjs.org/streamroller/-/streamroller-0.4.0.tgz"
},
"engines": {
"node": ">=0.12.0"
},
"gitHead": "ece35d7d86c87c04ff09e8604accae81cf36a0ce",
"homepage": "https://github.com/nomiddlename/streamroller#readme",
"keywords": [
"stream",
"rolling"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "csausdev",
"email": "gareth.jones@sensis.com.au"
}
],
"name": "streamroller",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/nomiddlename/streamroller.git"
},
"scripts": {
"pretest": "jshint lib/ test/",
"test": "mocha"
},
"version": "0.4.0"
}