You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.9 KiB
74 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"joi@17.13.3",
|
|
"D:\\IDEAproject\\frontend\\Front-end logistics"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "joi@17.13.3",
|
|
"_id": "joi@17.13.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==",
|
|
"_location": "/joi",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "joi@17.13.3",
|
|
"name": "joi",
|
|
"escapedName": "joi",
|
|
"rawSpec": "17.13.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "17.13.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/cli-shared-utils"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/joi/-/joi-17.13.3.tgz",
|
|
"_spec": "17.13.3",
|
|
"_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
|
|
"browser": "dist/joi-browser.min.js",
|
|
"bugs": {
|
|
"url": "https://github.com/hapijs/joi/issues"
|
|
},
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.3.0",
|
|
"@hapi/topo": "^5.1.0",
|
|
"@sideway/address": "^4.1.5",
|
|
"@sideway/formula": "^3.0.1",
|
|
"@sideway/pinpoint": "^2.0.0"
|
|
},
|
|
"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": "^25.1.3",
|
|
"@types/node": "^14.18.63",
|
|
"typescript": "4.3.x"
|
|
},
|
|
"files": [
|
|
"lib/**/*",
|
|
"dist/*"
|
|
],
|
|
"homepage": "https://github.com/hapijs/joi#readme",
|
|
"keywords": [
|
|
"schema",
|
|
"validation"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "lib/index.js",
|
|
"name": "joi",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hapijs/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.13.3"
|
|
}
|