package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "_args": [
  3. [
  4. "kind-of@3.2.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "kind-of@3.2.2",
  10. "_id": "kind-of@3.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
  13. "_location": "/kind-of",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "kind-of@3.2.2",
  19. "name": "kind-of",
  20. "escapedName": "kind-of",
  21. "rawSpec": "3.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.2"
  24. },
  25. "_requiredBy": [
  26. "/align-text",
  27. "/condense-newlines",
  28. "/is-accessor-descriptor",
  29. "/is-data-descriptor",
  30. "/is-number",
  31. "/micromatch",
  32. "/object-copy",
  33. "/snapdragon-util",
  34. "/to-object-path",
  35. "/to-regex-range/is-number",
  36. "/watchpack-chokidar2/is-number",
  37. "/webpack-dev-server/is-number"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  40. "_spec": "3.2.2",
  41. "_where": "E:\\2023\\5\\myjadmin",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/jonschlinkert/kind-of/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "David Fox-Powell",
  52. "url": "https://dtothefp.github.io/me"
  53. },
  54. {
  55. "name": "Jon Schlinkert",
  56. "url": "http://twitter.com/jonschlinkert"
  57. },
  58. {
  59. "name": "Ken Sheedlo",
  60. "url": "kensheedlo.com"
  61. },
  62. {
  63. "name": "laggingreflex",
  64. "url": "https://github.com/laggingreflex"
  65. },
  66. {
  67. "name": "Miguel Mota",
  68. "url": "https://miguelmota.com"
  69. },
  70. {
  71. "name": "Peter deHaan",
  72. "url": "http://about.me/peterdehaan"
  73. }
  74. ],
  75. "dependencies": {
  76. "is-buffer": "^1.1.5"
  77. },
  78. "description": "Get the native type of a value.",
  79. "devDependencies": {
  80. "ansi-bold": "^0.1.1",
  81. "benchmarked": "^1.0.0",
  82. "browserify": "^14.3.0",
  83. "glob": "^7.1.1",
  84. "gulp-format-md": "^0.1.12",
  85. "mocha": "^3.3.0",
  86. "type-of": "^2.0.1",
  87. "typeof": "^1.0.0"
  88. },
  89. "engines": {
  90. "node": ">=0.10.0"
  91. },
  92. "files": [
  93. "index.js"
  94. ],
  95. "homepage": "https://github.com/jonschlinkert/kind-of",
  96. "keywords": [
  97. "arguments",
  98. "array",
  99. "boolean",
  100. "check",
  101. "date",
  102. "function",
  103. "is",
  104. "is-type",
  105. "is-type-of",
  106. "kind",
  107. "kind-of",
  108. "number",
  109. "object",
  110. "of",
  111. "regexp",
  112. "string",
  113. "test",
  114. "type",
  115. "type-of",
  116. "typeof",
  117. "types"
  118. ],
  119. "license": "MIT",
  120. "main": "index.js",
  121. "name": "kind-of",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  125. },
  126. "scripts": {
  127. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  128. "test": "mocha"
  129. },
  130. "verb": {
  131. "related": {
  132. "list": [
  133. "is-glob",
  134. "is-number",
  135. "is-primitive"
  136. ]
  137. },
  138. "toc": false,
  139. "layout": "default",
  140. "tasks": [
  141. "readme"
  142. ],
  143. "plugins": [
  144. "gulp-format-md"
  145. ],
  146. "lint": {
  147. "reflinks": true
  148. },
  149. "reflinks": [
  150. "verb"
  151. ]
  152. },
  153. "version": "3.2.2"
  154. }