https://github.com/ulixee/noderdom-detached
https://github.com/ulixee/noderdom-detached
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ulixee/noderdom-detached
- Owner: ulixee
- License: mit
- Created: 2020-06-18T16:57:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:41:16.000Z (over 3 years ago)
- Last Synced: 2025-01-21T16:44:52.108Z (over 1 year ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Noderdom library
A TypeScript implementation of W3C DOM for Node.js. Fully compatible with `W3C DOM level2`; and some compatibility with `level3`. Supports `DOMParser`, `XMLSerializer` and `DOMImplementation` interface.
Based on the work of [XMLDOM](https://github.com/jindw/xmldom), [XMLDOM-TS](https://github.com/backslash47/xmldom), and [JSDOM](https://github.com/jsdom/jsdom).
## Requirements
- [Node v12.x or greater](https://nodejs.org/en/download/)
## Usage
Install with yarn or npm:
```
yarn add noderdom-detached
# npm install noderdom-detached
```
## Licence
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.