decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
68 lines (67 loc) • 2.09 kB
JSON
{
"_from": "joi@^9.0.0-3",
"_id": "joi@9.2.0",
"_inBundle": false,
"_integrity": "sha1-M4WseQGSEwy+Iw6ALsAskhW7/to=",
"_location": "/clusterpost-server/joi",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "joi@^9.0.0-3",
"name": "joi",
"escapedName": "joi",
"rawSpec": "^9.0.0-3",
"saveSpec": null,
"fetchSpec": "^9.0.0-3"
},
"_requiredBy": [
"/clusterpost-server/couch-update-views"
],
"_resolved": "https://registry.npmjs.org/joi/-/joi-9.2.0.tgz",
"_shasum": "3385ac790192130cbe230e802ec02c9215bbfeda",
"_spec": "joi@^9.0.0-3",
"_where": "/home/gamer456148/Downloads/Decentralized Internet/clusterpost/src/clusterpost-server/node_modules/couch-update-views",
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
"bundleDependencies": false,
"dependencies": {
"hoek": "4.x.x",
"isemail": "2.x.x",
"items": "2.x.x",
"moment": "2.x.x",
"topo": "2.x.x"
},
"deprecated": "This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).",
"description": "Object schema validation",
"devDependencies": {
"code": "4.x.x",
"lab": "11.x.x",
"markdown-toc": "0.13.x"
},
"engines": {
"node": ">=4.0.0"
},
"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": "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": "9.2.0"
}