Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/f7a372e50b3cd6cd42cbbd7a17373400 to your computer and use it in GitHub Desktop.
Save r-ryantm/f7a372e50b3cd6cd42cbbd7a17373400 to your computer and use it in GitHub Desktop.
/nix/store/9z11gar1b9vkcjmc6i4jnhcs3q1cfzbf-jsbeautifier-1.13.0
├── bin
│   └── js-beautify
├── lib
│   └── python2.7
│   └── site-packages
│   ├── jsbeautifier
│   │   ├── cli
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── core
│   │   │   ├── directives.py
│   │   │   ├── directives.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── inputscanner.py
│   │   │   ├── inputscanner.pyc
│   │   │   ├── options.py
│   │   │   ├── options.pyc
│   │   │   ├── output.py
│   │   │   ├── output.pyc
│   │   │   ├── pattern.py
│   │   │   ├── pattern.pyc
│   │   │   ├── templatablepattern.py
│   │   │   ├── templatablepattern.pyc
│   │   │   ├── tokenizer.py
│   │   │   ├── tokenizer.pyc
│   │   │   ├── token.py
│   │   │   ├── token.pyc
│   │   │   ├── tokenstream.py
│   │   │   ├── tokenstream.pyc
│   │   │   ├── whitespacepattern.py
│   │   │   └── whitespacepattern.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── javascript
│   │   │   ├── acorn.py
│   │   │   ├── acorn.pyc
│   │   │   ├── beautifier.py
│   │   │   ├── beautifier.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── options.py
│   │   │   ├── options.pyc
│   │   │   ├── tokenizer.py
│   │   │   └── tokenizer.pyc
│   │   ├── tests
│   │   │   ├── generated
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── tests.py
│   │   │   │   └── tests.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── testindentation.py
│   │   │   └── testindentation.pyc
│   │   ├── unpackers
│   │   │   ├── evalbased.py
│   │   │   ├── evalbased.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── javascriptobfuscator.py
│   │   │   ├── javascriptobfuscator.pyc
│   │   │   ├── myobfuscate.py
│   │   │   ├── myobfuscate.pyc
│   │   │   ├── packer.py
│   │   │   ├── packer.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── testjavascriptobfuscator.py
│   │   │   │   ├── testjavascriptobfuscator.pyc
│   │   │   │   ├── testmyobfuscate.py
│   │   │   │   ├── testmyobfuscate.pyc
│   │   │   │   ├── testpacker.py
│   │   │   │   ├── testpacker.pyc
│   │   │   │   ├── testurlencode.py
│   │   │   │   └── testurlencode.pyc
│   │   │   ├── urlencode.py
│   │   │   └── urlencode.pyc
│   │   ├── __version__.py
│   │   └── __version__.pyc
│   └── jsbeautifier-1.13.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
14 directories, 77 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment