package.json 3.1 KB

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