package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. "/home/conte/data/reveal.js/node_modules/align-text"
  14. ]
  15. ],
  16. "_from": "kind-of@>=3.0.2 <4.0.0",
  17. "_id": "kind-of@3.2.2",
  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.2.tgz_1494958899918_0.23780996026471257"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "4.5.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. "/align-text"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  44. "_shasum": "31ea21a734bab9bbb0f32466d893aea51e4a3c64",
  45. "_shrinkwrap": null,
  46. "_spec": "kind-of@^3.0.2",
  47. "_where": "/home/conte/data/reveal.js/node_modules/align-text",
  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": "Jon Schlinkert",
  62. "url": "http://twitter.com/jonschlinkert"
  63. },
  64. {
  65. "name": "Ken Sheedlo",
  66. "url": "kensheedlo.com"
  67. },
  68. {
  69. "name": "laggingreflex",
  70. "url": "https://github.com/laggingreflex"
  71. },
  72. {
  73. "name": "Miguel Mota",
  74. "url": "https://miguelmota.com"
  75. },
  76. {
  77. "name": "Peter deHaan",
  78. "url": "http://about.me/peterdehaan"
  79. }
  80. ],
  81. "dependencies": {
  82. "is-buffer": "^1.1.5"
  83. },
  84. "description": "Get the native type of a value.",
  85. "devDependencies": {
  86. "ansi-bold": "^0.1.1",
  87. "benchmarked": "^1.0.0",
  88. "browserify": "^14.3.0",
  89. "glob": "^7.1.1",
  90. "gulp-format-md": "^0.1.12",
  91. "mocha": "^3.3.0",
  92. "type-of": "^2.0.1",
  93. "typeof": "^1.0.0"
  94. },
  95. "directories": {},
  96. "dist": {
  97. "shasum": "31ea21a734bab9bbb0f32466d893aea51e4a3c64",
  98. "tarball": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz"
  99. },
  100. "engines": {
  101. "node": ">=0.10.0"
  102. },
  103. "files": [
  104. "index.js"
  105. ],
  106. "gitHead": "0ffe67cf12f5396047c1bacf04232b7deeb24063",
  107. "homepage": "https://github.com/jonschlinkert/kind-of",
  108. "keywords": [
  109. "arguments",
  110. "array",
  111. "boolean",
  112. "check",
  113. "date",
  114. "function",
  115. "is",
  116. "is-type",
  117. "is-type-of",
  118. "kind",
  119. "kind-of",
  120. "number",
  121. "object",
  122. "of",
  123. "regexp",
  124. "string",
  125. "test",
  126. "type",
  127. "type-of",
  128. "typeof",
  129. "types"
  130. ],
  131. "license": "MIT",
  132. "main": "index.js",
  133. "maintainers": [
  134. {
  135. "name": "jonschlinkert",
  136. "email": "github@sellside.com"
  137. },
  138. {
  139. "name": "doowb",
  140. "email": "brian.woodward@gmail.com"
  141. }
  142. ],
  143. "name": "kind-of",
  144. "optionalDependencies": {},
  145. "readme": "ERROR: No README data found!",
  146. "repository": {
  147. "type": "git",
  148. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  149. },
  150. "scripts": {
  151. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  152. "test": "mocha"
  153. },
  154. "verb": {
  155. "related": {
  156. "list": [
  157. "is-glob",
  158. "is-number",
  159. "is-primitive"
  160. ]
  161. },
  162. "toc": false,
  163. "layout": "default",
  164. "tasks": [
  165. "readme"
  166. ],
  167. "plugins": [
  168. "gulp-format-md"
  169. ],
  170. "lint": {
  171. "reflinks": true
  172. },
  173. "reflinks": [
  174. "verb"
  175. ]
  176. },
  177. "version": "3.2.2"
  178. }