{"analyzedAt":"2022-06-28T03:42:26.837Z","collected":{"metadata":{"name":"tromp","scope":"unscoped","version":"0.10.1","description":"Asynchronous filesystem directory walk with events and accept/reject filtering. For use with minimatch or other filtering tools.","keywords":["fs.readdir","minimatch","glob","walk","os.walk","walktree"],"date":"2013-05-30T13:21:34.374Z","author":{"name":"Shane Holloway","email":"shane.holloway@ieee.org","username":"shanewholloway"},"publisher":{"username":"shanewholloway","email":"shane.holloway@ieee.org"},"maintainers":[{"username":"shanewholloway","email":"shane.holloway@ieee.org"}],"repository":{"type":"git","url":"git://github.com/shanewholloway/node-tromp.git"},"links":{"npm":"https://www.npmjs.com/package/tromp","homepage":"https://github.com/shanewholloway/node-tromp#readme","repository":"https://github.com/shanewholloway/node-tromp","bugs":"https://github.com/shanewholloway/node-tromp/issues"},"license":"MIT","devDependencies":{"coffee-script":"~1.6"},"releases":[{"from":"2022-05-29T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":1},{"from":"2022-03-30T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":1},{"from":"2021-12-30T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":1},{"from":"2021-06-28T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":1},{"from":"2020-06-28T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":1}],"hasTestScript":true,"readme":"Tromp is an asynchronous filesystem directory walking algorithm with events and accept/reject filtering. For use with `minimatch` or other filtering tools.\n\n## Use\n\n```javascript\n\nvar tromp = require('tromp')\n\ntromp('.')\n  .reject(/node_modules/)\n  .on('listed', function (node) {\n    console.log({\n      base: node.base(),\n      files: node.files(),\n      dirs: node.dirs()})\n  })\n\n```"},"npm":{"downloads":[{"from":"2022-06-27T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":0},{"from":"2022-06-21T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":8},{"from":"2022-05-29T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":23},{"from":"2022-03-30T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":265},{"from":"2021-12-30T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":392},{"from":"2021-06-28T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":978}],"starsCount":0},"github":{"starsCount":0,"forksCount":0,"subscribersCount":1,"issues":{"count":0,"openCount":0,"distribution":{"3600":0,"10800":0,"32400":0,"97200":0,"291600":0,"874800":0,"2624400":0,"7873200":0,"23619600":0,"70858800":0,"212576400":0},"isDisabled":false},"contributors":[{"username":"shanewholloway","commitsCount":45}],"commits":[{"from":"2022-06-21T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":0},{"from":"2022-05-29T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":0},{"from":"2022-03-30T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":0},{"from":"2021-12-30T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":0},{"from":"2021-06-28T00:00:00.000Z","to":"2022-06-28T00:00:00.000Z","count":0}]},"source":{"files":{"readmeSize":5161,"testsSize":862}}},"evaluation":{"quality":{"carefulness":0.355,"tests":0.6,"health":1,"branding":0},"popularity":{"communityInterest":2,"downloadsCount":88.33333333333333,"downloadsAcceleration":-0.6036149162861492,"dependentsCount":0},"maintenance":{"releasesFrequency":0.7591609589041095,"commitsFrequency":0,"openIssues":0.7,"issuesDistribution":0.7}},"score":{"final":0.4797386463999902,"detail":{"quality":0.601524471707506,"popularity":0.024995737648179944,"maintenance":0.8300937048882155}}}