package.json 3.5 KB

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