4575f9ad562f3933ea20244a03b83892a0d2613e33c357f0725d061d8619bd946bb900827d4e1d7b58c13cf663792a22c87bfb74097fc6fa59b6d2c47ae200 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "has-value",
  3. "version": "0.3.1",
  4. "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
  5. "homepage": "https://github.com/jonschlinkert/has-value",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/has-value",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/has-value/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "dependencies": {
  23. "get-value": "^2.0.3",
  24. "has-values": "^0.1.4",
  25. "isobject": "^2.0.0"
  26. },
  27. "devDependencies": {
  28. "gulp-format-md": "^0.1.7",
  29. "mocha": "^2.4.5"
  30. },
  31. "keywords": [
  32. "array",
  33. "boolean",
  34. "empty",
  35. "find",
  36. "function",
  37. "has",
  38. "hasOwn",
  39. "javascript",
  40. "js",
  41. "key",
  42. "keys",
  43. "node.js",
  44. "null",
  45. "number",
  46. "object",
  47. "properties",
  48. "property",
  49. "string",
  50. "type",
  51. "util",
  52. "utilities",
  53. "utility",
  54. "value"
  55. ],
  56. "verb": {
  57. "run": true,
  58. "toc": false,
  59. "layout": "default",
  60. "tasks": [
  61. "readme"
  62. ],
  63. "plugins": [
  64. "gulp-format-md"
  65. ],
  66. "related": {
  67. "list": [
  68. "get-object",
  69. "get-property",
  70. "get-value",
  71. "set-value"
  72. ]
  73. },
  74. "reflinks": [
  75. "verb"
  76. ],
  77. "lint": {
  78. "reflinks": true
  79. }
  80. }
  81. }