package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "hoek@6.1.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hoek@6.1.3",
  10. "_id": "hoek@6.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-c7fTOVLgH+J6OLBFcpS3ndjaJCw=",
  13. "_location": "/hoek",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hoek@6.1.3",
  19. "name": "hoek",
  20. "escapedName": "hoek",
  21. "rawSpec": "6.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "6.1.3"
  24. },
  25. "_requiredBy": [
  26. "/joi",
  27. "/topo"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/hoek/download/hoek-6.1.3.tgz",
  30. "_spec": "6.1.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/hoek/issues"
  34. },
  35. "dependencies": {},
  36. "description": "General purpose node utilities",
  37. "devDependencies": {
  38. "code": "5.x.x",
  39. "lab": "18.x.x"
  40. },
  41. "homepage": "https://github.com/hapijs/hoek#readme",
  42. "keywords": [
  43. "utilities"
  44. ],
  45. "license": "BSD-3-Clause",
  46. "main": "lib/index.js",
  47. "name": "hoek",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/hapijs/hoek.git"
  51. },
  52. "scripts": {
  53. "test": "lab -a code -t 100 -L",
  54. "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  55. },
  56. "version": "6.1.3"
  57. }