package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_args": [
  3. [
  4. "kind-of@6.0.2",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "kind-of@6.0.2",
  10. "_id": "kind-of@6.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ARRrNqYhjmTljzqNZt5df8b20FE=",
  13. "_location": "/kind-of",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "kind-of@6.0.2",
  19. "name": "kind-of",
  20. "escapedName": "kind-of",
  21. "rawSpec": "6.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.2"
  24. },
  25. "_requiredBy": [
  26. "/base/is-accessor-descriptor",
  27. "/base/is-data-descriptor",
  28. "/base/is-descriptor",
  29. "/define-property/is-accessor-descriptor",
  30. "/define-property/is-data-descriptor",
  31. "/define-property/is-descriptor",
  32. "/extglob/is-accessor-descriptor",
  33. "/extglob/is-data-descriptor",
  34. "/extglob/is-descriptor",
  35. "/micromatch",
  36. "/nanomatch",
  37. "/snapdragon-node/is-accessor-descriptor",
  38. "/snapdragon-node/is-data-descriptor",
  39. "/snapdragon-node/is-descriptor"
  40. ],
  41. "_resolved": "http://registry.npm.taobao.org/kind-of/download/kind-of-6.0.2.tgz",
  42. "_spec": "6.0.2",
  43. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/kind-of/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "David Fox-Powell",
  54. "url": "https://dtothefp.github.io/me"
  55. },
  56. {
  57. "name": "James",
  58. "url": "https://twitter.com/aretecode"
  59. },
  60. {
  61. "name": "Jon Schlinkert",
  62. "url": "http://twitter.com/jonschlinkert"
  63. },
  64. {
  65. "name": "Ken Sheedlo",
  66. "url": "kensheedlo.com"
  67. },
  68. {
  69. "name": "laggingreflex",
  70. "url": "https://github.com/laggingreflex"
  71. },
  72. {
  73. "name": "Miguel Mota",
  74. "url": "https://miguelmota.com"
  75. },
  76. {
  77. "name": "Peter deHaan",
  78. "url": "http://about.me/peterdehaan"
  79. },
  80. {
  81. "name": "tunnckoCore",
  82. "url": "https://i.am.charlike.online"
  83. }
  84. ],
  85. "description": "Get the native type of a value.",
  86. "devDependencies": {
  87. "benchmarked": "^2.0.0",
  88. "browserify": "^14.4.0",
  89. "gulp-format-md": "^1.0.0",
  90. "mocha": "^4.0.1",
  91. "write": "^1.0.3"
  92. },
  93. "engines": {
  94. "node": ">=0.10.0"
  95. },
  96. "files": [
  97. "index.js"
  98. ],
  99. "homepage": "https://github.com/jonschlinkert/kind-of",
  100. "keywords": [
  101. "arguments",
  102. "array",
  103. "boolean",
  104. "check",
  105. "date",
  106. "function",
  107. "is",
  108. "is-type",
  109. "is-type-of",
  110. "kind",
  111. "kind-of",
  112. "number",
  113. "object",
  114. "of",
  115. "regexp",
  116. "string",
  117. "test",
  118. "type",
  119. "type-of",
  120. "typeof",
  121. "types"
  122. ],
  123. "license": "MIT",
  124. "main": "index.js",
  125. "name": "kind-of",
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  129. },
  130. "scripts": {
  131. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  132. "test": "mocha"
  133. },
  134. "verb": {
  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. "related": {
  147. "list": [
  148. "is-glob",
  149. "is-number",
  150. "is-primitive"
  151. ]
  152. },
  153. "reflinks": [
  154. "type-of",
  155. "typeof",
  156. "verb"
  157. ]
  158. },
  159. "version": "6.0.2"
  160. }