summaryrefslogtreecommitdiff
path: root/node_modules/node-retrieve-globals/package.json
blob: b88230688b45b17427626c34333cbc309b8053c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"
  }
}