package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "streamroller@1.0.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "streamroller@1.0.6",
  10. "_id": "streamroller@1.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3QC47Mhv3/aZNFpDDVO44qQb9gwB9QggMEE0sQmkTAwBVYdBRWISdsywlkfm5II1Q5y/pmrHflti/IgmIzdDBg==",
  13. "_location": "/streamroller",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "streamroller@1.0.6",
  19. "name": "streamroller",
  20. "escapedName": "streamroller",
  21. "rawSpec": "1.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.6"
  24. },
  25. "_requiredBy": [
  26. "/log4js"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/streamroller/-/streamroller-1.0.6.tgz",
  29. "_spec": "1.0.6",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Gareth Jones",
  33. "email": "gareth.nomiddlename@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/nomiddlename/streamroller/issues"
  37. },
  38. "commitlint": {
  39. "extends": [
  40. "@commitlint/config-conventional"
  41. ]
  42. },
  43. "dependencies": {
  44. "async": "^2.6.2",
  45. "date-format": "^2.0.0",
  46. "debug": "^3.2.6",
  47. "fs-extra": "^7.0.1",
  48. "lodash": "^4.17.14"
  49. },
  50. "description": "file streams that roll over when size limits, or dates are reached",
  51. "devDependencies": {
  52. "@commitlint/cli": "^6.2.0",
  53. "@commitlint/config-conventional": "^6.1.3",
  54. "eslint": "^4.19.1",
  55. "husky": "^0.14.3",
  56. "mocha": "^4.0.1",
  57. "nyc": "^11.9.0",
  58. "proxyquire": "^2.1.0",
  59. "should": "^11.2.1"
  60. },
  61. "directories": {
  62. "test": "test"
  63. },
  64. "engines": {
  65. "node": ">=6.0"
  66. },
  67. "eslintConfig": {
  68. "env": {
  69. "browser": false,
  70. "node": true,
  71. "es6": true,
  72. "mocha": true
  73. },
  74. "parserOptions": {
  75. "ecmaVersion": 8
  76. },
  77. "extends": "eslint:recommended",
  78. "rules": {
  79. "no-console": "off"
  80. }
  81. },
  82. "gitHead": "ece35d7d86c87c04ff09e8604accae81cf36a0ce",
  83. "homepage": "https://github.com/nomiddlename/streamroller#readme",
  84. "keywords": [
  85. "stream",
  86. "rolling"
  87. ],
  88. "license": "MIT",
  89. "main": "lib/index.js",
  90. "name": "streamroller",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/nomiddlename/streamroller.git"
  94. },
  95. "scripts": {
  96. "clean": "rm -rf node_modules/",
  97. "codecheck": "eslint 'src/**/*.js'",
  98. "commitmsg": "commitlint -e $GIT_PARAMS",
  99. "html-report": "nyc report --reporter=html",
  100. "prepublishOnly": "npm test",
  101. "pretest": "npm run codecheck",
  102. "test": "nyc --check-coverage --lines 100 --branches 100 --functions 100 mocha"
  103. },
  104. "version": "1.0.6"
  105. }