123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256 |
- Arguments:
- /Users/wimjiang/.nvm/versions/node/v16.4.2/bin/node /Users/wimjiang/.nvm/versions/node/v16.4.2/bin/yarn
- PATH:
- /Users/wimjiang/.nvm/versions/node/v16.4.2/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
- Yarn version:
- 1.22.10
- Node version:
- 16.4.2
- Platform:
- darwin arm64
- Trace:
- Error: http://182.42.130.126:4873/babel-core: Invalid protocol: socks5:
- at Request.module.exports.Request.init (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:140931:31)
- at new Request (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:140604:8)
- at request (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:136804:10)
- at RequestManager.execute (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:67040:15)
- at RequestManager.shiftQueue (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:67078:10)
- at /Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:66747:13
- at new Promise (<anonymous>)
- at new F (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:5301:28)
- at RequestManager.request (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:66745:19)
- at NpmRegistry.<anonymous> (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:31704:42)
- npm manifest:
- {
- "name": "davinci-webapp",
- "version": "0.3.0",
- "description": "Davinci Web Application",
- "repository": {
- "type": "git",
- "url": "https://github.com/edp963/davinci"
- },
- "engines": {
- "npm": ">=5",
- "node": ">=8.15.1"
- },
- "license": "Apache-2.0",
- "scripts": {
- "analyze:clean": "rimraf stats.json",
- "preanalyze": "npm run analyze:clean",
- "analyze": "node ./internals/scripts/analyze.js",
- "extract-intl": "node ./internals/scripts/extract-intl.js",
- "npmcheckversion": "node ./internals/scripts/npmcheckversion.js",
- "preinstall": "npm run npmcheckversion",
- "prebuild": "npm run build:clean",
- "build:prod": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.dv.babel.js --color -p --progress --hide-modules --display-optimization-bailout",
- "build": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress --hide-modules --display-optimization-bailout",
- "build:clean": "rimraf ./build",
- "start": "cross-env NODE_ENV=development node server",
- "start:production": "npm run test && npm run build && npm run start:prod",
- "start:prod": "cross-env NODE_ENV=production node server",
- "clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean",
- "lint": "npm run lint:ts",
- "lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts",
- "lint:eslint:fix": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts --fix",
- "lint:js": "npm run lint:eslint -- . ",
- "lint:ts": "npm run lint:tslint",
- "lint:tslint": "tslint --config ./tslint.json --project ./tsconfig.json",
- "lint:staged": "lint-staged",
- "pretest": "npm run test:clean",
- "test:clean": "rimraf ./coverage",
- "test": "cross-env NODE_ENV=test jest --coverage",
- "test:watch": "cross-env NODE_ENV=test jest --watchAll",
- "coveralls": "cat ./coverage/lcov.info | coveralls",
- "prettify": "prettier --write"
- },
- "lint-staged": {
- "*.js": [
- "npm run lint:eslint:fix",
- "git add --force"
- ],
- "*.json": [
- "prettier --write",
- "git add --force"
- ],
- "*.ts": "npm run lint:tslint",
- "*.tsx": "npm run lint:tslint"
- },
- "pre-commit": "lint:staged",
- "resolutions": {
- "babel-core": "7.0.0-bridge.0"
- },
- "dependencies": {
- "ace-builds": "^1.4.9",
- "antd": "^3.26.15",
- "axios": "^0.19.0",
- "bootstrap-datepicker": "^1.8.0",
- "chalk": "2.4.2",
- "classnames": "^2.2.6",
- "codemirror": "^5.49.0",
- "compression": "1.7.4",
- "connected-react-router": "6.5.2",
- "core-js": "^3.6.5",
- "cross-env": "5.2.0",
- "echarts": "^4.7.0",
- "echarts-wordcloud": "^1.1.3",
- "escape-html": "^1.0.3",
- "express": "4.16.4",
- "history": "4.9.0",
- "hoist-non-react-statics": "3.3.0",
- "html2canvas": "^1.0.0-rc.5",
- "immer": "^4.0.2",
- "immutable": "^4.0.0-rc.12",
- "intersection-observer": "^0.11.0",
- "intl": "1.2.5",
- "invariant": "2.2.4",
- "ip": "1.1.5",
- "lodash": "4.17.19",
- "memoize-one": "^5.0.0",
- "minimist": "1.2.3",
- "moment": "^2.24.0",
- "prop-types": "15.6.2",
- "react": "16.8.6",
- "react-ace": "^8.1.0",
- "react-color": "^2.17.3",
- "react-dnd": "^9.4.0",
- "react-dnd-html5-backend": "^9.4.0",
- "react-dom": "16.8.6",
- "react-draggable": "4.2.0",
- "react-grid-layout": "0.17.1",
- "react-helmet": "5.2.0",
- "react-hot-loader": "^4.12.17",
- "react-intl": "2.8.0",
- "react-redux": "7.1.3",
- "react-router": "5.1.2",
- "react-router-dom": "5.1.2",
- "react-split-pane": "^0.1.85",
- "react-use": "^13.27.1",
- "redux": "4.0.4",
- "redux-saga": "1.1.3",
- "redux-undo": "1.0.0-beta9-9-7",
- "reselect": "4.0.0",
- "reveal.js": "^4.1.0",
- "slate": "^0.57.1",
- "slate-history": "^0.57.1",
- "slate-hyperscript": "^0.57.1",
- "slate-react": "^0.57.1",
- "three": "^0.101.1",
- "ua-parser-js": "^0.7.20",
- "warning": "4.0.2"
- },
- "devDependencies": {
- "@babel/cli": "7.4.3",
- "@babel/core": "7.4.3",
- "@babel/plugin-proposal-class-properties": "7.4.0",
- "@babel/plugin-proposal-optional-chaining": "^7.9.0",
- "@babel/plugin-syntax-dynamic-import": "7.2.0",
- "@babel/plugin-transform-modules-commonjs": "7.4.3",
- "@babel/plugin-transform-react-constant-elements": "7.2.0",
- "@babel/plugin-transform-react-inline-elements": "7.2.0",
- "@babel/preset-env": "7.9.5",
- "@babel/preset-react": "7.9.4",
- "@babel/preset-typescript": "7.9.0",
- "@babel/register": "7.9.0",
- "@testing-library/jest-dom": "4.2.3",
- "@testing-library/react": "^11.0.4",
- "@types/classnames": "^2.2.9",
- "@types/codemirror": "^0.0.80",
- "@types/echarts": "4.4.1",
- "@types/jest": "^26.0.13",
- "@types/lodash": "^4.14.147",
- "@types/memoize-one": "^4.1.0",
- "@types/react": "16.9.11",
- "@types/react-color": "^3.0.1",
- "@types/react-dom": "16.9.4",
- "@types/react-grid-layout": "^0.16.7",
- "@types/react-helmet": "5.0.14",
- "@types/react-intl": "2.3.18",
- "@types/react-redux": "7.1.5",
- "@types/react-router-dom": "5.1.2",
- "@types/three": "^0.93.22",
- "@types/webpack": "^4.4.2",
- "@types/webpack-env": "^1.13.6",
- "add-asset-html-webpack-plugin": "3.1.3",
- "autoprefixer": "^9.7.6",
- "babel-core": "7.0.0-bridge.0",
- "babel-eslint": "10.0.1",
- "babel-jest": "^26.3.0",
- "babel-loader": "8.0.5",
- "babel-plugin-dynamic-import-node": "2.3.0",
- "babel-plugin-import": "^1.12.0",
- "babel-plugin-lodash": "3.3.4",
- "babel-plugin-react-intl": "3.0.1",
- "babel-plugin-react-transform": "3.0.0",
- "babel-plugin-transform-imports": "^2.0.0",
- "babel-plugin-transform-react-remove-prop-types": "0.4.24",
- "case-sensitive-paths-webpack-plugin": "^2.2.0",
- "circular-dependency-plugin": "5.0.2",
- "compare-versions": "3.4.0",
- "compression-webpack-plugin": "2.0.0",
- "coveralls": "3.0.3",
- "css-loader": "2.1.1",
- "eslint": "6.6.0",
- "eslint-config-prettier": "4.1.0",
- "eslint-config-standard": "14.1.0",
- "eslint-config-standard-react": "9.2.0",
- "eslint-import-resolver-webpack": "0.11.1",
- "eslint-plugin-import": "2.18.2",
- "eslint-plugin-jsx-a11y": "6.2.3",
- "eslint-plugin-node": "10.0.0",
- "eslint-plugin-prettier": "3.0.1",
- "eslint-plugin-promise": "4.2.1",
- "eslint-plugin-react": "7.16.0",
- "eslint-plugin-react-hooks": "^2.5.1",
- "eslint-plugin-redux-saga": "1.0.0",
- "eslint-plugin-standard": "4.0.1",
- "file-loader": "3.0.1",
- "fork-ts-checker-webpack-plugin": "^3.1.0",
- "happypack": "^5.0.1",
- "html-loader": "0.5.5",
- "html-webpack-plugin": "3.2.0",
- "http-proxy-middleware": "^0.19.1",
- "image-webpack-loader": "^4.6.0",
- "imports-loader": "0.8.0",
- "jest": "^26.4.2",
- "less": "^3.10.3",
- "less-loader": "^5.0.0",
- "lint-staged": "8.1.5",
- "null-loader": "0.1.1",
- "postcss-loader": "^3.0.0",
- "pre-commit": "1.2.2",
- "prettier": "^2.0.4",
- "react-test-renderer": "16.8.6",
- "redux-saga-test-plan": "^4.0.0-rc.3",
- "rimraf": "2.6.3",
- "shelljs": "0.8.3",
- "style-loader": "0.23.1",
- "svg-url-loader": "2.3.2",
- "terser-webpack-plugin": "^1.2.3",
- "ts-jest": "^26.3.0",
- "ts-node": "^7.0.0",
- "tsconfig-paths": "^3.4.1",
- "tsconfig-paths-webpack-plugin": "^3.2.0",
- "tslint": "5.11.0",
- "tslint-loader": "3.5.4",
- "tslint-react": "3.6.0",
- "typescript": "^4.0.2",
- "url-loader": "1.1.2",
- "webpack": "4.43.0",
- "webpack-bundle-analyzer": "^3.6.1",
- "webpack-cli": "3.3.0",
- "webpack-dev-middleware": "3.6.2",
- "webpack-hot-middleware": "2.24.3"
- }
- }
- yarn manifest:
- No manifest
- Lockfile:
- No lockfile
|