UNPKG

795 BJSONView Raw
1{
2 "author": "Erlend Oftedal <erlend@oftedal.no>",
3 "name": "retire",
4 "description": "Retire is a tool for detecting use of vulnerable libraries",
5 "version": "3.1.0",
6 "license": "Apache-2.0",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/RetireJS/retire.js.git"
10 },
11 "bin": {
12 "retire": "./bin/retire"
13 },
14 "main": "./lib/retire.js",
15 "dependencies": {
16 "ansi-colors": "^4.1.1",
17 "commander": "2.5.x",
18 "proxy-agent": "^5.0.0",
19 "read-installed": "^4.0.3",
20 "uuid": "^8.3.2",
21 "walkdir": "0.4.1"
22 },
23 "devDependencies": {
24 "chai": "^4.3.4",
25 "jshint": "^2.13.4",
26 "jsonschema": "^1.4.1",
27 "libxmljs": "^0.19.10",
28 "mocha": "^9.2.0"
29 },
30 "scripts": {
31 "test": "./test"
32 },
33 "engines": {
34 "node": ">= 6.0.0"
35 }
36}