package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@hapi/joi@15.1.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@hapi/joi@15.1.1",
  10. "_id": "@hapi/joi@15.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-xnW4pxKW8Cgz+NbSQ7NMV7jOGdc=",
  13. "_location": "/@hapi/joi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@hapi/joi@15.1.1",
  19. "name": "@hapi/joi",
  20. "escapedName": "@hapi%2fjoi",
  21. "scope": "@hapi",
  22. "rawSpec": "15.1.1",
  23. "saveSpec": null,
  24. "fetchSpec": "15.1.1"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-shared-utils",
  28. "/workbox-build"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/@hapi/joi/download/@hapi/joi-15.1.1.tgz",
  31. "_spec": "15.1.1",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  33. "bugs": {
  34. "url": "https://github.com/hapijs/joi/issues"
  35. },
  36. "dependencies": {
  37. "@hapi/address": "2.x.x",
  38. "@hapi/bourne": "1.x.x",
  39. "@hapi/hoek": "8.x.x",
  40. "@hapi/topo": "3.x.x"
  41. },
  42. "description": "Object schema validation",
  43. "devDependencies": {
  44. "@hapi/code": "6.x.x",
  45. "@hapi/lab": "20.x.x"
  46. },
  47. "homepage": "https://github.com/hapijs/joi",
  48. "keywords": [
  49. "schema",
  50. "validation"
  51. ],
  52. "license": "BSD-3-Clause",
  53. "main": "lib/index.js",
  54. "name": "@hapi/joi",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/hapijs/joi.git"
  58. },
  59. "scripts": {
  60. "test": "lab -t 100 -a @hapi/code -L",
  61. "test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
  62. },
  63. "version": "15.1.1"
  64. }