webpack-encapsulation-plugin
Version:
Control access to modules bundled by Webpack
56 lines (55 loc) • 1.32 kB
JSON
{
"name": "webpack-encapsulation-plugin",
"version": "3.0.0",
"description": "Control access to modules bundled by Webpack",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json",
"./errors/AccessViolationError": "./lib/errors/AccessViolationError.js",
"./errors/SpecifierMismatchError": "./lib/errors/SpecifierMismatchError.js"
},
"files": [
"package.json",
"README.md",
"lib",
"types.d.ts"
],
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.2",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"esmac": "^3.0.0",
"invariant": "^2.2.4"
},
"peerDependencies": {
"webpack": "^5"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/instructure/webpack-encapsulation-plugin.git"
},
"keywords": [
"acl",
"access control",
"encapsulation",
"capsule",
"esm",
"es modules",
"module scope",
"modules",
"scope"
],
"author": "Ahmad Amireh <ahmad@instructure.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/instructure/webpack-encapsulation-plugin/issues"
},
"homepage": "https://github.com/instructure/webpack-encapsulation-plugin#readme"
}