| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 | | { |  |   "name": "posthtml-rename-id", |  |   "version": "1.0.12", |  |   "description": "PostHTML plugin to rename id attributes and it's references", |  |   "keywords": [ |  |     "posthtml", |  |     "posthtml plugin" |  |   ], |  |   "license": "MIT", |  |   "author": "JetBrains", |  |   "homepage": "https://github.com/JetBrains/svg-mixer/tree/master/packages/posthtml-rename-id", |  |   "repository": "https://github.com/JetBrains/svg-mixer", |  |   "files": [ |  |     "index.js" |  |   ], |  |   "dependencies": { |  |     "escape-string-regexp": "1.0.5" |  |   }, |  |   "gitHead": "eb37ef4bcbf7a24173b76319cfa2f299b60ae6dd" |  | } | 
 |