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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "_from": "kind-of@^5.0.0",
  3. "_id": "kind-of@5.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
  6. "_location": "/is-descriptor/kind-of",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "kind-of@^5.0.0",
  12. "name": "kind-of",
  13. "escapedName": "kind-of",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/is-descriptor"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
  22. "_shasum": "729c91e2d857b7a419a1f9aa65685c4c33f5845d",
  23. "_spec": "kind-of@^5.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\is-descriptor",
  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. "ansi-bold": "^0.1.1",
  71. "benchmarked": "^1.1.1",
  72. "browserify": "^14.4.0",
  73. "gulp-format-md": "^0.1.12",
  74. "matched": "^0.4.4",
  75. "mocha": "^3.4.2",
  76. "type-of": "^2.0.1",
  77. "typeof": "^1.0.0"
  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. "related": {
  122. "list": [
  123. "is-glob",
  124. "is-number",
  125. "is-primitive"
  126. ]
  127. },
  128. "toc": false,
  129. "layout": "default",
  130. "tasks": [
  131. "readme"
  132. ],
  133. "plugins": [
  134. "gulp-format-md"
  135. ],
  136. "lint": {
  137. "reflinks": true
  138. },
  139. "reflinks": [
  140. "type-of",
  141. "typeof",
  142. "verb"
  143. ]
  144. },
  145. "version": "5.1.0"
  146. }