You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

120 lines
2.8 KiB

{
"_args": [
[
"streamroller@3.0.4",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_from": "streamroller@3.0.4",
"_id": "streamroller@3.0.4",
"_inBundle": false,
"_integrity": "sha512-GI9NzeD+D88UFuIlJkKNDH/IsuR+qIN7Qh8EsmhoRZr9bQoehTraRgwtLUkZbpcAw+hLPfHOypmppz8YyGK68w==",
"_location": "/streamroller",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "streamroller@3.0.4",
"name": "streamroller",
"escapedName": "streamroller",
"rawSpec": "3.0.4",
"saveSpec": null,
"fetchSpec": "3.0.4"
},
"_requiredBy": [
"/log4js"
],
"_resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.0.4.tgz",
"_spec": "3.0.4",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"author": {
"name": "Gareth Jones",
"email": "gareth.nomiddlename@gmail.com"
},
"bugs": {
"url": "https://github.com/nomiddlename/streamroller/issues"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"date-format": "^4.0.4",
"debug": "^4.3.3",
"fs-extra": "^10.0.1"
},
"description": "file streams that roll over when size limits, or dates are reached",
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@types/node": "^17.0.21",
"eslint": "^8.10.0",
"husky": "^7.0.4",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"should": "^13.2.3"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=8.0"
},
"eslintConfig": {
"env": {
"browser": false,
"node": true,
"es6": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 2018
},
"extends": "eslint:recommended",
"rules": {
"no-console": "off"
}
},
"files": [
"lib",
"CHANGELOG.md"
],
"gitHead": "ece35d7d86c87c04ff09e8604accae81cf36a0ce",
"homepage": "https://github.com/nomiddlename/streamroller#readme",
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"keywords": [
"stream",
"rolling"
],
"license": "MIT",
"main": "lib/index.js",
"name": "streamroller",
"nyc": {
"include": [
"lib/**"
],
"branches": 100,
"lines": 100,
"functions": 100
},
"repository": {
"type": "git",
"url": "git+https://github.com/nomiddlename/streamroller.git"
},
"scripts": {
"clean": "rm -rf node_modules/",
"codecheck": "eslint \"lib/*.js\" \"test/*.js\"",
"html-report": "nyc report --reporter=html",
"prepublishOnly": "npm test",
"pretest": "npm run codecheck",
"test": "nyc --check-coverage mocha"
},
"version": "3.0.4"
}