package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "@hapi/hoek@^9.3.0",
  3. "_id": "@hapi/hoek@9.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
  6. "_location": "/@hapi/hoek",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@hapi/hoek@^9.3.0",
  12. "name": "@hapi/hoek",
  13. "escapedName": "@hapi%2fhoek",
  14. "scope": "@hapi",
  15. "rawSpec": "^9.3.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^9.3.0"
  18. },
  19. "_requiredBy": [
  20. "/@hapi/topo",
  21. "/@sideway/address",
  22. "/joi"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/@hapi/hoek/-/hoek-9.3.0.tgz",
  25. "_shasum": "8368869dcb735be2e7f5cb7647de78e167a251fb",
  26. "_spec": "@hapi/hoek@^9.3.0",
  27. "_where": "E:\\vue_project\\el-table-column\\node_modules\\joi",
  28. "bugs": {
  29. "url": "https://github.com/hapijs/hoek/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "General purpose node utilities",
  35. "devDependencies": {
  36. "@hapi/code": "8.x.x",
  37. "@hapi/eslint-plugin": "*",
  38. "@hapi/lab": "^24.0.0",
  39. "typescript": "~4.0.2"
  40. },
  41. "eslintConfig": {
  42. "extends": [
  43. "plugin:@hapi/module"
  44. ]
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/hapijs/hoek#readme",
  50. "keywords": [
  51. "utilities"
  52. ],
  53. "license": "BSD-3-Clause",
  54. "main": "lib/index.js",
  55. "name": "@hapi/hoek",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/hapijs/hoek.git"
  59. },
  60. "scripts": {
  61. "test": "lab -a @hapi/code -t 100 -L -Y",
  62. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  63. },
  64. "types": "lib/index.d.ts",
  65. "version": "9.3.0"
  66. }