| Current Path : /var/node/inatote/Inatote-Backend/node_modules/joi/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/joi/package.json |
{
"_from": "joi@^17.4.1",
"_id": "joi@17.4.1",
"_inBundle": false,
"_integrity": "sha512-gDPOwQ5sr+BUxXuPDGrC1pSNcVR/yGGcTI0aCnjYxZEa3za60K/iCQ+OFIkEHWZGVCUcUlXlFKvMmrlmxrG6UQ==",
"_location": "/joi",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "joi@^17.4.1",
"name": "joi",
"escapedName": "joi",
"rawSpec": "^17.4.1",
"saveSpec": null,
"fetchSpec": "^17.4.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/joi/-/joi-17.4.1.tgz",
"_shasum": "15d2f23c8cbe4d1baded2dd190c58f8dbe11cca0",
"_spec": "joi@^17.4.1",
"_where": "/var/node/inatote/Inatote-Backend",
"browser": "dist/joi-browser.min.js",
"bugs": {
"url": "https://github.com/sideway/joi/issues"
},
"bundleDependencies": false,
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
"@sideway/address": "^4.1.0",
"@sideway/formula": "^3.0.0",
"@sideway/pinpoint": "^2.0.0"
},
"deprecated": false,
"description": "Object schema validation",
"devDependencies": {
"@hapi/bourne": "2.x.x",
"@hapi/code": "8.x.x",
"@hapi/joi-legacy-test": "npm:@hapi/joi@15.x.x",
"@hapi/lab": "24.x.x",
"typescript": "4.3.x"
},
"files": [
"lib/**/*",
"dist/*"
],
"homepage": "https://github.com/sideway/joi#readme",
"keywords": [
"schema",
"validation"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "joi",
"repository": {
"type": "git",
"url": "git://github.com/sideway/joi.git"
},
"scripts": {
"prepublishOnly": "cd browser && npm install && npm run build",
"test": "lab -t 100 -a @hapi/code -L -Y",
"test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
},
"types": "lib/index.d.ts",
"version": "17.4.1"
}