{"id":22748527,"url":"https://github.com/pitr/numb","last_synced_at":"2025-04-14T12:05:43.081Z","repository":{"id":65466521,"uuid":"1505363","full_name":"pitr/numb","owner":"pitr","description":"[DEPRECATED use npm] The easiest way to manage your node.js application's dependencies","archived":false,"fork":false,"pushed_at":"2012-07-09T00:19:30.000Z","size":106,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T12:05:38.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pitr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-21T04:08:29.000Z","updated_at":"2023-09-08T16:28:52.000Z","dependencies_parsed_at":"2023-02-20T20:30:46.488Z","dependency_job_id":null,"html_url":"https://github.com/pitr/numb","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitr%2Fnumb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitr%2Fnumb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitr%2Fnumb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitr%2Fnumb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pitr","download_url":"https://codeload.github.com/pitr/numb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877985,"owners_count":21176243,"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","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":"2024-12-11T03:33:12.299Z","updated_at":"2025-04-14T12:05:43.057Z","avatar_url":"https://github.com/pitr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Numb\n\nThe easiest way to manage your node.js application's dependencies. With only one `require`.\n\nNodefile:\n\n    use('express')\n    use('underscore', { as : '_', version : '1.1.4' })\n\napp.js:\n\n    require('numb')\n\n    var app = express.createServer()\n\n    app.get('/:name?', function(req, res) {\n      compiled = _.template(\"Hello \u003c%= name %\u003e\")\n      res.send(compiled({ name : req.params.name }))\n    })\n\n    app.listen(4000)\n\nAnd finally:\n\n    $ numb\n    $ node app.js\n    $ open http://localhost:4000/me\n\n## Installation\n\nYou guessed it,\n\n    $ npm install numb\n\n## Tutorial\n\n1. Using DSL, describe all your dependencies in Nodefile.\n2. Add a simple `require('numb')`, your last require!\n3. Run `numb`, which will install required versions locally.\n4. That's it!\n\n## Contribute\n\nThe usual. Pull requests are welcomed. Bugs go\nto [Issues](https://github.com/pitr/numb/issues).\n\n## Changelog\n\n* 0.1.1 - fix bug with executable (missing hashbang)\n* 0.1.0 - Basic implementation, `numb` either installs everything from Nodefile or creates a dummy one.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitr%2Fnumb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpitr%2Fnumb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitr%2Fnumb/lists"}