mirror of https://gitee.com/bigwinds/arangodb
78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"_from": "joi-to-json-schema@4.0.1",
|
|
"_id": "joi-to-json-schema@4.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MYJ+gqucm9ZhI6x8FHNYTCY4M6ROlbtFeibjVk+SnPXxbirFc+TdcelXKcjbKfdIvzVkT6kVxQuRK22tQLa6lQ==",
|
|
"_location": "/joi-to-json-schema",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "joi-to-json-schema@4.0.1",
|
|
"name": "joi-to-json-schema",
|
|
"escapedName": "joi-to-json-schema",
|
|
"rawSpec": "4.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/joi-to-json-schema/-/joi-to-json-schema-4.0.1.tgz",
|
|
"_shasum": "bb6aee73a4e9f0f4ce143a408ab524c204d529aa",
|
|
"_spec": "joi-to-json-schema@4.0.1",
|
|
"_where": "/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node",
|
|
"author": {
|
|
"name": "James Lal [:lightsofapollo]"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lightsofapollo/joi-to-json-schema/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "MooYeol Prescott Lee",
|
|
"email": "mooyoul@gmail.com",
|
|
"url": "https://github.com/mooyoul"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "Joi -> JSON Schema Converter",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.0",
|
|
"babel-preset-latest": "^6.24.0",
|
|
"babel-register": "^6.24.0",
|
|
"joi": "^13.0.1",
|
|
"json-schema": "^0.2.2",
|
|
"lodash": "^3.10.1",
|
|
"mocha": "^2.5.3"
|
|
},
|
|
"homepage": "https://github.com/lightsofapollo/joi-to-json-schema",
|
|
"keywords": [
|
|
"joi",
|
|
"json-schema",
|
|
"json",
|
|
"schema"
|
|
],
|
|
"license": "Apache2",
|
|
"main": "build/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Rob Raisch [:raisch]"
|
|
}
|
|
],
|
|
"name": "joi-to-json-schema",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lightsofapollo/joi-to-json-schema.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel -s --out-dir build src",
|
|
"prepublish": "npm run build",
|
|
"pretest": "npm run build",
|
|
"test": "mocha"
|
|
},
|
|
"version": "4.0.1"
|
|
}
|