Skip to content

Instantly share code, notes, and snippets.

@rectalogic
Created April 17, 2018 14:50
Show Gist options
  • Save rectalogic/5ebf98bdb74237f1cd87b4bd09dfd198 to your computer and use it in GitHub Desktop.
Save rectalogic/5ebf98bdb74237f1cd87b4bd09dfd198 to your computer and use it in GitHub Desktop.
tree ./node_modules/phantomjs-prebuilt
./node_modules/phantomjs-prebuilt
├── LICENSE.txt
├── bin
│   └── phantomjs
├── install.js
├── lib
│   ├── location.js
│   ├── phantom
│   │   ├── ChangeLog
│   │   ├── LICENSE.BSD
│   │   ├── bin
│   │   │   └── phantomjs
│   │   └── third-party.txt
│   ├── phantomjs.js
│   └── util.js
├── node_modules
│   ├── fs-extra
│   │   ├── LICENSE
│   │   ├── lib
│   │   │   ├── copy
│   │   │   │   ├── copy.js
│   │   │   │   ├── index.js
│   │   │   │   └── ncp.js
│   │   │   ├── copy-sync
│   │   │   │   ├── copy-file-sync.js
│   │   │   │   ├── copy-sync.js
│   │   │   │   └── index.js
│   │   │   ├── empty
│   │   │   │   └── index.js
│   │   │   ├── ensure
│   │   │   │   ├── file.js
│   │   │   │   ├── index.js
│   │   │   │   ├── link.js
│   │   │   │   ├── symlink-paths.js
│   │   │   │   ├── symlink-type.js
│   │   │   │   └── symlink.js
│   │   │   ├── index.js
│   │   │   ├── json
│   │   │   │   ├── index.js
│   │   │   │   ├── jsonfile.js
│   │   │   │   ├── output-json-sync.js
│   │   │   │   └── output-json.js
│   │   │   ├── mkdirs
│   │   │   │   ├── index.js
│   │   │   │   ├── mkdirs-sync.js
│   │   │   │   ├── mkdirs.js
│   │   │   │   └── win32.js
│   │   │   ├── move
│   │   │   │   └── index.js
│   │   │   ├── output
│   │   │   │   └── index.js
│   │   │   ├── remove
│   │   │   │   ├── index.js
│   │   │   │   └── rimraf.js
│   │   │   ├── util
│   │   │   │   ├── assign.js
│   │   │   │   └── utimes.js
│   │   │   ├── walk
│   │   │   │   └── index.js
│   │   │   └── walk-sync
│   │   │   └── index.js
│   │   └── package.json
│   ├── jsonfile
│   │   ├── LICENSE
│   │   ├── index.js
│   │   └── package.json
│   ├── progress
│   │   ├── LICENSE
│   │   ├── index.js
│   │   ├── lib
│   │   │   └── node-progress.js
│   │   └── package.json
│   └── which
│   ├── LICENSE
│   ├── bin
│   │   └── which
│   ├── package.json
│   └── which.js
└── package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment