package.json 2.5 KB

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