1
0
Fork 0
arangodb/js/node/node_modules/joi-to-json-schema/package.json

109 lines
2.8 KiB
JSON

{
"_args": [
[
{
"raw": "joi-to-json-schema@2.3.0",
"scope": null,
"escapedName": "joi-to-json-schema",
"name": "joi-to-json-schema",
"rawSpec": "2.3.0",
"spec": "2.3.0",
"type": "version"
},
"/home/pluma/projects/arango/arangodb/js/node"
]
],
"_from": "joi-to-json-schema@2.3.0",
"_id": "joi-to-json-schema@2.3.0",
"_inCache": true,
"_installable": true,
"_location": "/joi-to-json-schema",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/joi-to-json-schema-2.3.0.tgz_1476981206401_0.7305463657248765"
},
"_npmUser": {
"name": "raisch",
"email": "raisch@gmail.com"
},
"_npmVersion": "3.10.5",
"_phantomChildren": {},
"_requested": {
"raw": "joi-to-json-schema@2.3.0",
"scope": null,
"escapedName": "joi-to-json-schema",
"name": "joi-to-json-schema",
"rawSpec": "2.3.0",
"spec": "2.3.0",
"type": "version"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/joi-to-json-schema/-/joi-to-json-schema-2.3.0.tgz",
"_shasum": "50792849b849be040cf75bdc054acac6f0dd14cf",
"_shrinkwrap": null,
"_spec": "joi-to-json-schema@2.3.0",
"_where": "/home/pluma/projects/arango/arangodb/js/node",
"author": {
"name": "James Lal [:lightsofapollo]"
},
"bugs": {
"url": "https://github.com/lightsofapollo/joi-to-json-schema/issues"
},
"dependencies": {
"joi": "^6.10.1",
"lodash": "^3.10.1",
"mocha": "^2.5.3"
},
"description": "Joi -> JSON Schema Converter",
"devDependencies": {
"6to5": "^3.6.5",
"joi": "^6.10.1",
"json-schema": "^0.2.2",
"lodash": "^3.10.1",
"mocha": "^2.5.3"
},
"directories": {},
"dist": {
"shasum": "50792849b849be040cf75bdc054acac6f0dd14cf",
"tarball": "https://registry.npmjs.org/joi-to-json-schema/-/joi-to-json-schema-2.3.0.tgz"
},
"gitHead": "3dfeb8d83b36728859b64aa1e35ba4b261874d7f",
"homepage": "https://github.com/lightsofapollo/joi-to-json-schema",
"keywords": [
"joi",
"json-schema",
"json",
"schema"
],
"license": "Apache2",
"main": "build/index.js",
"maintainers": [
{
"name": "lights-of-apollo",
"email": "james@lightsofapollo.com"
},
{
"name": "raisch",
"email": "raisch@gmail.com"
}
],
"name": "joi-to-json-schema",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/lightsofapollo/joi-to-json-schema.git"
},
"scripts": {
"build": "6to5 -s -e src --out-dir build",
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "mocha"
},
"version": "2.3.0"
}