Skip to content

Commit

Permalink
update deps to roughly match current npm@6
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored and joaocgreis committed Oct 16, 2019
1 parent 5a83630 commit ba0a0b8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"bin": "./bin/node-gyp.js",
"main": "./lib/node-gyp.js",
"dependencies": {
"env-paths": "^1.0.0",
"glob": "^7.0.3",
"graceful-fs": "^4.1.2",
"mkdirp": "^0.5.0",
"nopt": "2 || 3",
"npmlog": "0 || 1 || 2 || 3 || 4",
"request": "^2.87.0",
"rimraf": "2",
"semver": "~5.3.0",
"env-paths": "^2.2.0",
"glob": "^7.1.4",
"graceful-fs": "^4.2.2",
"mkdirp": "^0.5.1",
"nopt": "^4.0.1",
"npmlog": "^4.1.2",
"request": "^2.88.0",
"rimraf": "^2.6.3",
"semver": "^5.7.1",
"tar": "^4.4.12",
"which": "1"
"which": "^1.3.1"
},
"engines": {
"node": ">= 6.0.0"
},
"devDependencies": {
"bindings": "~1.2.1",
"nan": "^2.0.0",
"require-inject": "~1.3.0",
"standard": "~14.3.1",
"bindings": "^1.5.0",
"nan": "^2.14.0",
"require-inject": "^1.4.4",
"standard": "^14.3.1",
"tap": "~12.7.0"
},
"scripts": {
Expand Down

0 comments on commit ba0a0b8

Please sign in to comment.