1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_args": [
- [
- "window-size@0.1.0",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_development": true,
- "_from": "window-size@0.1.0",
- "_id": "window-size@0.1.0",
- "_inBundle": false,
- "_integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
- "_location": "/window-size",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "window-size@0.1.0",
- "name": "window-size",
- "escapedName": "window-size",
- "rawSpec": "0.1.0",
- "saveSpec": null,
- "fetchSpec": "0.1.0"
- },
- "_requiredBy": [
- "/webpack/uglify-js/yargs"
- ],
- "_resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
- "_spec": "0.1.0",
- "_where": "E:\\amr1.0\\AMR",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/window-size/issues"
- },
- "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
- "engines": {
- "node": ">= 0.8.0"
- },
- "homepage": "https://github.com/jonschlinkert/window-size",
- "keywords": [
- "window",
- "console",
- "terminal",
- "tty"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/jonschlinkert/window-size/blob/master/LICENSE-MIT"
- }
- ],
- "main": "index.js",
- "name": "window-size",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/window-size.git"
- },
- "version": "0.1.0"
- }
|