Initial commit: 11ty website with Fire/Frost branding
This commit is contained in:
30
node_modules/node-retrieve-globals/package.json
generated
vendored
Normal file
30
node_modules/node-retrieve-globals/package.json
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user