UNPKG

ava-playback

Version:

Record and playback http requests with nock, integrated into ava

52 lines (51 loc) 1.28 kB
{ "name": "ava-playback", "version": "0.0.15", "description": "Record and playback http requests with nock, integrated into ava", "main": "dist/index.js", "repository": "https://github.com/dempfi/ava-playback", "author": "Ike Ku <dempfi@yahoo.com>", "license": "Apache-2.0", "scripts": { "build": "rm -rf ./dist && tsc", "watch": "rm -rf ./dist && tsc -w --pretty" }, "files": [ "dist", "*.js" ], "keywords": [ "ava", "http", "mock", "nock", "playback", "requests", "test", "testing", "vcr", "record" ], "dependencies": { "json-stable-stringify": "^1.0.1", "lodash.escaperegexp": "^4.1.2", "lodash.isarray": "^4.0.0", "lodash.isequalwith": "^4.4.0", "lodash.isplainobject": "^4.0.6", "lodash.mapvalues": "^4.6.0", "nock": "^9.0.24", "pkg-conf": "^2.0.0", "shorthash": "^0.0.2" }, "devDependencies": { "@types/json-stable-stringify": "^1.0.31", "@types/lodash.escaperegexp": "^4.1.2", "@types/lodash.isarray": "^4.0.2", "@types/lodash.isequalwith": "^4.4.2", "@types/lodash.isplainobject": "^4.0.2", "@types/lodash.mapvalues": "^4.6.2", "@types/nock": "^8.2.1", "@types/node": "^7.0.18", "typescript": "^2.5.3" } }