├── .gitignore ├── LICENSE ├── README.md ├── browsers.js ├── history_paths.js ├── index.js ├── package.json └── test.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MyOutDeskLLC/node-browser-history/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MyOutDeskLLC/node-browser-history/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MyOutDeskLLC/node-browser-history/HEAD/README.md -------------------------------------------------------------------------------- /browsers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MyOutDeskLLC/node-browser-history/HEAD/browsers.js -------------------------------------------------------------------------------- /history_paths.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MyOutDeskLLC/node-browser-history/HEAD/history_paths.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MyOutDeskLLC/node-browser-history/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MyOutDeskLLC/node-browser-history/HEAD/package.json -------------------------------------------------------------------------------- /test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MyOutDeskLLC/node-browser-history/HEAD/test.js --------------------------------------------------------------------------------