package.json 2.9 KB

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