| 1234567891011121314151617181920 |
- {
- "name": "single-file",
- "version": "0.1.18",
- "description": "SingleFile",
- "author": "Gildas Lormeau",
- "license": "AGPL-3.0-or-later",
- "main": "cli/single-file-cli-api.js",
- "bin": {
- "single-file": "./cli/single-file"
- },
- "dependencies": {
- "file-url": "^3.0.0",
- "iconv-lite": "^0.6.2",
- "jsdom": "^16.4.0",
- "puppeteer-core": "^5.3.0",
- "selenium-webdriver": "4.0.0-alpha.7",
- "strong-data-uri": "^1.0.6",
- "yargs": "^16.0.3"
- }
- }
|