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.

package.json 3.5KB

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