四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
586 B

3 years ago
{
"name": "shimmer",
"version": "1.2.1",
"description": "Safe(r) monkeypatching for JavaScript.",
"main": "index.js",
"scripts": {
"test": "standard && tap test/*.tap.js --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/othiym23/shimmer.git"
},
"keywords": [
"monkeypatch",
"swizzle",
"wrapping",
"danger",
"hmm",
"shim"
],
"author": "Forrest L Norvell <ogd@aoaioxxysz.net>",
"license": "BSD-2-Clause",
"devDependencies": {
"sinon": "^7.2.2",
"standard": "^12.0.1",
"tap": "^12.1.1"
}
}