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

64 lines
1.6 KiB
JSON

{
"_from": "joi@14.3.1",
"_id": "joi@14.3.1",
"_inBundle": false,
"_integrity": "sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==",
"_location": "/joi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "joi@14.3.1",
"name": "joi",
"escapedName": "joi",
"rawSpec": "14.3.1",
"saveSpec": null,
"fetchSpec": "14.3.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/joi/-/joi-14.3.1.tgz",
"_shasum": "164a262ec0b855466e0c35eea2a885ae8b6c703c",
"_spec": "joi@14.3.1",
"_where": "/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node",
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
"bundleDependencies": false,
"dependencies": {
"hoek": "6.x.x",
"isemail": "3.x.x",
"topo": "3.x.x"
},
"deprecated": false,
"description": "Object schema validation",
"devDependencies": {
"code": "5.x.x",
"hapitoc": "1.x.x",
"lab": "18.x.x"
},
"homepage": "https://github.com/hapijs/joi",
"keywords": [
"hapi",
"schema",
"validation"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "joi",
"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": "lab -a code",
"toc": "hapitoc && node docs/check-errors-list.js",
"version": "npm run toc && git add API.md README.md"
},
"version": "14.3.1"
}