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

61 lines
1.5 KiB
JSON

{
"_args": [
[
"@hapi/address@2.0.0",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_development": true,
"_from": "@hapi/address@2.0.0",
"_id": "@hapi/address@2.0.0",
"_inBundle": false,
"_integrity": "sha512-mV6T0IYqb0xL1UALPFplXYQmR0twnXG0M6jUswpquqT2sD12BOiCiLy3EvMp/Fy7s3DZElC4/aPjEjo2jeZpvw==",
"_location": "/@hapi/address",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@hapi/address@2.0.0",
"name": "@hapi/address",
"escapedName": "@hapi%2faddress",
"scope": "@hapi",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/@hapi/joi"
],
"_resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"bugs": {
"url": "https://github.com/hapijs/address/issues"
},
"dependencies": {},
"description": "Email address and domain validation",
"devDependencies": {
"code": "5.x.x",
"lab": "18.x.x"
},
"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": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
},
"version": "2.0.0"
}