BE-SPAN/node_modules/shimmer/package.json

28 lines
526 B
JSON
Raw Permalink Normal View History

2024-10-20 15:04:16 +00:00
{
"name": "shimmer",
"version": "1.0.0",
"description": "Safe(r) monkeypatching for JavaScript.",
"main": "index.js",
"scripts": {
"test": "tap test/*.tap.js"
},
"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",
"devDependencies": {
"tap": "~0.4.3",
"sinon": "~1.7.2"
}
}