{ "_from": "@sideway/address@^4.1.0", "_id": "@sideway/address@4.1.2", "_inBundle": false, "_integrity": "sha512-idTz8ibqWFrPU8kMirL0CoPH/A29XOzzAzpyN3zQ4kAWnzmNfFmRaoMNN6VI8ske5M73HZyhIaW4OuSFIdM4oA==", "_location": "/@sideway/address", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@sideway/address@^4.1.0", "name": "@sideway/address", "escapedName": "@sideway%2faddress", "scope": "@sideway", "rawSpec": "^4.1.0", "saveSpec": null, "fetchSpec": "^4.1.0" }, "_requiredBy": [ "/joi" ], "_resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.2.tgz", "_shasum": "811b84333a335739d3969cfc434736268170cad1", "_spec": "@sideway/address@^4.1.0", "_where": "C:\\Users\\anelissen\\Development\\tools\\node\\cbor\\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.2" }