package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "window-size@0.1.0",
  3. "_id": "window-size@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
  6. "_location": "/window-size",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "window-size@0.1.0",
  12. "name": "window-size",
  13. "escapedName": "window-size",
  14. "rawSpec": "0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/uglifyjs-webpack-plugin/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
  22. "_shasum": "5438cd2ea93b202efa3a19fe8887aee7c94f9c9d",
  23. "_spec": "window-size@0.1.0",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/uglifyjs-webpack-plugin/node_modules/yargs",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/window-size/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
  35. "engines": {
  36. "node": ">= 0.8.0"
  37. },
  38. "homepage": "https://github.com/jonschlinkert/window-size",
  39. "keywords": [
  40. "window",
  41. "console",
  42. "terminal",
  43. "tty"
  44. ],
  45. "licenses": [
  46. {
  47. "type": "MIT",
  48. "url": "https://github.com/jonschlinkert/window-size/blob/master/LICENSE-MIT"
  49. }
  50. ],
  51. "main": "index.js",
  52. "name": "window-size",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/jonschlinkert/window-size.git"
  56. },
  57. "version": "0.1.0"
  58. }