package.json
 1  {
 2    "name": "at-least-node",
 3    "version": "1.0.0",
 4    "description": "Lightweight Node.js version sniffing/comparison",
 5    "keywords": [
 6      "semver",
 7      "feature"
 8    ],
 9    "homepage": "https://github.com/RyanZim/at-least-node#readme",
10    "bugs": {
11      "url": "https://github.com/RyanZim/at-least-node/issues"
12    },
13    "repository": {
14      "type": "git",
15      "url": "git+https://github.com/RyanZim/at-least-node.git"
16    },
17    "license": "ISC",
18    "author": "Ryan Zimmerman <opensrc@ryanzim.com>",
19    "main": "index.js",
20    "files": [],
21    "scripts": {
22      "test": "ava"
23    },
24    "devDependencies": {
25      "ava": "^3.1.0",
26      "rewire": "^4.0.1",
27      "semver": "^7.1.2"
28    },
29    "engines": {
30      "node": ">= 4.0.0"
31    }
32  }