package.json 3.5 KB

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