{"id":26665456,"url":"https://github.com/elsehow/ipfs-shrinkwrap","last_synced_at":"2025-10-08T21:25:03.532Z","repository":{"id":76067712,"uuid":"60806007","full_name":"elsehow/ipfs-shrinkwrap","owner":"elsehow","description":"Shrinkwrap your npm dependencies with IPFS","archived":false,"fork":false,"pushed_at":"2017-11-05T22:42:13.000Z","size":8,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T17:49:06.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://gateway.ipfs.io/ipfs/Qmekvk5cCHyvnMQKNf8qJCgANhsdD7vEgJnBQYGhzhWk7K","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/elsehow.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-09T20:48:07.000Z","updated_at":"2017-11-05T22:42:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5d6eeaa-dc0c-4a8e-84f6-b94bd2b091b2","html_url":"https://github.com/elsehow/ipfs-shrinkwrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fipfs-shrinkwrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fipfs-shrinkwrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fipfs-shrinkwrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsehow%2Fipfs-shrinkwrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsehow","download_url":"https://codeload.github.com/elsehow/ipfs-shrinkwrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248486883,"owners_count":21112183,"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":"2025-03-25T17:37:15.110Z","updated_at":"2025-10-08T21:24:58.495Z","avatar_url":"https://github.com/elsehow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipfs-shrinkwrap\n\n[![ipfs-shrinkwrap](https://ipfs.pics/ipfs/QmXV8a5eSGeKBCQjFzsMGyYmoYvshyX8SYBb9JCTEsr7gE)](https://github.com/elsehow/ipfs-shrinkwrap)\n\nShrinkwrap your npm dependencies by backing them up to IPFS.\n\n**WARNING** This is a WIP. Shrinkwrapped dependencies may contain information about your system, e.g. your path or other environment info. *Use at your own risk!* (thanks @clkao).\n\n## install\n\n    npm install -g ipfs-shrinkwrap\n\n## use\n\nFirst, run an [IPFS daemon](https://ipfs.io/).\n\n### Shrinkwrapping your dependencies\n\nMake sure you have a `node_modules/` directory with all the deps you want to shinkwrap. Then,\n\n    ipfs-shrinkwrap\n\nThis will add a field \"ipfs-shrinkwrap\" to your `package.json`.\nRe-run this command whenever your dependencies change, and the IPFS hash in `package.json` will be updated to point at the new dependencies.\n\n### Installing dependencies from IPFS\n\nTo install your dependencies from ipfs (rather than npm), just\n\n    ipfs-shrinkwrap install\n\nThis will install all this package's dependencies into `node_modules/`\n\n## ipfs-shrinkwrap lifestyle\n\nAdd a badge to your project!\n\n[![ipfs-shrinkwrap](https://ipfs.pics/ipfs/QmXV8a5eSGeKBCQjFzsMGyYmoYvshyX8SYBb9JCTEsr7gE)](https://github.com/elsehow/ipfs-shrinkwrap)\n\n```markdown\n[![ipfs-shrinkwrap](https://ipfs.pics/ipfs/QmXV8a5eSGeKBCQjFzsMGyYmoYvshyX8SYBb9JCTEsr7gE)](https://github.com/elsehow/ipfs-shrinkwrap)\n```\nKeep your shinkwrap up to date, automatically! Add ipfs-shrinkwrap to the prepublish hook in your package.json:\n\n```\n{ \n  scripts: {\n    \"prepublish\": \"ipfs-shrinkwrap\"\n  }\n}\n```\n\n## license\n\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fipfs-shrinkwrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsehow%2Fipfs-shrinkwrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsehow%2Fipfs-shrinkwrap/lists"}