package.json 3.6 KB

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