package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. "kind-of@3.2.2",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "kind-of@3.2.2",
  9. "_id": "kind-of@3.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  12. "_location": "/kind-of",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "kind-of@3.2.2",
  18. "name": "kind-of",
  19. "escapedName": "kind-of",
  20. "rawSpec": "3.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.2"
  23. },
  24. "_requiredBy": [
  25. "/align-text"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  28. "_spec": "3.2.2",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  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. "contributors": [
  38. {
  39. "name": "David Fox-Powell",
  40. "url": "https://dtothefp.github.io/me"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "Ken Sheedlo",
  48. "url": "kensheedlo.com"
  49. },
  50. {
  51. "name": "laggingreflex",
  52. "url": "https://github.com/laggingreflex"
  53. },
  54. {
  55. "name": "Miguel Mota",
  56. "url": "https://miguelmota.com"
  57. },
  58. {
  59. "name": "Peter deHaan",
  60. "url": "http://about.me/peterdehaan"
  61. }
  62. ],
  63. "dependencies": {
  64. "is-buffer": "^1.1.5"
  65. },
  66. "description": "Get the native type of a value.",
  67. "devDependencies": {
  68. "ansi-bold": "^0.1.1",
  69. "benchmarked": "^1.0.0",
  70. "browserify": "^14.3.0",
  71. "glob": "^7.1.1",
  72. "gulp-format-md": "^0.1.12",
  73. "mocha": "^3.3.0",
  74. "type-of": "^2.0.1",
  75. "typeof": "^1.0.0"
  76. },
  77. "engines": {
  78. "node": ">=0.10.0"
  79. },
  80. "files": [
  81. "index.js"
  82. ],
  83. "homepage": "https://github.com/jonschlinkert/kind-of",
  84. "keywords": [
  85. "arguments",
  86. "array",
  87. "boolean",
  88. "check",
  89. "date",
  90. "function",
  91. "is",
  92. "is-type",
  93. "is-type-of",
  94. "kind",
  95. "kind-of",
  96. "number",
  97. "object",
  98. "of",
  99. "regexp",
  100. "string",
  101. "test",
  102. "type",
  103. "type-of",
  104. "typeof",
  105. "types"
  106. ],
  107. "license": "MIT",
  108. "main": "index.js",
  109. "name": "kind-of",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  113. },
  114. "scripts": {
  115. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  116. "test": "mocha"
  117. },
  118. "verb": {
  119. "related": {
  120. "list": [
  121. "is-glob",
  122. "is-number",
  123. "is-primitive"
  124. ]
  125. },
  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. "reflinks": [
  138. "verb"
  139. ]
  140. },
  141. "version": "3.2.2"
  142. }