Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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