package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "has-values@1.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-values@1.0.0",
  10. "_id": "has-values@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
  13. "_location": "/has-values",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-values@1.0.0",
  19. "name": "has-values",
  20. "escapedName": "has-values",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/has-value"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/has-values/issues"
  37. },
  38. "dependencies": {
  39. "is-number": "^3.0.0",
  40. "kind-of": "^4.0.0"
  41. },
  42. "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
  43. "devDependencies": {
  44. "gulp-format-md": "^0.1.12",
  45. "mocha": "^3.4.1"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/has-values",
  54. "keywords": [
  55. "array",
  56. "boolean",
  57. "empty",
  58. "find",
  59. "function",
  60. "has",
  61. "hasOwn",
  62. "javascript",
  63. "js",
  64. "key",
  65. "keys",
  66. "node.js",
  67. "null",
  68. "number",
  69. "object",
  70. "properties",
  71. "property",
  72. "string",
  73. "type",
  74. "util",
  75. "utilities",
  76. "utility",
  77. "value",
  78. "values"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "has-values",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jonschlinkert/has-values.git"
  86. },
  87. "scripts": {
  88. "test": "mocha"
  89. },
  90. "verb": {
  91. "run": true,
  92. "toc": false,
  93. "layout": "default",
  94. "tasks": [
  95. "readme"
  96. ],
  97. "plugins": [
  98. "gulp-format-md"
  99. ],
  100. "related": {
  101. "list": [
  102. "has-value",
  103. "kind-of",
  104. "is-number",
  105. "is-plain-object",
  106. "isobject"
  107. ]
  108. },
  109. "reflinks": [
  110. "verb"
  111. ],
  112. "lint": {
  113. "reflinks": true
  114. }
  115. },
  116. "version": "1.0.0"
  117. }