diff --git a/README copy.md b/README copy.md new file mode 100644 index 0000000..b0ee066 --- /dev/null +++ b/README copy.md @@ -0,0 +1,65 @@ +# Better Pull Requests for GitHub + +Chrome and Firefox browser extension to show a file tree on GitHub's Pull Request pages. + +- Browse pull requests with an IDE like file tree +- Private repositories support out of the box +- GitHub Enterprise support +- Dark mode +- Other goodies: track viewed files, resizable tree, expand to full width and more + +![GitHub Pull Request](assets/screenshot.png "GitHub Pull Request") + +## Who made this? + +Tal Bereznitskey. Find me on Twitter as [@ketacode](https://twitter.com/ketacode) and on [LinkedIn](https://www.linkedin.com/in/talbereznitskey). + +This is an open-source community project and is not endorsed or affiliated with GitHub. + +Special thanks goes to [ Torii](https://www.toriihq.com) for providing the time and resources to work on this extension. + +## Install + +Install from the Chrome web store: [Better Pull Requests for GitHub for Chrome](https://chrome.google.com/webstore/detail/nfhdjopbhlggibjlimhdbogflgmbiahc) + +Install from the Firefox Browser Add Ons: [Better Pull Requests for GitHub for Firefox](https://addons.mozilla.org/en-US/firefox/addon/better-pull-request-for-github/) + +## GitHub Enterprise support + +To enable the extension on your organization's domain: + +1. Right click on the extension icon +2. Choose "Enable Better Pull Request for GitHub on this domain" +3. Reload the page + +![Enterprise Support](assets/enterprise.png "Enterprise Support") + +## Development + +1. Install: + ```bash + $ yarn install + ``` + +2. Run + ```bash + $ yarn start + ``` + +3. Load the unpackaged `build/chrome/development` folder on Chrome's "Manage Extensions" tab + +4. Make changes + +5. Click "Reload" on Chrome's "Manage Extensions" tab + +## Testing + +Run tests using jest: +```bash +$ yarn test +``` + +## History + +Find the change log here: [Changelog](https://github.com/berzniz/github_pr_tree/releases) + diff --git a/Test.java b/Test.java new file mode 100644 index 0000000..ed41332 --- /dev/null +++ b/Test.java @@ -0,0 +1,4 @@ +public class Test { + int i = 1; + String s = ""; +} \ No newline at end of file diff --git a/package copy 2.json b/package copy 2.json new file mode 100644 index 0000000..b7aac07 --- /dev/null +++ b/package copy 2.json @@ -0,0 +1,4488 @@ +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +} diff --git a/package copy.json b/package copy.json new file mode 100644 index 0000000..99826f4 --- /dev/null +++ b/package copy.json @@ -0,0 +1,66 @@ +{ + "name": "github_pr_tree", + "version": "1.0.0", + "description": "Add a file tree to GitHub Pull Requests", + "scripts": { + "precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy", + "build": "yarn build-chrome", + "build-chrome": "cross-env TARGET=chrome node utils/build.js", + "build-firefox": "cross-env TARGET=firefox node utils/build.js", + "start": "yarn start-chrome", + "start-chrome": "cross-env NODE_ENV=development TARGET=chrome node utils/start.js", + "start-firefox": "cross-env NODE_ENV=development TARGET=firefox node utils/start.js", + "standard": "standard", + "test": "jest --watch", + "test-ci": "jest" + }, + "dependencies": { + "@babel/core": "^7.14.6", + "@babel/helper-define-map": "^7.14.5", + "@babel/preset-env": "^7.14.7", + "@babel/register": "^7.14.5", + "babel-loader": "^8.2.2", + "babel-preset-react-app": "^10.0.0", + "chrome-web-store-item-property": "^1.1.2", + "copy-webpack-plugin": "^9.0.1", + "core-js": "^3.15.2", + "css-loader": "^6.0.0", + "file-icons-js": "^1.0.3", + "file-loader": "^6.2.0", + "fs-extra": "^9.0.0", + "glamor": "^3.0.0-3", + "hoist-non-react-statics": "^3.3.2", + "html-webpack-plugin": "^5.3.2", + "prop-types": "^15.5.8", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-hot-loader": "^4.13.0", + "react-treeview": "^0.4.7", + "style-loader": "^3.1.0", + "webext-domain-permission-toggle": "^1.0.0", + "webext-dynamic-content-scripts": "^6.0.3", + "webpack": "^5.45.1", + "webpack-dev-server": "^3.11.2", + "write-file-webpack-plugin": "^4.5.1" + }, + "devDependencies": { + "cross-env": "^5.2.0", + "husky": "^0.13.4", + "jest": "^27.0.6", + "sanitize-html": "^2.3.2", + "snazzy": "^7.0.0", + "standard": "^16.0.3", + "webstore-upload": "^0.0.8" + }, + "jest": { + "testEnvironment": "jsdom" + }, + "standard": { + "env": [ + "jest" + ], + "globals": [ + "browser" + ] + } +}