canirequire

canirequireCommonJS › json-stable-stringify-without-jsonify

Is json-stable-stringify-without-jsonify ESM-only? Can you require() it?

deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies

Last verified Sep 9, 2026 against json-stable-stringify-without-jsonify@1.0.1. JSON

CommonJS CommonJS — require() works on every Node.js version

json-stable-stringify-without-jsonify ships CommonJS only. require("json-stable-stringify-without-jsonify") works everywhere. import "json-stable-stringify-without-jsonify" also works because Node.js and Bun can import CommonJS from ES modules, but only the default export is guaranteed; named imports depend on Node's static analysis of the module.

Latest
1.0.1 (Dec 15, 2016)
Module format
CommonJS
Last CommonJS version
1.0.1
TypeScript types
@types/json-stable-stringify-without-jsonify
Node engines
not declared
Weekly downloads
72.1M
License
MIT

Does json-stable-stringify-without-jsonify@1.0.1 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("json-stable-stringify-without-jsonify") from a CommonJS file and import "json-stable-stringify-without-jsonify" from an ES module.

Runtimerequire("json-stable-stringify-without-jsonify")import "json-stable-stringify-without-jsonify"
Node.js 18✓ works✓ works
Node.js 20✓ works✓ works
Node.js 22✓ works✓ works
Node.js 24✓ works✓ works
Node.js 26✓ works✓ works
Bun 1.4✓ works✓ works

How to import json-stable-stringify-without-jsonify

ES modules (import)

import jsonStableStringifyWithoutJsonify from "json-stable-stringify-without-jsonify";

Named imports from a CommonJS package only work when Node.js can statically detect them. If a named import fails, use the default import and destructure.

CommonJS (require)

const jsonStableStringifyWithoutJsonify = require("json-stable-stringify-without-jsonify");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (1 versions; the newest 1 shown).

VersionsFormatFirst published
1.0.1CommonJSDec 15, 2016

Frequently asked

Is json-stable-stringify-without-jsonify ESM-only?

json-stable-stringify-without-jsonify@1.0.1 is a CommonJS package. json-stable-stringify-without-jsonify ships CommonJS only. require("json-stable-stringify-without-jsonify") works everywhere. import "json-stable-stringify-without-jsonify" also works because Node.js and Bun can import CommonJS from ES modules, but only the default export is guaranteed; named imports depend on Node's static analysis of the module.

Can I import json-stable-stringify-without-jsonify with ES module syntax?

Yes. import jsonStableStringifyWithoutJsonify from "json-stable-stringify-without-jsonify" works in Node.js and Bun because they support importing CommonJS modules. Named imports work only when Node.js can statically detect the exports.

Does json-stable-stringify-without-jsonify work in Bun?

Yes. import "json-stable-stringify-without-jsonify" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does json-stable-stringify-without-jsonify ship TypeScript types?

Not bundled. Install the community types with "npm install -D @types/json-stable-stringify-without-jsonify".

Links

Other commonjs packages

Similar popularity