package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "joi@^17.4.0",
  3. "_id": "joi@17.13.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==",
  6. "_location": "/joi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "joi@^17.4.0",
  12. "name": "joi",
  13. "escapedName": "joi",
  14. "rawSpec": "^17.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^17.4.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-shared-utils"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/joi/-/joi-17.13.3.tgz",
  22. "_shasum": "0f5cc1169c999b30d344366d384b12d92558bcec",
  23. "_spec": "joi@^17.4.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-shared-utils",
  25. "browser": "dist/joi-browser.min.js",
  26. "bugs": {
  27. "url": "https://github.com/hapijs/joi/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@hapi/hoek": "^9.3.0",
  32. "@hapi/topo": "^5.1.0",
  33. "@sideway/address": "^4.1.5",
  34. "@sideway/formula": "^3.0.1",
  35. "@sideway/pinpoint": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Object schema validation",
  39. "devDependencies": {
  40. "@hapi/bourne": "2.x.x",
  41. "@hapi/code": "8.x.x",
  42. "@hapi/joi-legacy-test": "npm:@hapi/joi@15.x.x",
  43. "@hapi/lab": "^25.1.3",
  44. "@types/node": "^14.18.63",
  45. "typescript": "4.3.x"
  46. },
  47. "files": [
  48. "lib/**/*",
  49. "dist/*"
  50. ],
  51. "homepage": "https://github.com/hapijs/joi#readme",
  52. "keywords": [
  53. "schema",
  54. "validation"
  55. ],
  56. "license": "BSD-3-Clause",
  57. "main": "lib/index.js",
  58. "name": "joi",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/hapijs/joi.git"
  62. },
  63. "scripts": {
  64. "prepublishOnly": "cd browser && npm install && npm run build",
  65. "test": "lab -t 100 -a @hapi/code -L -Y",
  66. "test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
  67. },
  68. "types": "lib/index.d.ts",
  69. "version": "17.13.3"
  70. }