UNPKG

718 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.0.2",
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 "colors": "^1.1.2",
17 "commander": "2.5.x",
18 "https-proxy-agent": "^5.0.0",
19 "read-installed": "^4.0.3",
20 "walkdir": "0.4.1"
21 },
22 "devDependencies": {
23 "chai": "^4.2.0",
24 "jshint": "^2.12.0",
25 "mocha": "^8.1.3"
26 },
27 "scripts": {
28 "test": "./test"
29 },
30 "engines": {
31 "node": ">= 6.0.0"
32 }
33}