1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@hapi/address/package.json

57 lines
1.6 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "@hapi/address@2.x.x",
"_id": "@hapi/address@2.1.4",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==",
2023-12-18 13:12:25 +08:00
"_location": "/@hapi/address",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "@hapi/address@2.x.x",
2023-12-18 13:12:25 +08:00
"name": "@hapi/address",
"escapedName": "@hapi%2faddress",
"scope": "@hapi",
2024-01-16 21:26:16 +08:00
"rawSpec": "2.x.x",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "2.x.x"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@hapi/joi"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/@hapi/address/-/address-2.1.4.tgz",
"_shasum": "5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5",
"_spec": "@hapi/address@2.x.x",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@hapi\\joi",
2023-12-18 13:12:25 +08:00
"bugs": {
"url": "https://github.com/hapijs/address/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {},
2024-01-16 21:26:16 +08:00
"deprecated": "Moved to 'npm install @sideway/address'",
2023-12-18 13:12:25 +08:00
"description": "Email address and domain validation",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
2023-12-18 13:12:25 +08:00
},
"homepage": "https://github.com/hapijs/address#readme",
"keywords": [
"email",
"domain",
"address",
"validation"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@hapi/address",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/address.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"test": "lab -a @hapi/code -t 100 -L",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "2.1.4"
2023-12-18 13:12:25 +08:00
}