package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. "kind-of@^3.0.2",
  5. "D:\\work\\im\\node_modules\\micromatch"
  6. ]
  7. ],
  8. "_from": "kind-of@>=3.0.2 <4.0.0",
  9. "_id": "kind-of@3.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/kind-of",
  13. "_nodeVersion": "6.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/kind-of-3.0.4.tgz_1469811230830_0.8813814013265073"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "kind-of",
  26. "raw": "kind-of@^3.0.2",
  27. "rawSpec": "^3.0.2",
  28. "scope": null,
  29. "spec": ">=3.0.2 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/is-number",
  34. "/micromatch",
  35. "/randomatic"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz",
  38. "_shasum": "7b8ecf18a4e17f8269d73b501c9f232c96887a74",
  39. "_shrinkwrap": null,
  40. "_spec": "kind-of@^3.0.2",
  41. "_where": "D:\\work\\im\\node_modules\\micromatch",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/jonschlinkert/kind-of/issues"
  48. },
  49. "dependencies": {
  50. "is-buffer": "^1.0.2"
  51. },
  52. "description": "Get the native type of a value.",
  53. "devDependencies": {
  54. "ansi-bold": "^0.1.1",
  55. "benchmarked": "^0.2.5",
  56. "browserify": "^13.1.0",
  57. "glob": "^7.0.5",
  58. "gulp-format-md": "^0.1.9",
  59. "mocha": "^2.5.3",
  60. "type-of": "^2.0.1",
  61. "typeof": "^1.0.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "7b8ecf18a4e17f8269d73b501c9f232c96887a74",
  66. "tarball": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js",
  73. "LICENSE",
  74. "README.md"
  75. ],
  76. "gitHead": "8f93765a6bbbe350e1ba68e790d1ff337b91331a",
  77. "homepage": "https://github.com/jonschlinkert/kind-of",
  78. "keywords": [
  79. "arguments",
  80. "array",
  81. "boolean",
  82. "check",
  83. "date",
  84. "function",
  85. "is",
  86. "is-type",
  87. "is-type-of",
  88. "kind",
  89. "kind-of",
  90. "number",
  91. "object",
  92. "of",
  93. "regexp",
  94. "string",
  95. "test",
  96. "type",
  97. "type-of",
  98. "typeof",
  99. "types"
  100. ],
  101. "license": "MIT",
  102. "main": "index.js",
  103. "maintainers": [
  104. {
  105. "email": "github@sellside.com",
  106. "name": "jonschlinkert"
  107. },
  108. {
  109. "email": "brian.woodward@gmail.com",
  110. "name": "doowb"
  111. }
  112. ],
  113. "name": "kind-of",
  114. "optionalDependencies": {},
  115. "readme": "ERROR: No README data found!",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  119. },
  120. "scripts": {
  121. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  122. "test": "mocha"
  123. },
  124. "verb": {
  125. "layout": "default",
  126. "lint": {
  127. "reflinks": true
  128. },
  129. "plugins": [
  130. "gulp-format-md"
  131. ],
  132. "reflinks": [
  133. "verb"
  134. ],
  135. "related": {
  136. "list": [
  137. "is-glob",
  138. "is-number",
  139. "is-primitive"
  140. ]
  141. },
  142. "tasks": [
  143. "readme"
  144. ],
  145. "toc": false
  146. },
  147. "version": "3.0.4"
  148. }