package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "@hapi/address@2.0.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@hapi/address@2.0.0",
  10. "_id": "@hapi/address@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-nwVGnIjLL9Pc1iR3a1TulcMSEmo=",
  13. "_location": "/@hapi/address",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@hapi/address@2.0.0",
  19. "name": "@hapi/address",
  20. "escapedName": "@hapi%2faddress",
  21. "scope": "@hapi",
  22. "rawSpec": "2.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.0"
  25. },
  26. "_requiredBy": [
  27. "/@hapi/joi"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@hapi/address/download/@hapi/address-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/address/issues"
  34. },
  35. "dependencies": {},
  36. "description": "Email address and domain validation",
  37. "devDependencies": {
  38. "code": "5.x.x",
  39. "lab": "18.x.x"
  40. },
  41. "homepage": "https://github.com/hapijs/address#readme",
  42. "keywords": [
  43. "email",
  44. "domain",
  45. "address",
  46. "validation"
  47. ],
  48. "license": "BSD-3-Clause",
  49. "main": "lib/index.js",
  50. "name": "@hapi/address",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/hapijs/address.git"
  54. },
  55. "scripts": {
  56. "test": "lab -a code -t 100 -L",
  57. "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  58. },
  59. "version": "2.0.0"
  60. }