| 1234567891011121314151617 |
- {
- "name": "single-file-jsdom",
- "version": "0.0.1",
- "description": "SingleFile for Node.js/jsdom | Save a page into a single HTML file",
- "main": "./node-jsdom/single-file-jsdom.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Gildas Lormeau",
- "license": "AGPL-3.0-or-later",
- "dependencies": {
- "jsdom": "*",
- "strong-data-uri": "*",
- "iconv-lite": "*",
- "request-promise-native": "*"
- }
- }
|