Urara-Blog/node_modules/.pnpm-store/v3/files/85/41ccdfc42d6e1c8c868a544aa800951f63d0f646862d28bed5f0582db56583f6c43b532aeed15bded199b7db555bd8f048fd90b6ddd3718bdf842c500b2f2a
2022-08-14 01:14:53 +08:00

35 lines
740 B
Text

{
"name": "aproba",
"version": "2.0.0",
"description": "A ridiculously light-weight argument validator (now browser friendly)",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"standard": "^11.0.1",
"tap": "^12.0.1"
},
"files": [
"index.js"
],
"scripts": {
"pretest": "standard",
"test": "tap --100 -J test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/iarna/aproba"
},
"keywords": [
"argument",
"validate"
],
"author": "Rebecca Turner <me@re-becca.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/iarna/aproba/issues"
},
"homepage": "https://github.com/iarna/aproba"
}