package.json 1.5 KB

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