mirror of https://gitee.com/bigwinds/arangodb
95 lines
2.4 KiB
JSON
95 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"joi-to-json-schema@2.2.0",
|
|
"/home/pluma/projects/arango/arangodb/js/node"
|
|
]
|
|
],
|
|
"_from": "joi-to-json-schema@2.2.0",
|
|
"_id": "joi-to-json-schema@2.2.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/joi-to-json-schema",
|
|
"_nodeVersion": "4.3.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/joi-to-json-schema-2.2.0.tgz_1463463199906_0.5866289131809026"
|
|
},
|
|
"_npmUser": {
|
|
"email": "james@lightsofapollo.com",
|
|
"name": "lights-of-apollo"
|
|
},
|
|
"_npmVersion": "2.14.12",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "joi-to-json-schema",
|
|
"raw": "joi-to-json-schema@2.2.0",
|
|
"rawSpec": "2.2.0",
|
|
"scope": null,
|
|
"spec": "2.2.0",
|
|
"type": "version"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/joi-to-json-schema/-/joi-to-json-schema-2.2.0.tgz",
|
|
"_shasum": "53bd032cecfbe6cba2b5b08793a3d1658cf752fe",
|
|
"_shrinkwrap": null,
|
|
"_spec": "joi-to-json-schema@2.2.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": {},
|
|
"description": "Joi -> JSON Schema Converter",
|
|
"devDependencies": {
|
|
"6to5": "^3.6.5",
|
|
"joi": "^6.6.0",
|
|
"json-schema": "^0.2.2",
|
|
"lodash": "^3.9.3",
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "53bd032cecfbe6cba2b5b08793a3d1658cf752fe",
|
|
"tarball": "https://registry.npmjs.org/joi-to-json-schema/-/joi-to-json-schema-2.2.0.tgz"
|
|
},
|
|
"gitHead": "ca54f53830fadaa2ae503d69f01e9400255d9a92",
|
|
"homepage": "https://github.com/lightsofapollo/joi-to-json-schema",
|
|
"keywords": [
|
|
"joi",
|
|
"json-schema",
|
|
"json",
|
|
"schema"
|
|
],
|
|
"license": "Apache2",
|
|
"main": "build/index.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "james@lightsofapollo.com",
|
|
"name": "lights-of-apollo"
|
|
},
|
|
{
|
|
"email": "raisch@gmail.com",
|
|
"name": "raisch"
|
|
}
|
|
],
|
|
"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.2.0"
|
|
}
|