{"id":26246212,"url":"https://github.com/zillow/deepnotify","last_synced_at":"2025-10-04T21:15:41.577Z","repository":{"id":10873725,"uuid":"13161309","full_name":"zillow/deepnotify","owner":"zillow","description":"Takes a root dir and recursively streams present and future files","archived":false,"fork":false,"pushed_at":"2013-10-01T18:04:27.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"zillow","last_synced_at":"2025-06-25T15:08:17.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npmjs.org/package/deepnotify","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zillow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-27T21:10:10.000Z","updated_at":"2014-08-03T11:35:50.000Z","dependencies_parsed_at":"2022-09-03T00:00:57.175Z","dependency_job_id":null,"html_url":"https://github.com/zillow/deepnotify","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/zillow/deepnotify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fdeepnotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fdeepnotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fdeepnotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fdeepnotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zillow","download_url":"https://codeload.github.com/zillow/deepnotify/tar.gz/refs/heads/zillow","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fdeepnotify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278373515,"owners_count":25976150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-13T13:17:38.027Z","updated_at":"2025-10-04T21:15:41.552Z","avatar_url":"https://github.com/zillow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"deepnotify\n==============\n\nTakes a root dir and recursively streams present and\nfuture files using `inotify(7)`.\n\n[![build status](https://secure.travis-ci.org/uggedal/deepnotify.png)](http://travis-ci.org/uggedal/deepnotify)\n[![dependency status](https://david-dm.org/uggedal/deepnotify.png)](https://david-dm.org/uggedal/deepnotify)\n[![dev dependency status](https://david-dm.org/uggedal/deepnotify/dev-status.png)](https://david-dm.org/uggedal/deepnotify#info=devDependencies)\n\nExample\n-------\n\n```javascript\nvar deepnotify = require('deepnotify');\n\nvar d = deepnotify('.');\nd.pipe(process.stdout);\n\nsetTimeout(function() {\n  d.close();\n}, 5*1000);\n```\n\nMehods\n------\n\n```javascript\nvar deepnotify = require('deepnotify');\n```\n\n### var d = deepnotify(root)\n\nReturn a redable stream of all present and future files recursively\nbeneath a `root` directory.\n\n### d.close()\n\nClose all `inotify(7)` watches on `root` and all its subdirectories.\n\nCompatibility\n-------------\n\n`deepnotify` requires Node.js version 0.10.0 or higher and a Linux\nsystem with a kernel version of 2.6.13 or higher.\n\nLicense\n-------\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzillow%2Fdeepnotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzillow%2Fdeepnotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzillow%2Fdeepnotify/lists"}