Gazebo_simulation-Frontend/node_modules/joi/package.json

68 lines
1.6 KiB
JSON

{
"_args": [
[
"joi@11.4.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "joi@11.4.0",
"_id": "joi@11.4.0",
"_inBundle": false,
"_integrity": "sha512-O7Uw+w/zEWgbL6OcHbyACKSj0PkQeUgmehdoXVSxt92QFCq4+1390Rwh5moI2K/OgC7D8RHRZqHZxT2husMJHA==",
"_location": "/joi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "joi@11.4.0",
"name": "joi",
"escapedName": "joi",
"rawSpec": "11.4.0",
"saveSpec": null,
"fetchSpec": "11.4.0"
},
"_requiredBy": [
"/workbox-build"
],
"_resolved": "https://registry.npmjs.org/joi/-/joi-11.4.0.tgz",
"_spec": "11.4.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
"dependencies": {
"hoek": "4.x.x",
"isemail": "3.x.x",
"topo": "2.x.x"
},
"description": "Object schema validation",
"devDependencies": {
"hapitoc": "1.x.x",
"lab": "14.x.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": "lab -a code",
"toc": "hapitoc",
"version": "npm run toc && git add API.md README.md"
},
"version": "11.4.0"
}