36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"name": "rotating-file-stream",
|
|
"version": "1.3.4",
|
|
"description": "Opens a stream.Writable to a file rotated by interval and/or size. A logrotate alternative.",
|
|
"scripts": {
|
|
"all": "npm run npmignore && npm run eslint && npm run coverage",
|
|
"coverage": "TZ=\"Europe/Rome\" ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --recursive test",
|
|
"eslint": "./node_modules/.bin/eslint *.js test/*js",
|
|
"npmignore": "echo '.codeclimate.yml\\n.eslintrc\\n.gitignore\\n.travis.yml\\nCHANGELOG.md\\npackage-lock.json\\ntest' > .npmignore ; cat .gitignore >> .npmignore",
|
|
"test": "bash -c 'if [[ `node --version` =~ ^v0.1 ]] ; then npm install mocha@3.5.3 ; fi' ; TZ=\"Europe/Rome\" ./node_modules/.bin/_mocha test"
|
|
},
|
|
"bugs": "https://github.com/iccicci/rotating-file-stream/issues",
|
|
"repository": "https://github.com/iccicci/rotating-file-stream",
|
|
"keywords": [
|
|
"log",
|
|
"rotate",
|
|
"logrotate"
|
|
],
|
|
"engines": {
|
|
"node": ">=0.11"
|
|
},
|
|
"author": "Daniele Ricci <daniele.icc@gmail.com> (https://github.com/iccicci)",
|
|
"contributors": [
|
|
"cicci",
|
|
"allevo"
|
|
],
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"devDependencies": {
|
|
"eslint": "4.10.0",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "4.0.1",
|
|
"mocha-istanbul": "0.3.0"
|
|
}
|
|
}
|