first commit

This commit is contained in:
2025-10-10 18:00:07 -04:00
commit 06b59a3a99
3786 changed files with 571590 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"name": "@honeo/check",
"version": "2.9.0",
"description": "型・インスタンスなどの確認",
"main": "index.mjs",
"scripts": {
"test": "node ./test/index.mjs"
},
"author": "honeo",
"license": "MIT",
"devDependencies": {
"@azure/abort-controller": "^1.0.4",
"jsdom": "^16.5.0",
"node-abort-controller": "^3.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/honeo/check.git"
},
"keywords": [
"check",
"type",
"instance"
],
"bugs": {
"url": "https://github.com/honeo/check/issues"
},
"homepage": "https://github.com/honeo/check#readme"
}