package.json 1.7 KB

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