Is this specifier a node.js core module?
A high-level API to automate web browsers
Accessibility engine for automated Web UI testing
Babel compiler core.
Standard library
@vue/compiler-core
core-js compat
Base implementation for all Sentry JavaScript SDKs
tldts core primitives (internal module)
Core functions & classes shared by multiple AWS SDK clients.
Positioning library for floating elements: tooltips, popovers, dropdowns, and more
The `util.is*` functions introduced in Node v0.12.
Standard library
The core constants used throughout the remirror codebase
regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
[](https://www.npmjs.com/package/@smithy/core) [](https://www.npmjs.com/package/@smithy/core)
dnd kit – a lightweight React library for building performant and accessible drag and drop experiences
Super-fast alternative for babel
The core of the humanfs library.
Error parser to parse an error instance into a collection of frames
OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.
Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.
Modern and scalable routing for React applications
Super-fast alternative for babel
ontoMDE-core is basically a library for loading a RDFS model in ruby memory and process it to do something usefull such as generating Java or C++ code. ontoMDE-core is used by ontoMDE-uml2 which adds UML2 meta-model definitions and some helper methods. ontoMDE-uml2 is in turn used by ontoMDE-uml2-java which adds methods and rules to generate java5 code. But ontoMDE-core is *not* *UML* *specific* and can be used with *any* RDF[http://en.wikipedia.org/wiki/Resource_Description_Framework] / RDFS[http://en.wikipedia.org/wiki/RDF_Schema] model such as those created with Protege_2000[http://protege.stanford.edu]. This opens to ontoMDE-core users the ability to generate code from custom DSL[http://en.wikipedia.org/wiki/Domain_Specific_Language] models, or join different models. This gem bundles, ontomde-inspector which is a web server for browsing a model and a meta-model inside a running ontomde generator. Inspector is available as an independant script but may also be run from generator (such as ontomde-java with option --inspector or --inspectorAfterLoad ) to provide a view of model before or after generation.
This is a demonstration project for our full-featured java5 code generator. == FEATURES: Open model.pdf to have an idea of supported UML constructs. == SYNOPSIS: === INSTALLATION: 1) download and install a ruby distribution (>=1.8.6) ( http://rubyforge.org/frs/?group_id=167&release_id=17128 ) 2) update ruby plateform $ set HTTP_PROXY=http://yourproxy:yourport (in case you need one) $ gem update --system 3) install ontomde $ set HTTP_PROXY=http://yourproxy:yourport (in case you need one) $ gem install ontomde === RUN DEMONSTRATION:
ontoMDE-uml2 contains UML2 meta-model and helper files to manipulate a UML2 model. ontoMDE-uml2 uses ontoMDE-core which provides core fonctionalities for loading a model in RDF/RDFS format. ontoMDE-UML2 is used by ontoMDE-java which contains rules for generating java Code. ontoMDE contains primitives for converting a UML2 model into a Protégé 2000 RDF/RDFS model. UML2 classes are converted into RDFS classes to allow data instances to be created. This feature is used heavily for providing editors for creating tests data for programs. == FEATURES/PROBLEMS: * UML2 meta-model definition in RDFS format * Ruby helper methods for handling a UML2 model. * UML Stereotype handling helpers. * UML predefined enumerations handling helper. * UML model manipulations helpers (add interface implementations, transform multiple inheritance into single inheritance, ...) UML2 to Protege 2000 features: * single and incremental use. * transparent update of name changes from source to target mode. * class * abstract class * interface * enumerated types * generalization links * implementation links * property, association, composition and aggregation * single and multivalued properties * mandatory fields (cardinaly=0 or >0) * UML documentation notes export to Protege 2000 for easy reference.