2024-11-03 17:41:45 +01:00

31 lines
815 B
JSON

{
"name": "node-retrieve-globals",
"version": "6.0.0",
"description": "Execute a string of JavaScript using Node.js and return the global variable values and functions.",
"type": "module",
"main": "retrieveGlobals.js",
"scripts": {
"test": "npx ava && cross-env NODE_OPTIONS='--experimental-vm-modules' npx ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zachleat/node-retrieve-globals.git"
},
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
},
"license": "MIT",
"devDependencies": {
"@zachleat/noop": "^1.0.3",
"ava": "^6.1.2",
"cross-env": "^7.0.3"
},
"dependencies": {
"acorn": "^8.1.3",
"acorn-walk": "^8.3.2",
"esm-import-transformer": "^3.0.2"
}
}