feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
28
api.hyungi.net/node_modules/shimmer/package.json
generated
vendored
Normal file
28
api.hyungi.net/node_modules/shimmer/package.json
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user