{"analyzedAt":"2022-07-03T18:59:22.504Z","collected":{"metadata":{"name":"coffee-unused","scope":"unscoped","version":"0.2.1","description":"Find unused variables and imports in CoffeeScript files","date":"2017-02-01T18:02:56.452Z","author":{"name":"Hakan Karadis","email":"hakan@koding.com"},"publisher":{"username":"hakankaradis","email":"karadishakan@gmail.com"},"maintainers":[{"username":"cihangir","email":"cihangir@savas.io"},{"username":"usirin","email":"umutsirin1@gmail.com"},{"username":"sinan","email":"sinan@koding.com"},{"username":"koding","email":"npm@koding.com"},{"username":"hakankaradis","email":"karadishakan@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/koding/coffee-unused.git"},"links":{"npm":"https://www.npmjs.com/package/coffee-unused","homepage":"https://github.com/koding/coffee-unused#readme","repository":"https://github.com/koding/coffee-unused","bugs":"https://github.com/koding/coffee-unused/issues"},"license":"MIT","dependencies":{"async":"2.1.4","coffee-react-transform":"3.3.0","coffee-script":"1.12.2","command-line-args":"2.1.6","decaffeinate-parser":"12.0.0","esprima":"3.1.3","jasmine-node":"1.14.5","walk":"2.3.9"},"releases":[{"from":"2022-06-03T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":1},{"from":"2022-04-04T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":1},{"from":"2022-01-04T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":1},{"from":"2021-07-03T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":1},{"from":"2020-07-03T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":1}],"hasTestScript":true,"readme":"# coffee-unused\n\nThis module helps you identify unused variables in your coffescript project.\nIt finds all unused variables under a given directory and returns an array of objects\nspecifying the name of the variable, its path and line number.\n\n```js\n  [[\n    {\n      name: 'fs'\n      path: 'directory_path/vars/var1.coffee:1'\n      lineNumber: 1\n    }\n    {\n      name: 'options'\n      path: 'directory_path/vars/var1.coffee:3'\n      lineNumber: 3\n    }\n  ]]\n```\n\n## Install\n\n```sh\nnpm install coffee-unused\n```\n\n## Usage\n\n```sh\nnode ./node_modules/coffee-unused/index.js --src <path to walk>  [-s|--skip-parse-error]\n```"},"npm":{"downloads":[{"from":"2022-07-02T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":0},{"from":"2022-06-26T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":0},{"from":"2022-06-03T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":16},{"from":"2022-04-04T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":78},{"from":"2022-01-04T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":129},{"from":"2021-07-03T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":280}],"starsCount":0},"github":{"starsCount":2,"forksCount":2,"subscribersCount":6,"issues":{"count":7,"openCount":0,"distribution":{"3600":3,"10800":0,"32400":1,"97200":0,"291600":2,"874800":1,"2624400":0,"7873200":0,"23619600":0,"70858800":0,"212576400":0},"isDisabled":false},"contributors":[{"username":"hakankaradis","commitsCount":46},{"username":"sinan","commitsCount":3}],"commits":[{"from":"2022-06-26T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":0},{"from":"2022-06-03T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":0},{"from":"2022-04-04T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":0},{"from":"2022-01-04T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":0},{"from":"2021-07-03T00:00:00.000Z","to":"2022-07-03T00:00:00.000Z","count":0}],"statuses":[{"context":"continuous-integration/travis-ci/pr","state":"success"},{"context":"continuous-integration/travis-ci/push","state":"success"}]},"source":{"files":{"readmeSize":623,"testsSize":1209},"outdatedDependencies":{"walk":{"required":"2.3.9","stable":"2.3.15","latest":"2.3.15"},"coffee-script":{"required":"1.12.2","stable":"1.12.7","latest":"1.12.7"},"esprima":{"required":"3.1.3","stable":"4.0.1","latest":"4.0.1"},"coffee-react-transform":{"required":"3.3.0","stable":"5.0.0","latest":"5.0.0"},"async":{"required":"2.1.4","stable":"3.2.4","latest":"3.2.4"},"jasmine-node":{"required":"1.14.5","stable":"3.0.0","latest":"3.0.0"},"command-line-args":{"required":"2.1.6","stable":"5.2.1","latest":"6.0.0-preview.1"},"decaffeinate-parser":{"required":"12.0.0","stable":"23.0.1","latest":"23.0.1"}}}},"evaluation":{"quality":{"carefulness":0.355,"tests":0.85,"health":0.5,"branding":0},"popularity":{"communityInterest":12,"downloadsCount":26,"downloadsAcceleration":-0.07106164383561642,"dependentsCount":0},"maintenance":{"releasesFrequency":0.7591609589041095,"commitsFrequency":0,"openIssues":1,"issuesDistribution":1}},"score":{"final":0.512190316725819,"detail":{"quality":0.6845675743343367,"popularity":0.04407280470964543,"maintenance":0.8325558936489776}}}