You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "window-size@0.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "window-size@0.2.0",
  9. "_id": "window-size@0.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU=",
  12. "_location": "/window-size",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "window-size@0.2.0",
  18. "name": "window-size",
  19. "escapedName": "window-size",
  20. "rawSpec": "0.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.0"
  23. },
  24. "_requiredBy": [
  25. "/browser-sync/yargs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz",
  28. "_spec": "0.2.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bin": {
  35. "window-size": "cli.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/window-size/issues"
  39. },
  40. "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
  41. "devDependencies": {
  42. "semistandard": "^7.0.2",
  43. "tap": "^2.2.1"
  44. },
  45. "engines": {
  46. "node": ">= 0.10.0"
  47. },
  48. "files": [
  49. "index.js",
  50. "cli.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/window-size",
  53. "keywords": [
  54. "console",
  55. "height",
  56. "resize",
  57. "size",
  58. "terminal",
  59. "tty",
  60. "width",
  61. "window"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "window-size",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jonschlinkert/window-size.git"
  69. },
  70. "scripts": {
  71. "pretest": "semistandard",
  72. "test": "tap --coverage test.js"
  73. },
  74. "verb": {
  75. "related": {
  76. "list": [
  77. "yargs",
  78. "lint-deps",
  79. "base-cli"
  80. ]
  81. }
  82. },
  83. "version": "0.2.0"
  84. }