Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@module-federation
/
runtime-tools
/
Filename :
package.json
back
Copy
{ "name": "@module-federation/runtime-tools", "version": "0.1.6", "author": "zhanghang <hanric.zhang@gmail.com>", "main": "./dist/index.cjs", "module": "./dist/index.esm.js", "types": "./dist/index.cjs.d.ts", "license": "MIT", "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/index.cjs.d.ts", "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js" }, "./runtime": { "types": "./dist/runtime.cjs.d.ts", "import": "./dist/runtime.esm.js", "require": "./dist/runtime.cjs.js" }, "./webpack-bundler-runtime": { "types": "./dist/webpack-bundler-runtime.cjs.d.ts", "import": "./dist/webpack-bundler-runtime.esm.js", "require": "./dist/webpack-bundler-runtime.cjs.js" }, "./*": "./*" }, "typesVersions": { "*": { ".": [ "./dist/index.cjs.d.ts" ], "runtime": [ "./dist/runtime.cjs.d.ts" ], "webpack-bundler-runtime": [ "./dist/webpack-bundler-runtime.cjs.d.ts" ] } }, "dependencies": { "@module-federation/runtime": "0.1.6", "@module-federation/webpack-bundler-runtime": "0.1.6" } }