25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 1.7 KiB

3 yıl önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "joi@11.4.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "joi@11.4.0",
  9. "_id": "joi@11.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-O7Uw+w/zEWgbL6OcHbyACKSj0PkQeUgmehdoXVSxt92QFCq4+1390Rwh5moI2K/OgC7D8RHRZqHZxT2husMJHA==",
  12. "_location": "/joi",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "joi@11.4.0",
  18. "name": "joi",
  19. "escapedName": "joi",
  20. "rawSpec": "11.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "11.4.0"
  23. },
  24. "_requiredBy": [
  25. "/workbox-build"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/joi/-/joi-11.4.0.tgz",
  28. "_spec": "11.4.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "bugs": {
  31. "url": "https://github.com/hapijs/joi/issues"
  32. },
  33. "dependencies": {
  34. "hoek": "4.x.x",
  35. "isemail": "3.x.x",
  36. "topo": "2.x.x"
  37. },
  38. "description": "Object schema validation",
  39. "devDependencies": {
  40. "hapitoc": "1.x.x",
  41. "lab": "14.x.x"
  42. },
  43. "engines": {
  44. "node": ">=4.0.0"
  45. },
  46. "homepage": "https://github.com/hapijs/joi",
  47. "keywords": [
  48. "hapi",
  49. "schema",
  50. "validation"
  51. ],
  52. "license": "BSD-3-Clause",
  53. "main": "lib/index.js",
  54. "name": "joi",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/hapijs/joi.git"
  58. },
  59. "scripts": {
  60. "test": "lab -t 100 -a code -L",
  61. "test-cov-html": "lab -r html -o coverage.html -a code",
  62. "test-debug": "lab -a code",
  63. "toc": "hapitoc",
  64. "version": "npm run toc && git add API.md README.md"
  65. },
  66. "version": "11.4.0"
  67. }