31 lines
816 B
JSON
31 lines
816 B
JSON
|
{
|
||
|
"name": "node-retrieve-globals",
|
||
|
"version": "6.0.1",
|
||
|
"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.4",
|
||
|
"ava": "^6.2.0",
|
||
|
"cross-env": "^7.0.3"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"acorn": "^8.14.1",
|
||
|
"acorn-walk": "^8.3.4",
|
||
|
"esm-import-transformer": "^3.0.3"
|
||
|
}
|
||
|
}
|