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

98 lines
2.3 KiB
JSON

{
"_args": [
[
"joi@8.4.2",
"/home/pluma/projects/arango/arangodb/js/node"
]
],
"_from": "joi@8.4.2",
"_id": "joi@8.4.2",
"_inCache": true,
"_installable": true,
"_location": "/joi",
"_nodeVersion": "5.11.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/joi-8.4.2.tgz_1465743143160_0.9777004311326891"
},
"_npmUser": {
"email": "nicolas@morel.io",
"name": "marsup"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "joi",
"raw": "joi@8.4.2",
"rawSpec": "8.4.2",
"scope": null,
"spec": "8.4.2",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/joi/-/joi-8.4.2.tgz",
"_shasum": "bd7774658fe99058d8994ed1d4b9962484ebb859",
"_shrinkwrap": null,
"_spec": "joi@8.4.2",
"_where": "/home/pluma/projects/arango/arangodb/js/node",
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
"dependencies": {
"hoek": "4.x.x",
"isemail": "2.x.x",
"moment": "2.x.x",
"topo": "2.x.x"
},
"description": "Object schema validation",
"devDependencies": {
"code": "3.x.x",
"lab": "10.x.x",
"markdown-toc": "0.12.x"
},
"directories": {},
"dist": {
"shasum": "bd7774658fe99058d8994ed1d4b9962484ebb859",
"tarball": "https://registry.npmjs.org/joi/-/joi-8.4.2.tgz"
},
"engines": {
"node": ">=4.0.0"
},
"gitHead": "2a65da328d53fd6baa503729a1648ebacafb687c",
"homepage": "https://github.com/hapijs/joi",
"keywords": [
"hapi",
"schema",
"validation"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"maintainers": [
{
"email": "eran@hueniverse.com",
"name": "hueniverse"
},
{
"email": "marsup@gmail.com",
"name": "marsup"
}
],
"name": "joi",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/joi.git"
},
"scripts": {
"test": "lab -t 100 -a code -L",
"test-cov-html": "lab -r html -o coverage.html -a code",
"test-debug": "node $NODE_DEBUG_OPTION ./node_modules/.bin/lab -a code",
"toc": "node generate-readme-toc.js",
"version": "npm run toc && git add API.md README.md"
},
"version": "8.4.2"
}