CJS
E554833
CJS is a JavaScript module format, primarily used in Node.js, that loads modules synchronously with `require` and exports them via `module.exports`.
All labels observed (1)
| Label | Occurrences |
|---|---|
| CJS canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T5922822 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: CJS Context triple: [CommonJS module system, alsoKnownAs, CJS]
-
A.
DCJS
DCJS is the New York State agency responsible for supporting and overseeing criminal justice services, policy, and public safety initiatives across the state.
-
B.
CJO
CJO is the abbreviated title for the senior military officer responsible for overseeing joint operations across multiple service branches.
-
C.
CCJ
CCJ is the Caribbean Court of Justice, the highest judicial body for several Caribbean states, serving both as a final court of appeal and an international court interpreting the Revised Treaty of Chaguaramas.
-
D.
CCJ
CCJ is the commonly used abbreviation for the Central American Court of Justice, a regional judicial body that oversees legal disputes and integration matters among Central American states.
-
E.
BJS
BJS is a U.S. federal agency that collects, analyzes, and publishes data on crime, criminal offenders, victims, and the operation of justice systems.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: CJS Target entity description: CJS is a JavaScript module format, primarily used in Node.js, that loads modules synchronously with `require` and exports them via `module.exports`.
-
A.
DCJS
DCJS is the New York State agency responsible for supporting and overseeing criminal justice services, policy, and public safety initiatives across the state.
-
B.
CJO
CJO is the abbreviated title for the senior military officer responsible for overseeing joint operations across multiple service branches.
-
C.
CCJ
CCJ is the Caribbean Court of Justice, the highest judicial body for several Caribbean states, serving both as a final court of appeal and an international court interpreting the Revised Treaty of Chaguaramas.
-
D.
CCJ
CCJ is the commonly used abbreviation for the Central American Court of Justice, a regional judicial body that oversees legal disputes and integration matters among Central American states.
-
E.
BJS
BJS is a U.S. federal agency that collects, analyzes, and publishes data on crime, criminal offenders, victims, and the operation of justice systems.
- F. None of above. chosen
Statements (46)
| Predicate | Object |
|---|---|
| instanceOf | JavaScript module format ⓘ |
| canBeBundledBy |
Rollup (with plugins)
NERFINISHED
ⓘ
Webpack NERFINISHED ⓘ esbuild NERFINISHED ⓘ |
| category | module system ⓘ |
| coexistsWith | ECMAScript modules NERFINISHED ⓘ |
| comparedTo | ESM NERFINISHED ⓘ |
| configurationInNode | package.json type field ⓘ |
| defaultIn | early Node.js versions ⓘ |
| defaultTypeInNodeWithoutField | commonjs ⓘ |
| dependencyGraph | resolved at runtime ⓘ |
| designedFor | CommonJS specification NERFINISHED ⓘ |
| evaluationOrder | eager ⓘ |
| exportMechanism |
exports object
ⓘ
module.exports ⓘ |
| fullName | CommonJS module format NERFINISHED ⓘ |
| hasFeature |
__dirname
ⓘ
__filename ⓘ module-level scope ⓘ require cache ⓘ |
| hasLimitation |
no static analysis of imports by default
ⓘ
not natively supported in browsers without bundling ⓘ |
| importFunction | require ⓘ |
| influenced | Node.js module ecosystem ⓘ |
| interoperatesWith | ES modules via interop bridges ⓘ |
| loadingMechanism | synchronous ⓘ |
| moduleIdentifier | module.id ⓘ |
| moduleResolution | runtime resolution ⓘ |
| notStandardizedBy | ECMA International NERFINISHED ⓘ |
| originatedIn | CommonJS project ⓘ |
| primaryUsage | server-side JavaScript ⓘ |
| standardizedBy | CommonJS working group NERFINISHED ⓘ |
| supportsCircularDependencies | true ⓘ |
| supportsDefaultExport | via assigning to module.exports ⓘ |
| supportsDynamicLoading | true ⓘ |
| supportsJSONRequire | true in Node.js ⓘ |
| supportsNamedExports | via properties on module.exports ⓘ |
| supportsNativeAddons | true in Node.js ⓘ |
| supportsTopLevelAwait | false ⓘ |
| typicalFileExtension | .js ⓘ |
| typicalUsagePattern |
const x = require('x');
ⓘ
module.exports = function() {}; ⓘ |
| usedFor |
code organization
ⓘ
dependency management ⓘ packaging reusable libraries ⓘ |
| usedIn | Node.js NERFINISHED ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: CJS Description of subject: CJS is a JavaScript module format, primarily used in Node.js, that loads modules synchronously with `require` and exports them via `module.exports`.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.