package.json 1.8 KB

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