package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_from": "kind-of@^6.0.2",
  3. "_id": "kind-of@6.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  6. "_location": "/kind-of",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "kind-of@^6.0.2",
  12. "name": "kind-of",
  13. "escapedName": "kind-of",
  14. "rawSpec": "^6.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.2"
  17. },
  18. "_requiredBy": [
  19. "/is-accessor-descriptor",
  20. "/is-data-descriptor",
  21. "/is-descriptor"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  24. "_shasum": "07c05034a6c349fa06e24fa35aa76db4580ce4dd",
  25. "_spec": "kind-of@^6.0.2",
  26. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\is-descriptor",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/kind-of/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "David Fox-Powell",
  38. "url": "https://dtothefp.github.io/me"
  39. },
  40. {
  41. "name": "James",
  42. "url": "https://twitter.com/aretecode"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "name": "Ken Sheedlo",
  50. "url": "kensheedlo.com"
  51. },
  52. {
  53. "name": "laggingreflex",
  54. "url": "https://github.com/laggingreflex"
  55. },
  56. {
  57. "name": "Miguel Mota",
  58. "url": "https://miguelmota.com"
  59. },
  60. {
  61. "name": "Peter deHaan",
  62. "url": "http://about.me/peterdehaan"
  63. },
  64. {
  65. "name": "tunnckoCore",
  66. "url": "https://i.am.charlike.online"
  67. }
  68. ],
  69. "deprecated": false,
  70. "description": "Get the native type of a value.",
  71. "devDependencies": {
  72. "benchmarked": "^2.0.0",
  73. "browserify": "^14.4.0",
  74. "gulp-format-md": "^1.0.0",
  75. "mocha": "^4.0.1",
  76. "write": "^1.0.3"
  77. },
  78. "engines": {
  79. "node": ">=0.10.0"
  80. },
  81. "files": [
  82. "index.js"
  83. ],
  84. "homepage": "https://github.com/jonschlinkert/kind-of",
  85. "keywords": [
  86. "arguments",
  87. "array",
  88. "boolean",
  89. "check",
  90. "date",
  91. "function",
  92. "is",
  93. "is-type",
  94. "is-type-of",
  95. "kind",
  96. "kind-of",
  97. "number",
  98. "object",
  99. "of",
  100. "regexp",
  101. "string",
  102. "test",
  103. "type",
  104. "type-of",
  105. "typeof",
  106. "types"
  107. ],
  108. "license": "MIT",
  109. "main": "index.js",
  110. "name": "kind-of",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  114. },
  115. "scripts": {
  116. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  117. "test": "mocha"
  118. },
  119. "verb": {
  120. "toc": false,
  121. "layout": "default",
  122. "tasks": [
  123. "readme"
  124. ],
  125. "plugins": [
  126. "gulp-format-md"
  127. ],
  128. "lint": {
  129. "reflinks": true
  130. },
  131. "related": {
  132. "list": [
  133. "is-glob",
  134. "is-number",
  135. "is-primitive"
  136. ]
  137. },
  138. "reflinks": [
  139. "type-of",
  140. "typeof",
  141. "verb"
  142. ]
  143. },
  144. "version": "6.0.3"
  145. }