npm/tink
a dependency unwinder for javascript observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2959
- days_rel: n/a
- days_push: 1942
- n_releases_24m: 0
Adoption not part of the score
2135 stars · 55 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Tink is an experimental next-generation package manager and runtime for JavaScript developed by the npm team. It installs dependencies into a centralized content-addressable cache and virtually loads node_modules by overriding Node's fs API, without extracting files to disk.
Use cases
- install npm dependencies without creating a node_modules folder
- run JavaScript with dependencies loaded from a shared cache
- experiment with a next-generation npm package manager
- avoid reinstalling the same packages across projects
- generate a package map describing expected dependency files
When to choose
- you want to experiment with cache-based, node_modules-free dependency loading
- you're contributing to or evaluating next-generation npm tooling
When to avoid
- you need a stable package manager for production projects
- you need npm/yarn/pnpm feature parity
- you expect ongoing maintenance - the project has been inactive since 2021
Facets
cli-tool · maturity abandoned
package-manager cli caching developer-tools cli cross-platform npm dependency-management virtual-node-modules experimental command-line javascript nodejs
2 sources
- readme: https://github.com/npm/tink · fetched 2026-08-28 · 3b1359a1b592
- registry_npm: https://registry.npmjs.org/tink · fetched 2026-08-29 · bc5fe98e253d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| npm/tink | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem