package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "window-size@^0.1.4",
  3. "_id": "window-size@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2thx4pB0cV3h+Bw7QmMXcEbdmOzv9t0HFplJH/Lz6yu60hXYy5RT8rUu+wlIreVxWsGN20mo+MHeCSfUpQBwPw==",
  6. "_location": "/window-size",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "window-size@^0.1.4",
  12. "name": "window-size",
  13. "escapedName": "window-size",
  14. "rawSpec": "^0.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.4"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/window-size/-/window-size-0.1.4.tgz",
  22. "_shasum": "f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876",
  23. "_spec": "window-size@^0.1.4",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\yargs",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bin": {
  30. "window-size": "cli.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/window-size/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
  38. "devDependencies": {
  39. "semistandard": "^7.0.2",
  40. "tap": "^2.2.1"
  41. },
  42. "engines": {
  43. "node": ">= 0.10.0"
  44. },
  45. "files": [
  46. "index.js",
  47. "cli.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/window-size",
  50. "keywords": [
  51. "console",
  52. "height",
  53. "resize",
  54. "size",
  55. "terminal",
  56. "tty",
  57. "width",
  58. "window"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "window-size",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jonschlinkert/window-size.git"
  66. },
  67. "scripts": {
  68. "pretest": "semistandard",
  69. "test": "tap --coverage test.js"
  70. },
  71. "verb": {
  72. "related": {
  73. "list": [
  74. "yargs",
  75. "lint-deps",
  76. "base-cli"
  77. ]
  78. }
  79. },
  80. "version": "0.1.4"
  81. }