package.json 3.1 KB

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