mock-express-response
Advanced tools
Comparing version 0.1.2 to 0.2.0
141
package.json
{ | ||
"name": "mock-express-response", | ||
"version": "0.1.2", | ||
"description": "Nodejs library to mock express http response", | ||
"keywords": [ | ||
"express", | ||
"connect", | ||
"mock", | ||
"stab", | ||
"unit", | ||
"test", | ||
"spec", | ||
"specification", | ||
"bdd", | ||
"tdd", | ||
"response", | ||
"http", | ||
"htttps" | ||
], | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/lykmapipo/mock-express-response.git" | ||
}, | ||
"author": { | ||
"name": "lykmapipo", | ||
"email": "lallyelias87@gmail.com", | ||
"url": "https://github.com/lykmapipo" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/lykmapipo/mock-express-response/issues" | ||
}, | ||
"homepage": "https://github.com/lykmapipo/mock-express-response", | ||
"contributors": [{ | ||
"name": "lykmapipo", | ||
"github": "https://github.com/lykmapipo" | ||
}], | ||
"devDependencies": { | ||
"chai": "^2.2.0", | ||
"ejs": "^2.3.1", | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-jshint": "^0.11.2", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-mocha-test": "^0.12.7", | ||
"jshint-stylish": "^1.0.1", | ||
"lodash": "^3.9.1", | ||
"mocha": "^2.2.4" | ||
}, | ||
"dependencies": { | ||
"content-disposition": "^0.5.0", | ||
"content-type": "^1.0.1", | ||
"cookie": "^0.1.3", | ||
"cookie-signature": "^1.0.6", | ||
"depd": "^1.0.1", | ||
"escape-html": "^1.0.1", | ||
"etag": "^1.6.0", | ||
"mock-express-request": "^0.1.1", | ||
"mock-res": "^0.2.1", | ||
"on-finished": "^2.2.1", | ||
"proxy-addr": "^1.0.8", | ||
"qs": "^2.4.2", | ||
"send": "^0.12.3", | ||
"utils-merge": "^1.0.0", | ||
"vary": "^1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"mock-express-request": "^0.1.1" | ||
"name": "mock-express-response", | ||
"version": "0.2.0", | ||
"description": "Nodejs library to mock express http response", | ||
"keywords": [ | ||
"express", | ||
"connect", | ||
"mock", | ||
"stab", | ||
"unit", | ||
"test", | ||
"spec", | ||
"specification", | ||
"bdd", | ||
"tdd", | ||
"response", | ||
"http", | ||
"htttps" | ||
], | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/lykmapipo/mock-express-response.git" | ||
}, | ||
"author": { | ||
"name": "lykmapipo", | ||
"email": "lallyelias87@gmail.com", | ||
"url": "https://github.com/lykmapipo" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/lykmapipo/mock-express-response/issues" | ||
}, | ||
"homepage": "https://github.com/lykmapipo/mock-express-response", | ||
"contributors": [ | ||
{ | ||
"name": "lykmapipo", | ||
"github": "https://github.com/lykmapipo" | ||
} | ||
} | ||
], | ||
"devDependencies": { | ||
"chai": "^2.2.0", | ||
"ejs": "^2.3.1", | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-jshint": "^0.11.2", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-mocha-test": "^0.12.7", | ||
"jshint-stylish": "^1.0.1", | ||
"lodash": "^3.9.1", | ||
"mocha": "^2.2.4" | ||
}, | ||
"dependencies": { | ||
"content-disposition": "^0.5.0", | ||
"content-type": "^1.0.1", | ||
"cookie": "^0.1.3", | ||
"cookie-signature": "^1.0.6", | ||
"depd": "^1.0.1", | ||
"escape-html": "^1.0.1", | ||
"etag": "^1.6.0", | ||
"mock-express-request": "^0.2.0", | ||
"mock-res": "^0.3.3", | ||
"on-finished": "^2.2.1", | ||
"proxy-addr": "^1.0.8", | ||
"qs": "^2.4.2", | ||
"send": "^0.12.3", | ||
"utils-merge": "^1.0.0", | ||
"vary": "^1.0.0" | ||
} | ||
} |
15
38913
+ Addedfresh@0.5.2(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmock-express-request@0.2.2(transitive)
+ Addedmock-res@0.3.3(transitive)
- Removedfresh@0.3.0(transitive)
- Removedlodash@3.10.1(transitive)
- Removedmock-express-request@0.1.1(transitive)
- Removedmock-res@0.2.1(transitive)
Updatedmock-express-request@^0.2.0
Updatedmock-res@^0.3.3