package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "_args": [
  3. [
  4. "kind-of@6.0.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "kind-of@6.0.3",
  10. "_id": "kind-of@6.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0=",
  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. "/clone-deep",
  30. "/define-property/is-accessor-descriptor",
  31. "/define-property/is-data-descriptor",
  32. "/define-property/is-descriptor",
  33. "/extglob/is-accessor-descriptor",
  34. "/extglob/is-data-descriptor",
  35. "/extglob/is-descriptor",
  36. "/micromatch",
  37. "/nanomatch",
  38. "/shallow-clone",
  39. "/snapdragon-node/is-accessor-descriptor",
  40. "/snapdragon-node/is-data-descriptor",
  41. "/snapdragon-node/is-descriptor"
  42. ],
  43. "_resolved": "https://registry.npm.taobao.org/kind-of/download/kind-of-6.0.3.tgz",
  44. "_spec": "6.0.3",
  45. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  46. "author": {
  47. "name": "Jon Schlinkert",
  48. "url": "https://github.com/jonschlinkert"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/jonschlinkert/kind-of/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "David Fox-Powell",
  56. "url": "https://dtothefp.github.io/me"
  57. },
  58. {
  59. "name": "James",
  60. "url": "https://twitter.com/aretecode"
  61. },
  62. {
  63. "name": "Jon Schlinkert",
  64. "url": "http://twitter.com/jonschlinkert"
  65. },
  66. {
  67. "name": "Ken Sheedlo",
  68. "url": "kensheedlo.com"
  69. },
  70. {
  71. "name": "laggingreflex",
  72. "url": "https://github.com/laggingreflex"
  73. },
  74. {
  75. "name": "Miguel Mota",
  76. "url": "https://miguelmota.com"
  77. },
  78. {
  79. "name": "Peter deHaan",
  80. "url": "http://about.me/peterdehaan"
  81. },
  82. {
  83. "name": "tunnckoCore",
  84. "url": "https://i.am.charlike.online"
  85. }
  86. ],
  87. "description": "Get the native type of a value.",
  88. "devDependencies": {
  89. "benchmarked": "^2.0.0",
  90. "browserify": "^14.4.0",
  91. "gulp-format-md": "^1.0.0",
  92. "mocha": "^4.0.1",
  93. "write": "^1.0.3"
  94. },
  95. "engines": {
  96. "node": ">=0.10.0"
  97. },
  98. "files": [
  99. "index.js"
  100. ],
  101. "homepage": "https://github.com/jonschlinkert/kind-of",
  102. "keywords": [
  103. "arguments",
  104. "array",
  105. "boolean",
  106. "check",
  107. "date",
  108. "function",
  109. "is",
  110. "is-type",
  111. "is-type-of",
  112. "kind",
  113. "kind-of",
  114. "number",
  115. "object",
  116. "of",
  117. "regexp",
  118. "string",
  119. "test",
  120. "type",
  121. "type-of",
  122. "typeof",
  123. "types"
  124. ],
  125. "license": "MIT",
  126. "main": "index.js",
  127. "name": "kind-of",
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  131. },
  132. "scripts": {
  133. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  134. "test": "mocha"
  135. },
  136. "verb": {
  137. "toc": false,
  138. "layout": "default",
  139. "tasks": [
  140. "readme"
  141. ],
  142. "plugins": [
  143. "gulp-format-md"
  144. ],
  145. "lint": {
  146. "reflinks": true
  147. },
  148. "related": {
  149. "list": [
  150. "is-glob",
  151. "is-number",
  152. "is-primitive"
  153. ]
  154. },
  155. "reflinks": [
  156. "type-of",
  157. "typeof",
  158. "verb"
  159. ]
  160. },
  161. "version": "6.0.3"
  162. }