CoolFace
Apppublic

Umama-at-Bluchip/Quick-UI

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json34 linesDownload Raw Back to object-schema
1{2  "name": "@humanwhocodes/object-schema",3  "version": "2.0.2",4  "description": "An object schema merger/validator",5  "main": "src/index.js",6  "directories": {7    "test": "tests"8  },9  "scripts": {10    "test": "mocha tests/"11  },12  "repository": {13    "type": "git",14    "url": "git+https://github.com/humanwhocodes/object-schema.git"15  },16  "keywords": [17    "object",18    "validation",19    "schema",20    "merge"21  ],22  "author": "Nicholas C. Zakas",23  "license": "BSD-3-Clause",24  "bugs": {25    "url": "https://github.com/humanwhocodes/object-schema/issues"26  },27  "homepage": "https://github.com/humanwhocodes/object-schema#readme",28  "devDependencies": {29    "chai": "^4.2.0",30    "eslint": "^5.13.0",31    "mocha": "^5.2.0"32  }33}34