package.json 1.6 KB

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