package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "window-size@^0.2.0",
  6. "scope": null,
  7. "escapedName": "window-size",
  8. "name": "window-size",
  9. "rawSpec": "^0.2.0",
  10. "spec": ">=0.2.0 <0.3.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/yargs"
  14. ]
  15. ],
  16. "_from": "window-size@>=0.2.0 <0.3.0",
  17. "_id": "window-size@0.2.0",
  18. "_inCache": true,
  19. "_location": "/window-size",
  20. "_nodeVersion": "5.3.0",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "3.3.12",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "window-size@^0.2.0",
  29. "scope": null,
  30. "escapedName": "window-size",
  31. "name": "window-size",
  32. "rawSpec": "^0.2.0",
  33. "spec": ">=0.2.0 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/yargs"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz",
  40. "_shasum": "b4315bb4214a3d7058ebeee892e13fa24d98b075",
  41. "_shrinkwrap": null,
  42. "_spec": "window-size@^0.2.0",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/yargs",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bin": {
  49. "window-size": "cli.js"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/jonschlinkert/window-size/issues"
  53. },
  54. "dependencies": {},
  55. "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
  56. "devDependencies": {
  57. "semistandard": "^7.0.2",
  58. "tap": "^2.2.1"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "b4315bb4214a3d7058ebeee892e13fa24d98b075",
  63. "tarball": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">= 0.10.0"
  67. },
  68. "files": [
  69. "index.js",
  70. "cli.js"
  71. ],
  72. "gitHead": "538b4406a6f30c9a2c8f84ba38bb34a39775bd2b",
  73. "homepage": "https://github.com/jonschlinkert/window-size",
  74. "keywords": [
  75. "console",
  76. "height",
  77. "resize",
  78. "size",
  79. "terminal",
  80. "tty",
  81. "width",
  82. "window"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "maintainers": [
  87. {
  88. "name": "jonschlinkert",
  89. "email": "github@sellside.com"
  90. },
  91. {
  92. "name": "doowb",
  93. "email": "brian.woodward@gmail.com"
  94. }
  95. ],
  96. "name": "window-size",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/jonschlinkert/window-size.git"
  102. },
  103. "scripts": {
  104. "pretest": "semistandard",
  105. "test": "tap --coverage test.js"
  106. },
  107. "verb": {
  108. "related": {
  109. "list": [
  110. "yargs",
  111. "lint-deps",
  112. "base-cli"
  113. ]
  114. }
  115. },
  116. "version": "0.2.0"
  117. }