package.json 3.0 KB

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