You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
896 B

1 month ago
  1. {
  2. "name": "@hapi/hoek",
  3. "description": "General purpose node utilities",
  4. "version": "9.3.0",
  5. "repository": "git://github.com/hapijs/hoek",
  6. "main": "lib/index.js",
  7. "types": "lib/index.d.ts",
  8. "keywords": [
  9. "utilities"
  10. ],
  11. "files": [
  12. "lib"
  13. ],
  14. "eslintConfig": {
  15. "extends": [
  16. "plugin:@hapi/module"
  17. ]
  18. },
  19. "dependencies": {},
  20. "devDependencies": {
  21. "@hapi/code": "8.x.x",
  22. "@hapi/eslint-plugin": "*",
  23. "@hapi/lab": "^24.0.0",
  24. "typescript": "~4.0.2"
  25. },
  26. "scripts": {
  27. "test": "lab -a @hapi/code -t 100 -L -Y",
  28. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  29. },
  30. "license": "BSD-3-Clause"
  31. ,"_resolved": "https://registry.npmmirror.com/@hapi/hoek/-/hoek-9.3.0.tgz"
  32. ,"_integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="
  33. ,"_from": "@hapi/hoek@9.3.0"
  34. }