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

39
book/node_modules/json-schema-defaults/package.json generated vendored Normal file
View File

@ -0,0 +1,39 @@
{
"name": "json-schema-defaults",
"version": "0.1.1",
"description": "Generate JSON object from default values in JSON Schema",
"homepage": "https://github.com/chute/grunt-json-schema-defaults",
"author": {
"name": "Chute",
"email": "hello@getchute.com"
},
"repository": {
"type": "git",
"url": "https://github.com/chute/json-schema-defaults.git"
},
"bugs": {
"url": "https://github.com/chute/json-schema-defaults/issues"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jasmine-node test/ && ./node_modules/karma/bin/karma start --single-run"
},
"keywords": [
"json",
"schema"
],
"license": "MIT",
"devDependencies": {
"karma": "~0.12.14",
"jasmine-node": "mhevery/jasmine-node#Jasmine2.0",
"karma-jasmine": "~0.1.5",
"karma-chrome-launcher": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.4",
"grunt": "~0.4.4",
"grunt-bump": "0.0.13",
"grunt-conventional-changelog": "~1.1.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.10.0"
}
}