gitextract_zrcfeuwv/ ├── .gitignore ├── .npmignore ├── .npmrc ├── .tern-project ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── package.json ├── src/ │ ├── README.md │ ├── attr_step.ts │ ├── index.ts │ ├── map.ts │ ├── mark.ts │ ├── mark_step.ts │ ├── replace.ts │ ├── replace_step.ts │ ├── step.ts │ ├── structure.ts │ └── transform.ts └── test/ ├── test-mapping.ts ├── test-replace_step.ts ├── test-step.ts ├── test-structure.ts ├── test-trans.ts └── trans.ts