package.json 2.8 KB

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