package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@hapi/hoek@8.5.1",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@hapi/hoek@8.5.1",
  10. "_id": "@hapi/hoek@8.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==",
  13. "_location": "/@hapi/hoek",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@hapi/hoek@8.5.1",
  19. "name": "@hapi/hoek",
  20. "escapedName": "@hapi%2fhoek",
  21. "scope": "@hapi",
  22. "rawSpec": "8.5.1",
  23. "saveSpec": null,
  24. "fetchSpec": "8.5.1"
  25. },
  26. "_requiredBy": [
  27. "/@hapi/joi",
  28. "/@hapi/topo"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz",
  31. "_spec": "8.5.1",
  32. "_where": "D:\\代码\\单商户\\admin",
  33. "bugs": {
  34. "url": "https://github.com/hapijs/hoek/issues"
  35. },
  36. "dependencies": {},
  37. "description": "General purpose node utilities",
  38. "devDependencies": {
  39. "@hapi/code": "6.x.x",
  40. "@hapi/lab": "20.x.x"
  41. },
  42. "files": [
  43. "lib"
  44. ],
  45. "homepage": "https://github.com/hapijs/hoek#readme",
  46. "keywords": [
  47. "utilities"
  48. ],
  49. "license": "BSD-3-Clause",
  50. "main": "lib/index.js",
  51. "name": "@hapi/hoek",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/hapijs/hoek.git"
  55. },
  56. "scripts": {
  57. "test": "lab -a @hapi/code -t 100 -L -Y",
  58. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  59. },
  60. "types": "lib/index.d.ts",
  61. "version": "8.5.1"
  62. }