Initial commit
This commit is contained in:
70
node_modules/joi/package.json
generated
vendored
Normal file
70
node_modules/joi/package.json
generated
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"_from": "joi",
|
||||
"_id": "joi@17.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-F4WiW2xaV6wc1jxete70Rw4V/VuMd6IN+a5ilZsxG4uYtUXWu2kq9W5P2dz30e7Gmw8RCbY/u/uk+dMPma9tAg==",
|
||||
"_location": "/joi",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "joi",
|
||||
"name": "joi",
|
||||
"escapedName": "joi",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/joi/-/joi-17.4.0.tgz",
|
||||
"_shasum": "b5c2277c8519e016316e49ababd41a1908d9ef20",
|
||||
"_spec": "joi",
|
||||
"_where": "C:\\Users\\anelissen\\Development\\tools\\node\\cbor",
|
||||
"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.0.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.0"
|
||||
}
|
||||
Reference in New Issue
Block a user