package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@sideway/address@4.1.4",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@sideway/address@4.1.4",
  10. "_id": "@sideway/address@4.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==",
  13. "_location": "/@sideway/address",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@sideway/address@4.1.4",
  19. "name": "@sideway/address",
  20. "escapedName": "@sideway%2faddress",
  21. "scope": "@sideway",
  22. "rawSpec": "4.1.4",
  23. "saveSpec": null,
  24. "fetchSpec": "4.1.4"
  25. },
  26. "_requiredBy": [
  27. "/joi"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@sideway/address/-/address-4.1.4.tgz",
  30. "_spec": "4.1.4",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "bugs": {
  33. "url": "https://github.com/sideway/address/issues"
  34. },
  35. "dependencies": {
  36. "@hapi/hoek": "^9.0.0"
  37. },
  38. "description": "Email address and domain validation",
  39. "devDependencies": {
  40. "@hapi/code": "8.x.x",
  41. "@hapi/lab": "24.x.x",
  42. "typescript": "4.0.x"
  43. },
  44. "files": [
  45. "lib"
  46. ],
  47. "homepage": "https://github.com/sideway/address#readme",
  48. "keywords": [
  49. "email",
  50. "domain",
  51. "address",
  52. "validation"
  53. ],
  54. "license": "BSD-3-Clause",
  55. "main": "lib/index.js",
  56. "name": "@sideway/address",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/sideway/address.git"
  60. },
  61. "scripts": {
  62. "test": "lab -a @hapi/code -t 100 -L -Y",
  63. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  64. },
  65. "types": "lib/index.d.ts",
  66. "version": "4.1.4"
  67. }