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

66 lines
1.5 KiB
JSON

{
"name": "joi",
"description": "Object schema validation",
"version": "6.5.0",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/joi.git"
},
"main": "lib/index.js",
"keywords": [
"schema",
"validation"
],
"engines": {
"node": ">=0.10.30",
"npm": "2.x"
},
"dependencies": {
"hoek": "^2.2.x",
"topo": "1.x.x",
"isemail": "1.x.x",
"moment": "2.x.x"
},
"devDependencies": {
"code": "1.x.x",
"lab": "5.x.x",
"markdown-toc": "^0.11.0"
},
"scripts": {
"test": "lab -t 100 -a code -L",
"test-cov-html": "lab -r html -o coverage.html -a code",
"toc": "node generate-readme-toc.js"
},
"license": "BSD-3-Clause",
"gitHead": "a10e67073f101ebe94041721f83080224d8cdc77",
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
"homepage": "https://github.com/hapijs/joi#readme",
"_id": "joi@6.5.0",
"_shasum": "dcef2643e6e0ded0e680e658912af9658d6ec333",
"_from": "joi@6.5.0",
"_npmVersion": "2.8.4",
"_nodeVersion": "0.10.30",
"_npmUser": {
"name": "marsup",
"email": "marsup@gmail.com"
},
"dist": {
"shasum": "dcef2643e6e0ded0e680e658912af9658d6ec333",
"tarball": "http://registry.npmjs.org/joi/-/joi-6.5.0.tgz"
},
"maintainers": [
{
"name": "hueniverse",
"email": "eran@hueniverse.com"
},
{
"name": "marsup",
"email": "marsup@gmail.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/joi/-/joi-6.5.0.tgz"
}