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.
74 lines
1.8 KiB
74 lines
1.8 KiB
{ |
|
"_args": [ |
|
[ |
|
"screenfull@3.3.3", |
|
"C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit" |
|
] |
|
], |
|
"_from": "screenfull@3.3.3", |
|
"_id": "screenfull@3.3.3", |
|
"_inBundle": false, |
|
"_integrity": "sha512-DzYUuXr+OV2BDvYXaYzlYgJd4WXZZ2CW5NFC7Kw6TUCpzXJAx4MwlVD6CH+Mu6fi8rfAQIQfqdFZ4jtDsEkWig==", |
|
"_location": "/screenfull", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "screenfull@3.3.3", |
|
"name": "screenfull", |
|
"escapedName": "screenfull", |
|
"rawSpec": "3.3.3", |
|
"saveSpec": null, |
|
"fetchSpec": "3.3.3" |
|
}, |
|
"_requiredBy": [ |
|
"/" |
|
], |
|
"_resolved": "https://registry.npmjs.org/screenfull/-/screenfull-3.3.3.tgz", |
|
"_spec": "3.3.3", |
|
"_where": "C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/sindresorhus/screenfull.js/issues" |
|
}, |
|
"description": "Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen.", |
|
"devDependencies": { |
|
"grunt": "^1.0.1", |
|
"grunt-contrib-concat": "^1.0.0", |
|
"grunt-contrib-uglify": "^2.0.0", |
|
"load-grunt-tasks": "^3.3.0", |
|
"xo": "^0.16.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"files": [ |
|
"dist/screenfull.js" |
|
], |
|
"homepage": "https://github.com/sindresorhus/screenfull.js#readme", |
|
"keywords": [ |
|
"browser", |
|
"fullscreen" |
|
], |
|
"license": "MIT", |
|
"main": "dist/screenfull.js", |
|
"name": "screenfull", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/sindresorhus/screenfull.js.git" |
|
}, |
|
"scripts": { |
|
"test": "xo" |
|
}, |
|
"version": "3.3.3", |
|
"xo": { |
|
"envs": [ |
|
"node", |
|
"browser" |
|
] |
|
} |
|
}
|
|
|