package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "has-values",
  3. "version": "0.1.4",
  4. "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
  5. "homepage": "https://github.com/jonschlinkert/has-values",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/has-values",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/has-values/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. "devDependencies": {
  23. "gulp-format-md": "^0.1.7",
  24. "mocha": "^2.4.5"
  25. },
  26. "keywords": [
  27. "array",
  28. "boolean",
  29. "empty",
  30. "find",
  31. "function",
  32. "has",
  33. "hasOwn",
  34. "javascript",
  35. "js",
  36. "key",
  37. "keys",
  38. "node.js",
  39. "null",
  40. "number",
  41. "object",
  42. "properties",
  43. "property",
  44. "string",
  45. "type",
  46. "util",
  47. "utilities",
  48. "utility",
  49. "value"
  50. ],
  51. "verb": {
  52. "run": true,
  53. "toc": false,
  54. "layout": "default",
  55. "tasks": [
  56. "readme"
  57. ],
  58. "plugins": [
  59. "gulp-format-md"
  60. ],
  61. "related": {
  62. "list": [
  63. "has-value",
  64. "isobject",
  65. "is-plain-object"
  66. ]
  67. },
  68. "reflinks": [
  69. "verb"
  70. ],
  71. "lint": {
  72. "reflinks": true
  73. }
  74. },
  75. "__npminstall_done": "Thu Dec 24 2020 20:20:53 GMT+0800 (CST)",
  76. "_from": "has-values@0.1.4",
  77. "_resolved": "https://registry.npm.taobao.org/has-values/download/has-values-0.1.4.tgz"
  78. }