Skip to content

Commit

Permalink
Merge pull request #1 from bcoe/upgrade-request
Browse files Browse the repository at this point in the history
security: upgrade request
  • Loading branch information
jhs authored Jun 8, 2018
2 parents f22fa35 + 506d191 commit 27897fc
Showing 1 changed file with 45 additions and 23 deletions.
68 changes: 45 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,46 @@
{ "name": "follow"
, "version": "1.0.0"
, "author": { "name": "Jason Smith", "email": "jason.h.smith@gmail.com" }
, "contributors": [ "Jarrett Cruger <jcrugzz@gmail.com>" ]
, "description": "Extremely robust, fault-tolerant CouchDB changes follower"
, "license": "Apache-2.0"
, "keywords": ["couchdb", "changes", "sleep", "sleepy"]
, "homepage": "http://github.com/jhs/follow"
, "repository": { "type": "git"
, "url": "git://github.com/jhs/follow" }
, "engines": { "node": ">=0.8.0" }
, "dependencies" : { "request" : "~2.55.0"
, "browser-request" : "~0.3.0"
, "debug": "^2.1.0"
}
, "devDependencies": { "tap": "~0.4.0"
, "traceback": "~0.3.0"
}
, "browser": { "request" : "browser-request"
}
, "main": "./api.js"
, "scripts": { "test": "tap test/*.js" }
, "bin": {"follow": "./cli.js"}
{
"name": "follow",
"version": "1.0.0",
"author": {
"name": "Jason Smith",
"email": "jason.h.smith@gmail.com"
},
"contributors": [
"Jarrett Cruger <jcrugzz@gmail.com>"
],
"description": "Extremely robust, fault-tolerant CouchDB changes follower",
"license": "Apache-2.0",
"keywords": [
"couchdb",
"changes",
"sleep",
"sleepy"
],
"homepage": "http://github.com/jhs/follow",
"repository": {
"type": "git",
"url": "git://github.com/jhs/follow"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"browser-request": "~0.3.0",
"debug": "^2.1.0",
"request": "^2.83.0"
},
"devDependencies": {
"tap": "~0.4.0",
"traceback": "~0.3.0"
},
"browser": {
"request": "browser-request"
},
"main": "./api.js",
"scripts": {
"test": "tap test/*.js"
},
"bin": {
"follow": "./cli.js"
}
}

0 comments on commit 27897fc

Please sign in to comment.