package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. "/align-text",
  20. "/is-accessor-descriptor",
  21. "/is-data-descriptor",
  22. "/is-number",
  23. "/object-copy",
  24. "/snapdragon-util",
  25. "/to-object-path"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  28. "_shasum": "31ea21a734bab9bbb0f32466d893aea51e4a3c64",
  29. "_spec": "kind-of@^3.0.2",
  30. "_where": "D:\\workSpace\\dealer_front\\node_modules\\align-text",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/kind-of/issues"
  37. },
  38. "bundleDependencies": false,
  39. "contributors": [
  40. {
  41. "name": "David Fox-Powell",
  42. "url": "https://dtothefp.github.io/me"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "name": "Ken Sheedlo",
  50. "url": "kensheedlo.com"
  51. },
  52. {
  53. "name": "laggingreflex",
  54. "url": "https://github.com/laggingreflex"
  55. },
  56. {
  57. "name": "Miguel Mota",
  58. "url": "https://miguelmota.com"
  59. },
  60. {
  61. "name": "Peter deHaan",
  62. "url": "http://about.me/peterdehaan"
  63. }
  64. ],
  65. "dependencies": {
  66. "is-buffer": "^1.1.5"
  67. },
  68. "deprecated": false,
  69. "description": "Get the native type of a value.",
  70. "devDependencies": {
  71. "ansi-bold": "^0.1.1",
  72. "benchmarked": "^1.0.0",
  73. "browserify": "^14.3.0",
  74. "glob": "^7.1.1",
  75. "gulp-format-md": "^0.1.12",
  76. "mocha": "^3.3.0",
  77. "type-of": "^2.0.1",
  78. "typeof": "^1.0.0"
  79. },
  80. "engines": {
  81. "node": ">=0.10.0"
  82. },
  83. "files": [
  84. "index.js"
  85. ],
  86. "homepage": "https://github.com/jonschlinkert/kind-of",
  87. "keywords": [
  88. "arguments",
  89. "array",
  90. "boolean",
  91. "check",
  92. "date",
  93. "function",
  94. "is",
  95. "is-type",
  96. "is-type-of",
  97. "kind",
  98. "kind-of",
  99. "number",
  100. "object",
  101. "of",
  102. "regexp",
  103. "string",
  104. "test",
  105. "type",
  106. "type-of",
  107. "typeof",
  108. "types"
  109. ],
  110. "license": "MIT",
  111. "main": "index.js",
  112. "name": "kind-of",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  116. },
  117. "scripts": {
  118. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  119. "test": "mocha"
  120. },
  121. "verb": {
  122. "related": {
  123. "list": [
  124. "is-glob",
  125. "is-number",
  126. "is-primitive"
  127. ]
  128. },
  129. "toc": false,
  130. "layout": "default",
  131. "tasks": [
  132. "readme"
  133. ],
  134. "plugins": [
  135. "gulp-format-md"
  136. ],
  137. "lint": {
  138. "reflinks": true
  139. },
  140. "reflinks": [
  141. "verb"
  142. ]
  143. },
  144. "version": "3.2.2"
  145. }