</>PackageGraphPackageGraph

jiti

npmv2.7.0TypeScript

Runtime typescript and ESM support for Node.js

Safe to adopt

Yes — jiti scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 127 days ago. 20 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • BMaintenance: grade B, Good.

    Last published 127 days ago. 20 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 1.7 MB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding jiti to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

1.7 MB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
No constraint declared
Module format
ESM + CommonJS
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the jiti README.

// ESM
import { createJiti } from "jiti";
const jiti = createJiti(import.meta.url);

// CommonJS (deprecated)
const { createJiti } = require("jiti");
const jiti = createJiti(__filename);

Dependencies

Declared by jiti v2.7.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (66)

@babel/core ^7.29.0@babel/helper-module-imports ^7.28.6@babel/helper-module-transforms ^7.28.6@babel/helper-plugin-utils ^7.28.6@babel/helper-simple-access ^7.27.1@babel/plugin-proposal-decorators ^7.29.0@babel/plugin-syntax-class-properties ^7.12.13@babel/plugin-syntax-import-assertions ^7.28.6@babel/plugin-syntax-jsx ^7.28.6@babel/plugin-transform-explicit-resource-management ^7.28.6@babel/plugin-transform-export-namespace-from ^7.27.1@babel/plugin-transform-react-jsx ^7.28.6@babel/plugin-transform-typescript ^7.28.6@babel/preset-typescript ^7.28.5@babel/template ^7.28.6@babel/traverse ^7.29.0@babel/types ^7.29.0@rspack/cli ^2.0.1@rspack/core ^2.0.1@types/babel__core ^7.20.5@types/babel__helper-module-imports ^7.18.3@types/babel__helper-plugin-utils ^7.10.3@types/babel__template ^7.4.4@types/babel__traverse ^7.28.0@types/node ^25.6.0@typescript/native-preview 7.0.0-dev.20260505.1@vitest/coverage-v8 ^4.1.5acorn ^8.16.0babel-plugin-parameter-decorator ^1.0.16changelogen ^0.6.2config ^4.4.1consola ^3.4.2defu ^6.1.7destr ^2.0.5escape-string-regexp ^5.0.0eslint ^10.3.0eslint-config-unjs ^0.6.2estree-walker ^3.0.3etag ^1.8.1fast-glob ^3.3.3get-tsconfig ^4.14.0is-installed-globally ^1.0.0mime ^4.1.0mitata ^1.0.34mlly ^1.8.2moment-timezone ^0.6.2nano-jsx ^0.2.1pathe ^2.0.3pkg-types ^2.3.1preact ^10.29.1preact-render-to-string ^6.6.7prettier ^3.8.3react ^19.2.5react-dom ^19.2.5reflect-metadata ^0.2.2rolldown 1.0.0-rc.18solid-js ^1.9.12std-env ^4.1.0terser-webpack-plugin ^5.5.0tinyexec ^1.1.2ts-loader ^9.5.7typescript ^5.9.3vitest ^4.1.5vue ^3.5.33yoctocolors ^2.1.2zod ^4.4.3

Used by

Popular packages that depend on jiti.

Relationship graph

Dependencies (left) and dependents (right) of jiti.

Frequently installed together

Release history

7 releases in the last two years, typically about 2 days apart.

Recent versions of jiti
VersionPublishedSizeLicense
2.7.0latest4 months ago1.7 MBMIT
2.6.111 months ago1.6 MBMIT
2.6.011 months ago1.7 MBMIT
2.5.11 year ago2.0 MBMIT
2.5.01 year ago2.0 MBMIT
2.4.21 year ago2.0 MBMIT
1.21.71 year ago1.9 MBMIT
2.4.11 year ago2.0 MBMIT
2.4.01 year ago2.0 MBMIT
2.3.31 year ago2.0 MBMIT
2.3.21 year ago2.0 MBMIT
2.3.11 year ago2.0 MBMIT
2.3.01 year ago2.0 MBMIT
2.2.11 year ago2.0 MBMIT
2.2.01 year ago2.0 MBMIT

Overview

jiti is an npm package that runtime typescript and ESM support for Node.js. It has 15 known dependents in the graph. The latest version is 2.7.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need runtime typescript and ESM support for Node.js and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • Large dependency tree (66 direct dependencies) increases install size and audit surface.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use jiti?

Yes — jiti scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 127 days ago. 20 releases in the last 2 years.

How do I install jiti?

Run `npm install jiti` to add jiti to your npm project.

What license is jiti released under?

jiti is distributed under the MIT license.

How popular is jiti?

npm does not publish download counts. Within PackageGraph's crawl, 15 known packages depend on jiti.

Is jiti still maintained?

The most recent release of jiti (v2.7.0) was published 4 months ago.

Does jiti run install scripts?

No. jiti does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.