| { |
| "author": "Gareth Jones <gareth.nomiddlename@gmail.com>, Huang Yichao <ihuangyichao@outlook.com>", |
| "commitlint": { |
| "extends": [ |
| "@commitlint/config-conventional" |
| ] |
| }, |
| "dependencies": { |
| "async": "^2.6.2", |
| "date-format": "^2.0.0", |
| "debug": "^3.2.6", |
| "fs-extra": "^7.0.1", |
| "lodash": "^4.17.14" |
| }, |
| "description": "file streams that roll over when size limits, or dates are reached", |
| "devDependencies": { |
| "@commitlint/cli": "^6.2.0", |
| "@commitlint/config-conventional": "^6.1.3", |
| "eslint": "^4.19.1", |
| "husky": "^0.14.3", |
| "mocha": "^4.0.1", |
| "nyc": "^11.9.0", |
| "proxyquire": "^2.1.0", |
| "should": "^11.2.1" |
| }, |
| "directories": { |
| "test": "test" |
| }, |
| "engines": { |
| "node": ">=6.0" |
| }, |
| "eslintConfig": { |
| "env": { |
| "browser": false, |
| "es6": true, |
| "mocha": true, |
| "node": true |
| }, |
| "extends": "eslint:recommended", |
| "parserOptions": { |
| "ecmaVersion": 8 |
| }, |
| "rules": { |
| "no-console": "off" |
| } |
| }, |
| "gitHead": "ece35d7d86c87c04ff09e8604accae81cf36a0ce", |
| "keywords": [ |
| "stream", |
| "rolling" |
| ], |
| "license": "MIT", |
| "main": "lib/index.js", |
| "name": "streamroller", |
| "readmeFilename": "README.md", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/nomiddlename/streamroller.git" |
| }, |
| "scripts": { |
| "clean": "rm -rf node_modules/", |
| "codecheck": "eslint 'src/**/*.js'", |
| "commitmsg": "commitlint -e $GIT_PARAMS", |
| "html-report": "nyc report --reporter=html", |
| "prepublishOnly": "npm test", |
| "pretest": "npm run codecheck", |
| "test": "nyc --check-coverage --lines 100 --branches 100 --functions 100 mocha" |
| }, |
| "version": "1.0.6" |
| } |