Gazebo_simulation-Frontend/node_modules/joi/package.json

37 lines
935 B
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
2021-02-25 11:57:52 -04:00
"name": "joi",
"description": "Object schema validation",
"version": "11.4.0",
"homepage": "https://github.com/hapijs/joi",
"repository": "git://github.com/hapijs/joi",
"main": "lib/index.js",
"keywords": [
"hapi",
"schema",
"validation"
2020-12-21 11:29:31 -04:00
],
2021-02-25 11:57:52 -04:00
"engines": {
"node": ">=4.0.0"
2020-12-21 11:29:31 -04:00
},
"dependencies": {
"hoek": "4.x.x",
"isemail": "3.x.x",
"topo": "2.x.x"
},
"devDependencies": {
"hapitoc": "1.x.x",
"lab": "14.x.x"
},
"scripts": {
"test": "lab -t 100 -a code -L",
"test-debug": "lab -a code",
2021-02-25 11:57:52 -04:00
"test-cov-html": "lab -r html -o coverage.html -a code",
2020-12-21 11:29:31 -04:00
"toc": "hapitoc",
"version": "npm run toc && git add API.md README.md"
},
2021-02-25 11:57:52 -04:00
"license": "BSD-3-Clause"
,"_resolved": "https://registry.npmjs.org/joi/-/joi-11.4.0.tgz"
,"_integrity": "sha512-O7Uw+w/zEWgbL6OcHbyACKSj0PkQeUgmehdoXVSxt92QFCq4+1390Rwh5moI2K/OgC7D8RHRZqHZxT2husMJHA=="
,"_from": "joi@11.4.0"
}