This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/@hapi/address/package.json

57 lines
1.5 KiB
JSON

{
"_from": "@hapi/address@2.x.x",
"_id": "@hapi/address@2.0.0",
"_inBundle": false,
"_integrity": "sha512-mV6T0IYqb0xL1UALPFplXYQmR0twnXG0M6jUswpquqT2sD12BOiCiLy3EvMp/Fy7s3DZElC4/aPjEjo2jeZpvw==",
"_location": "/@hapi/address",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@hapi/address@2.x.x",
"name": "@hapi/address",
"escapedName": "@hapi%2faddress",
"scope": "@hapi",
"rawSpec": "2.x.x",
"saveSpec": null,
"fetchSpec": "2.x.x"
},
"_requiredBy": [
"/@hapi/joi"
],
"_resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.0.0.tgz",
"_shasum": "9f05469c88cb2fd3dcd624776b54ee95c312126a",
"_spec": "@hapi/address@2.x.x",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@hapi/joi",
"bugs": {
"url": "https://github.com/hapijs/address/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"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"
}