package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@hapi/joi@15.0.3",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@hapi/joi@15.0.3",
  10. "_id": "@hapi/joi@15.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6UVo/YWeXpRRJtVnXn3SGEhGOKc=",
  13. "_location": "/@hapi/joi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@hapi/joi@15.0.3",
  19. "name": "@hapi/joi",
  20. "escapedName": "@hapi%2fjoi",
  21. "scope": "@hapi",
  22. "rawSpec": "15.0.3",
  23. "saveSpec": null,
  24. "fetchSpec": "15.0.3"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-shared-utils"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@hapi/joi/download/@hapi/joi-15.0.3.tgz",
  30. "_spec": "15.0.3",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/joi/issues"
  34. },
  35. "dependencies": {
  36. "@hapi/address": "2.x.x",
  37. "@hapi/hoek": "6.x.x",
  38. "@hapi/topo": "3.x.x"
  39. },
  40. "description": "Object schema validation",
  41. "devDependencies": {
  42. "@hapi/code": "5.x.x",
  43. "@hapi/lab": "18.x.x",
  44. "hapitoc": "1.x.x"
  45. },
  46. "homepage": "https://github.com/hapijs/joi",
  47. "keywords": [
  48. "schema",
  49. "validation"
  50. ],
  51. "license": "BSD-3-Clause",
  52. "main": "lib/index.js",
  53. "name": "@hapi/joi",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/hapijs/joi.git"
  57. },
  58. "scripts": {
  59. "test": "lab -t 100 -a @hapi/code -L",
  60. "test-cov-html": "lab -r html -o coverage.html -a @hapi/code",
  61. "toc": "hapitoc && node docs/check-errors-list.js",
  62. "version": "npm run toc && git add API.md README.md"
  63. },
  64. "version": "15.0.3"
  65. }