package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "_args": [
  3. [
  4. "kind-of@3.2.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "kind-of@3.2.2",
  10. "_id": "kind-of@3.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  13. "_location": "/kind-of",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "kind-of@3.2.2",
  19. "name": "kind-of",
  20. "escapedName": "kind-of",
  21. "rawSpec": "3.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.2"
  24. },
  25. "_requiredBy": [
  26. "/align-text",
  27. "/is-accessor-descriptor",
  28. "/is-data-descriptor",
  29. "/object-copy",
  30. "/snapdragon-util",
  31. "/to-object-path",
  32. "/watchpack-chokidar2/is-number",
  33. "/webpack-dev-server/is-number"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  36. "_spec": "3.2.2",
  37. "_where": "E:\\amr1.0\\AMR",
  38. "author": {
  39. "name": "Jon Schlinkert",
  40. "url": "https://github.com/jonschlinkert"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/jonschlinkert/kind-of/issues"
  44. },
  45. "contributors": [
  46. {
  47. "name": "David Fox-Powell",
  48. "url": "https://dtothefp.github.io/me"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "url": "http://twitter.com/jonschlinkert"
  53. },
  54. {
  55. "name": "Ken Sheedlo",
  56. "url": "kensheedlo.com"
  57. },
  58. {
  59. "name": "laggingreflex",
  60. "url": "https://github.com/laggingreflex"
  61. },
  62. {
  63. "name": "Miguel Mota",
  64. "url": "https://miguelmota.com"
  65. },
  66. {
  67. "name": "Peter deHaan",
  68. "url": "http://about.me/peterdehaan"
  69. }
  70. ],
  71. "dependencies": {
  72. "is-buffer": "^1.1.5"
  73. },
  74. "description": "Get the native type of a value.",
  75. "devDependencies": {
  76. "ansi-bold": "^0.1.1",
  77. "benchmarked": "^1.0.0",
  78. "browserify": "^14.3.0",
  79. "glob": "^7.1.1",
  80. "gulp-format-md": "^0.1.12",
  81. "mocha": "^3.3.0",
  82. "type-of": "^2.0.1",
  83. "typeof": "^1.0.0"
  84. },
  85. "engines": {
  86. "node": ">=0.10.0"
  87. },
  88. "files": [
  89. "index.js"
  90. ],
  91. "homepage": "https://github.com/jonschlinkert/kind-of",
  92. "keywords": [
  93. "arguments",
  94. "array",
  95. "boolean",
  96. "check",
  97. "date",
  98. "function",
  99. "is",
  100. "is-type",
  101. "is-type-of",
  102. "kind",
  103. "kind-of",
  104. "number",
  105. "object",
  106. "of",
  107. "regexp",
  108. "string",
  109. "test",
  110. "type",
  111. "type-of",
  112. "typeof",
  113. "types"
  114. ],
  115. "license": "MIT",
  116. "main": "index.js",
  117. "name": "kind-of",
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  121. },
  122. "scripts": {
  123. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  124. "test": "mocha"
  125. },
  126. "verb": {
  127. "related": {
  128. "list": [
  129. "is-glob",
  130. "is-number",
  131. "is-primitive"
  132. ]
  133. },
  134. "toc": false,
  135. "layout": "default",
  136. "tasks": [
  137. "readme"
  138. ],
  139. "plugins": [
  140. "gulp-format-md"
  141. ],
  142. "lint": {
  143. "reflinks": true
  144. },
  145. "reflinks": [
  146. "verb"
  147. ]
  148. },
  149. "version": "3.2.2"
  150. }