package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@hapi/joi@15.1.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  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. ],
  29. "_resolved": "https://registry.npm.taobao.org/@hapi/joi/download/@hapi/joi-15.1.1.tgz?cache=0&sync_timestamp=1603524515155&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40hapi%2Fjoi%2Fdownload%2F%40hapi%2Fjoi-15.1.1.tgz",
  30. "_spec": "15.1.1",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/joi/issues"
  34. },
  35. "dependencies": {
  36. "@hapi/address": "2.x.x",
  37. "@hapi/bourne": "1.x.x",
  38. "@hapi/hoek": "8.x.x",
  39. "@hapi/topo": "3.x.x"
  40. },
  41. "description": "Object schema validation",
  42. "devDependencies": {
  43. "@hapi/code": "6.x.x",
  44. "@hapi/lab": "20.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. },
  62. "version": "15.1.1"
  63. }