package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "kind-of@>=3.0.2 <4.0.0",
  17. "_id": "kind-of@3.1.0",
  18. "_inCache": true,
  19. "_location": "/kind-of",
  20. "_nodeVersion": "6.7.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/kind-of-3.1.0.tgz_1481093733086_0.6179714468307793"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.10.3",
  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.1.0.tgz",
  46. "_shasum": "475d698a5e49ff5e53d14e3e732429dc8bf4cf47",
  47. "_shrinkwrap": null,
  48. "_spec": "kind-of@^3.0.2",
  49. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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": "Miguel Mota",
  70. "email": "miguel@mota.email",
  71. "url": "https://miguelmota.com"
  72. },
  73. {
  74. "name": "Peter deHaan",
  75. "url": "http://about.me/peterdehaan"
  76. }
  77. ],
  78. "dependencies": {
  79. "is-buffer": "^1.0.2"
  80. },
  81. "description": "Get the native type of a value.",
  82. "devDependencies": {
  83. "ansi-bold": "^0.1.1",
  84. "benchmarked": "^0.2.5",
  85. "browserify": "^13.1.0",
  86. "glob": "^7.0.5",
  87. "gulp-format-md": "^0.1.9",
  88. "mocha": "^2.5.3",
  89. "type-of": "^2.0.1",
  90. "typeof": "^1.0.0"
  91. },
  92. "directories": {},
  93. "dist": {
  94. "shasum": "475d698a5e49ff5e53d14e3e732429dc8bf4cf47",
  95. "tarball": "https://registry.npmjs.org/kind-of/-/kind-of-3.1.0.tgz"
  96. },
  97. "engines": {
  98. "node": ">=0.10.0"
  99. },
  100. "files": [
  101. "index.js"
  102. ],
  103. "gitHead": "eb57ad426b39f25902260f315a1f4ae50d2f760e",
  104. "homepage": "https://github.com/jonschlinkert/kind-of",
  105. "keywords": [
  106. "arguments",
  107. "array",
  108. "boolean",
  109. "check",
  110. "date",
  111. "function",
  112. "is",
  113. "is-type",
  114. "is-type-of",
  115. "kind",
  116. "kind-of",
  117. "number",
  118. "object",
  119. "of",
  120. "regexp",
  121. "string",
  122. "test",
  123. "type",
  124. "type-of",
  125. "typeof",
  126. "types"
  127. ],
  128. "license": "MIT",
  129. "main": "index.js",
  130. "maintainers": [
  131. {
  132. "name": "jonschlinkert",
  133. "email": "github@sellside.com"
  134. },
  135. {
  136. "name": "doowb",
  137. "email": "brian.woodward@gmail.com"
  138. }
  139. ],
  140. "name": "kind-of",
  141. "optionalDependencies": {},
  142. "readme": "ERROR: No README data found!",
  143. "repository": {
  144. "type": "git",
  145. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  146. },
  147. "scripts": {
  148. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  149. "test": "mocha"
  150. },
  151. "verb": {
  152. "related": {
  153. "list": [
  154. "is-glob",
  155. "is-number",
  156. "is-primitive"
  157. ]
  158. },
  159. "toc": false,
  160. "layout": "default",
  161. "tasks": [
  162. "readme"
  163. ],
  164. "plugins": [
  165. "gulp-format-md"
  166. ],
  167. "lint": {
  168. "reflinks": true
  169. },
  170. "reflinks": [
  171. "verb"
  172. ]
  173. },
  174. "version": "3.1.0"
  175. }