package.json 2.4 KB

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