This commit is contained in:
2023-08-11 10:45:20 +08:00
commit 161ca982f3
31850 changed files with 2706500 additions and 0 deletions

63
node_modules/@sideway/address/package.json generated vendored Normal file
View File

@ -0,0 +1,63 @@
{
"_from": "@sideway/address@^4.1.3",
"_id": "@sideway/address@4.1.4",
"_inBundle": false,
"_integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==",
"_location": "/@sideway/address",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@sideway/address@^4.1.3",
"name": "@sideway/address",
"escapedName": "@sideway%2faddress",
"scope": "@sideway",
"rawSpec": "^4.1.3",
"saveSpec": null,
"fetchSpec": "^4.1.3"
},
"_requiredBy": [
"/joi"
],
"_resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz",
"_shasum": "03dccebc6ea47fdc226f7d3d1ad512955d4783f0",
"_spec": "@sideway/address@^4.1.3",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\joi",
"bugs": {
"url": "https://github.com/sideway/address/issues"
},
"bundleDependencies": false,
"dependencies": {
"@hapi/hoek": "^9.0.0"
},
"deprecated": false,
"description": "Email address and domain validation",
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x",
"typescript": "4.0.x"
},
"files": [
"lib"
],
"homepage": "https://github.com/sideway/address#readme",
"keywords": [
"email",
"domain",
"address",
"validation"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@sideway/address",
"repository": {
"type": "git",
"url": "git://github.com/sideway/address.git"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"types": "lib/index.d.ts",
"version": "4.1.4"
}