package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "kind-of@^3.0.2",
  6. "scope": null,
  7. "escapedName": "kind-of",
  8. "name": "kind-of",
  9. "rawSpec": "^3.0.2",
  10. "spec": ">=3.0.2 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "kind-of@>=3.0.2 <4.0.0",
  17. "_id": "kind-of@3.2.0",
  18. "_inCache": true,
  19. "_location": "/kind-of",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/kind-of-3.2.0.tgz_1493120580182_0.32957054767757654"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "4.2.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "kind-of@^3.0.2",
  33. "scope": null,
  34. "escapedName": "kind-of",
  35. "name": "kind-of",
  36. "rawSpec": "^3.0.2",
  37. "spec": ">=3.0.2 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/is-number",
  42. "/micromatch",
  43. "/randomatic"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.0.tgz",
  46. "_shasum": "b58abe4d5c044ad33726a8c1525b48cf891bff07",
  47. "_shrinkwrap": null,
  48. "_spec": "kind-of@^3.0.2",
  49. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/micromatch",
  50. "author": {
  51. "name": "Jon Schlinkert",
  52. "url": "https://github.com/jonschlinkert"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/jonschlinkert/kind-of/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "David Fox-Powell",
  60. "email": "dtothefp@gmail.com",
  61. "url": "https://dtothefp.github.io/me"
  62. },
  63. {
  64. "name": "Jon Schlinkert",
  65. "email": "jon.schlinkert@sellside.com",
  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. "email": "miguel@mota.email",
  79. "url": "https://miguelmota.com"
  80. },
  81. {
  82. "name": "Peter deHaan",
  83. "url": "http://about.me/peterdehaan"
  84. }
  85. ],
  86. "dependencies": {
  87. "is-buffer": "^1.1.5"
  88. },
  89. "description": "Get the native type of a value.",
  90. "devDependencies": {
  91. "ansi-bold": "^0.1.1",
  92. "benchmarked": "^1.0.0",
  93. "glob": "^7.1.1",
  94. "gulp-format-md": "^0.1.12",
  95. "mocha": "^3.3.0",
  96. "type-of": "^2.0.1",
  97. "typeof": "^1.0.0"
  98. },
  99. "directories": {},
  100. "dist": {
  101. "shasum": "b58abe4d5c044ad33726a8c1525b48cf891bff07",
  102. "tarball": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.0.tgz"
  103. },
  104. "engines": {
  105. "node": ">=0.10.0"
  106. },
  107. "files": [
  108. "index.js"
  109. ],
  110. "gitHead": "9c9423745e2d7fa1a72ed7edf3c2113fe0fa2296",
  111. "homepage": "https://github.com/jonschlinkert/kind-of",
  112. "keywords": [
  113. "arguments",
  114. "array",
  115. "boolean",
  116. "check",
  117. "date",
  118. "function",
  119. "is",
  120. "is-type",
  121. "is-type-of",
  122. "kind",
  123. "kind-of",
  124. "number",
  125. "object",
  126. "of",
  127. "regexp",
  128. "string",
  129. "test",
  130. "type",
  131. "type-of",
  132. "typeof",
  133. "types"
  134. ],
  135. "license": "MIT",
  136. "main": "index.js",
  137. "maintainers": [
  138. {
  139. "name": "jonschlinkert",
  140. "email": "github@sellside.com"
  141. },
  142. {
  143. "name": "doowb",
  144. "email": "brian.woodward@gmail.com"
  145. }
  146. ],
  147. "name": "kind-of",
  148. "optionalDependencies": {},
  149. "readme": "ERROR: No README data found!",
  150. "repository": {
  151. "type": "git",
  152. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  153. },
  154. "scripts": {
  155. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  156. "test": "mocha"
  157. },
  158. "verb": {
  159. "related": {
  160. "list": [
  161. "is-glob",
  162. "is-number",
  163. "is-primitive"
  164. ]
  165. },
  166. "toc": false,
  167. "layout": "default",
  168. "tasks": [
  169. "readme"
  170. ],
  171. "plugins": [
  172. "gulp-format-md"
  173. ],
  174. "lint": {
  175. "reflinks": true
  176. },
  177. "reflinks": [
  178. "verb"
  179. ]
  180. },
  181. "version": "3.2.0"
  182. }