package.json 3.2 KB

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