1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| {
| "name": "posthtml-svg-mode",
| "version": "1.0.3",
| "description": "",
| "license": "MIT",
| "author": "JetBrains",
| "repository": "https://github.com/JetBrains/svg-mixer/tree/v1/posthtml-svg-mode",
| "main": "lib/processor.js",
| "files": [
| "lib/",
| "README.md"
| ],
| "dependencies": {
| "merge-options": "1.0.1",
| "posthtml": "^0.9.2",
| "posthtml-parser": "^0.2.1",
| "posthtml-render": "^1.0.6"
| },
| "scripts": {
| "lint": "eslint lib test",
| "test": "nyc --reporter=lcov mocha -r ../../test/mocha-setup.js"
| }
| }
|
|