UNPKG

stand-in

Version:
31 lines (30 loc) 603 B
{ "name": "stand-in", "version": "4.2.0", "description": "Method replacement and testing utility", "repository": { "type": "git", "url": "git://github.com/continuationlabs/stand-in.git" }, "main": "lib/index.js", "license": "MIT", "scripts": { "test": "belly-button && lab -t 100 -va code" }, "keywords": [ "testing", "proxy-method", "function-replace", "mock", "stub" ], "devDependencies": { "belly-button": "4.x.x", "code": "4.x.x", "lab": "14.x.x" }, "dependencies": { "lodash.get": "4.4.2", "lodash.set": "4.3.2" } }