This commit is contained in:
2025-05-12 05:38:44 +09:00
parent dced21c3f8
commit 6d78bfa46e
8120 changed files with 1161564 additions and 0 deletions

27
book/node_modules/json-schema-defaults/bower.json generated vendored Normal file
View File

@ -0,0 +1,27 @@
{
"name": "json-schema-defaults",
"main": "index.js",
"version": "0.1.1",
"authors": [
"Chute <hello@getchute.com>"
],
"description": "Generate JSON object from default values in JSON Schema",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"json",
"schema"
],
"license": "MIT",
"homepage": "https://github.com/chute/json-schema-defaults",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}