package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_args": [
  3. [
  4. "kind-of@6.0.3",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "kind-of@6.0.3",
  10. "_id": "kind-of@6.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  13. "_location": "/kind-of",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "kind-of@6.0.3",
  19. "name": "kind-of",
  20. "escapedName": "kind-of",
  21. "rawSpec": "6.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.3"
  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. "/make-iterator",
  36. "/micromatch",
  37. "/minimist-options",
  38. "/nanomatch",
  39. "/randomatic",
  40. "/snapdragon-node/is-accessor-descriptor",
  41. "/snapdragon-node/is-data-descriptor",
  42. "/snapdragon-node/is-descriptor",
  43. "/stylelint/global-prefix"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  46. "_spec": "6.0.3",
  47. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/kind-of/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "David Fox-Powell",
  58. "url": "https://dtothefp.github.io/me"
  59. },
  60. {
  61. "name": "James",
  62. "url": "https://twitter.com/aretecode"
  63. },
  64. {
  65. "name": "Jon Schlinkert",
  66. "url": "http://twitter.com/jonschlinkert"
  67. },
  68. {
  69. "name": "Ken Sheedlo",
  70. "url": "kensheedlo.com"
  71. },
  72. {
  73. "name": "laggingreflex",
  74. "url": "https://github.com/laggingreflex"
  75. },
  76. {
  77. "name": "Miguel Mota",
  78. "url": "https://miguelmota.com"
  79. },
  80. {
  81. "name": "Peter deHaan",
  82. "url": "http://about.me/peterdehaan"
  83. },
  84. {
  85. "name": "tunnckoCore",
  86. "url": "https://i.am.charlike.online"
  87. }
  88. ],
  89. "description": "Get the native type of a value.",
  90. "devDependencies": {
  91. "benchmarked": "^2.0.0",
  92. "browserify": "^14.4.0",
  93. "gulp-format-md": "^1.0.0",
  94. "mocha": "^4.0.1",
  95. "write": "^1.0.3"
  96. },
  97. "engines": {
  98. "node": ">=0.10.0"
  99. },
  100. "files": [
  101. "index.js"
  102. ],
  103. "homepage": "https://github.com/jonschlinkert/kind-of",
  104. "keywords": [
  105. "arguments",
  106. "array",
  107. "boolean",
  108. "check",
  109. "date",
  110. "function",
  111. "is",
  112. "is-type",
  113. "is-type-of",
  114. "kind",
  115. "kind-of",
  116. "number",
  117. "object",
  118. "of",
  119. "regexp",
  120. "string",
  121. "test",
  122. "type",
  123. "type-of",
  124. "typeof",
  125. "types"
  126. ],
  127. "license": "MIT",
  128. "main": "index.js",
  129. "name": "kind-of",
  130. "repository": {
  131. "type": "git",
  132. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  133. },
  134. "scripts": {
  135. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  136. "test": "mocha"
  137. },
  138. "verb": {
  139. "toc": false,
  140. "layout": "default",
  141. "tasks": [
  142. "readme"
  143. ],
  144. "plugins": [
  145. "gulp-format-md"
  146. ],
  147. "lint": {
  148. "reflinks": true
  149. },
  150. "related": {
  151. "list": [
  152. "is-glob",
  153. "is-number",
  154. "is-primitive"
  155. ]
  156. },
  157. "reflinks": [
  158. "type-of",
  159. "typeof",
  160. "verb"
  161. ]
  162. },
  163. "version": "6.0.3"
  164. }