gitextract_snszas4p/ ├── .github/ │ └── workflows/ │ └── npm-publish.yml ├── .gitignore ├── .npmignore ├── .travis.yml ├── CHANGELOG.md ├── LICENSE ├── README.md ├── babel.config.json ├── bin/ │ └── cli.js ├── example/ │ └── safe.js ├── package.json └── src/ ├── analyzer-family.js ├── analyzer.js ├── heuristic-analyzer.js ├── index.js └── test/ └── regex.spec.js