package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "@hapi/address@2.x.x",
  3. "_id": "@hapi/address@2.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==",
  6. "_location": "/@hapi/address",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@hapi/address@2.x.x",
  12. "name": "@hapi/address",
  13. "escapedName": "@hapi%2faddress",
  14. "scope": "@hapi",
  15. "rawSpec": "2.x.x",
  16. "saveSpec": null,
  17. "fetchSpec": "2.x.x"
  18. },
  19. "_requiredBy": [
  20. "/@hapi/joi"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz",
  23. "_shasum": "5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5",
  24. "_spec": "@hapi/address@2.x.x",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@hapi\\joi",
  26. "bugs": {
  27. "url": "https://github.com/hapijs/address/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": "Moved to 'npm install @sideway/address'",
  32. "description": "Email address and domain validation",
  33. "devDependencies": {
  34. "@hapi/code": "6.x.x",
  35. "@hapi/lab": "20.x.x"
  36. },
  37. "homepage": "https://github.com/hapijs/address#readme",
  38. "keywords": [
  39. "email",
  40. "domain",
  41. "address",
  42. "validation"
  43. ],
  44. "license": "BSD-3-Clause",
  45. "main": "lib/index.js",
  46. "name": "@hapi/address",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/hapijs/address.git"
  50. },
  51. "scripts": {
  52. "test": "lab -a @hapi/code -t 100 -L",
  53. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  54. },
  55. "version": "2.1.4"
  56. }