@mnrendra/mixexports
Version:
A function to mix CommonJS exports.
39 lines (38 loc) • 905 B
JSON
{
"name": "@mnrendra/mixexports",
"version": "2.2.2",
"description": "A function to mix CommonJS exports.",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mnrendra/mixexports.git"
},
"author": {
"name": "Muhammad Rendra",
"email": "mnrendra@users.noreply.github.com",
"url": "https://github.com/mnrendra"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mnrendra/mixexports/issues"
},
"homepage": "https://github.com/mnrendra/mixexports#readme",
"dependencies": {
"acorn": "^8.14.0",
"acorn-walk": "^8.3.4",
"esbuild": "^0.25.0",
"escodegen": "^2.1.0",
"require-from-string": "^2.0.2"
},
"keywords": [
"mixexport",
"mixexports",
"mix-commonjs-exports",
"mix",
"commonjs-exports",
"commonjs",
"exports"
]
}