first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"name": "get-them-args",
"version": "1.3.2",
"description": "Parse argument options",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tiaanduplessis/get-them-args.git"
},
"homepage": "https://github.com/tiaanduplessis/get-them-args",
"bugs": "https://github.com/tiaanduplessis/get-them-args/issues",
"author": "Tiaan du Plessis",
"scripts": {
"test": "jest",
"lint": "standard --fix",
"coverage": "jest --coverage"
},
"files": [
"index.js"
],
"keywords": [
"args",
"get-them-args",
"parser",
"arguments"
],
"devDependencies": {
"jest": "^23.4.1",
"standard": "^11.0.1"
},
"standard": {
"env": {
"jest": true
}
}
}