{ "_args": [ [ "webpack-external-import@2.2.4", "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series" ] ], "_from": "webpack-external-import@2.2.4", "_id": "webpack-external-import@2.2.4", "_inBundle": false, "_integrity": "sha512-yJUHeu/UaZ8o0gCQyor6nsjEVdgc3ao8w7E6j28Dh1BanMxnqm0PumdElh2C5z/DMTcw1knQbpEArRo6/knNog==", "_location": "/webpack-external-import", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "webpack-external-import@2.2.4", "name": "webpack-external-import", "escapedName": "webpack-external-import", "rawSpec": "2.2.4", "saveSpec": null, "fetchSpec": "2.2.4" }, "_requiredBy": [ "/extract-css-chunks-webpack-plugin" ], "_resolved": "https://registry.npmjs.org/webpack-external-import/-/webpack-external-import-2.2.4.tgz", "_spec": "2.2.4", "_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series", "author": { "name": "Zack Jackson", "email": "zack@ScriptedAlchemy.com", "url": "https://github.com/ScriptedAlchemy" }, "babel": { "presets": [ "@babel/preset-env", "@babel/preset-react" ], "plugins": [ "@babel/plugin-proposal-optional-chaining" ], "env": { "production": { "plugins": [ "transform-remove-console" ] } } }, "bugs": { "url": "https://github.com/ScriptedAlchemy/webpack-external-import/issues" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "assert": "^2.0.0", "dimport": "^1.0.0", "fs-extra": "^8.1.0", "loadjs": "^4.2.0", "mem": "^6.0.1", "pkg-up": "^3.1.0", "tapable": "^1.1.3" }, "description": "dynamic import() external urls!", "devDependencies": { "@babel/cli": "7.8.4", "@babel/core": "7.8.4", "@babel/helper-module-imports": "7.8.3", "@babel/plugin-proposal-class-properties": "7.8.3", "@babel/plugin-proposal-optional-chaining": "7.8.3", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-transform-react-jsx": "7.8.3", "@babel/plugin-transform-runtime": "7.8.3", "@babel/preset-env": "7.8.4", "@babel/preset-react": "7.8.3", "@babel/traverse": "7.8.4", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.3", "babel-loader": "8.0.6", "babel-plugin-transform-remove-console": "6.9.4", "babel-watch": "7.0.0", "commitizen": "4.0.3", "concurrently": "5.1.0", "cross-env": "7.0.0", "cz-conventional-changelog": "3.1.0", "eslint": "6.8.0", "eslint-config-airbnb": "18.0.1", "eslint-config-prettier": "6.10.0", "eslint-plugin-import": "2.20.1", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "3.1.2", "eslint-plugin-react": "7.18.3", "eslint-plugin-react-hooks": "1.7.0", "flow-bin": "0.119.1", "html-webpack-plugin": "3.2.0", "jest": "25.1.0", "jest-haste-map": "25.1.0", "jest-puppeteer": "4.4.0", "jest-resolve": "25.1.0", "marked": "0.7.0", "node-cipher": "6.3.3", "paralleljs": "0.2.1", "prettier": "1.19.1", "prop-types": "15.7.2", "puppeteer": "2.1.1", "react": "16.8.6", "react-dom": "16.8.6", "regenerator-runtime": "0.13.3", "schema-utils": "2.6.4", "semantic-release": "17.0.4", "source-map": "0.7.3", "travis-github-status": "1.6.3", "webpack": "4.41.6", "webpack-cli": "3.3.11", "webpack-dev-server": "3.10.3" }, "files": [ "webpack", "babel", "corsImport.js", "index.js", "polyfill.js", "react.js", "loader" ], "homepage": "https://github.com/ScriptedAlchemy/webpack-external-import#readme", "keywords": [ "import url", "dynamic imports url", "over the wire", "import() url", "external url import", "script injection", "webpack import url", "webpack", "manifest", "dynamic dll plugin", "dll plugin", "runtime" ], "license": "MIT", "name": "webpack-external-import", "peerDependencies": { "webpack": "^4.40.2" }, "repository": { "type": "git", "url": "git+https://github.com/ScriptedAlchemy/webpack-external-import.git" }, "scripts": { "commit": "npx git-cz", "compile": "rm -rf webpack index.js corsImport.js react.js polyfill.js; babel src -d .", "demo": "cd manual; yarn && cd ../; concurrently \"yarn compile\" \"yarn demo:one\" \"yarn demo:two\" \"yarn demo:three\"", "demo:debug": "cd manual; yarn && cd ../; concurrently \"yarn kill-ports\" \"yarn compile\" \"yarn demo:one\" \"yarn demo:two:debug\" \"yarn demo:three\"", "demo:fast": "yarn compile && yarn demo:one:fast | yarn demo:two:fast", "demo:one": "cd manual/website1; yarn manual:dev", "demo:one:debug": "cd manual/website1; yarn && yarn manual:debug", "demo:one:prod": "cd manual/website1; yarn && yarn manual:prod", "demo:prod": "cd manual; yarn && cd ../; concurrently \"yarn kill-ports\" \"yarn compile\" \"yarn demo:one:prod\" \"yarn demo:two:prod\" \"yarn demo:three:prod \"", "demo:three": "cd manual/website3; yarn manual:dev", "demo:three:debug": "cd manual/website3; yarn && yarn manual:debug", "demo:three:prod": "cd manual/website3; yarn && yarn manual:prod", "demo:two": "cd manual/website2; yarn manual:dev", "demo:two:debug": "cd manual/website2; yarn && yarn manual:debug", "demo:two:prod": "cd manual/website2; yarn && yarn manual:prod", "kill-ports": "lsof -ti:3001 | xargs kill -9; lsof -ti:3002 | xargs kill -9; lsof -ti:3003 | xargs kill -9", "lint": "eslint --ext .js,.ts,.tsx src --fix", "prepare": "BABEL_ENV=production yarn compile", "semantic-release": "semantic-release", "test": "yarn lint" }, "version": "2.2.4" }