package.json 3.0 KB

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