| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "aproba",
- "version": "1.2.0",
- "description": "A ridiculously light-weight argument validator (now browser friendly)",
- "main": "index.js",
- "directories": {
- "test": "test"
- },
- "dependencies": {},
- "devDependencies": {
- "standard": "^10.0.3",
- "tap": "^10.0.2"
- },
- "files": [
- "index.js"
- ],
- "scripts": {
- "test": "standard && tap -j3 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",
- "__npminstall_done": "Thu Dec 24 2020 20:20:53 GMT+0800 (CST)",
- "_from": "aproba@1.2.0",
- "_resolved": "https://registry.npm.taobao.org/aproba/download/aproba-1.2.0.tgz"
- }
|