Files
old-allhands-vr/node_modules/screenfull/package.json
2017-11-19 15:16:07 +01:00

109 lines
2.7 KiB
JSON

{
"_args": [
[
{
"raw": "screenfull@^3.0.2",
"scope": null,
"escapedName": "screenfull",
"name": "screenfull",
"rawSpec": "^3.0.2",
"spec": ">=3.0.2 <4.0.0",
"type": "range"
},
"/Users/smus/Projects/webvr-boilerplate/node_modules/webvr-ui"
]
],
"_from": "screenfull@>=3.0.2 <4.0.0",
"_id": "screenfull@3.0.2",
"_inCache": true,
"_installable": true,
"_location": "/screenfull",
"_nodeVersion": "4.4.5",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/screenfull-3.0.2.tgz_1471045464332_0.06257056491449475"
},
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.15.5",
"_phantomChildren": {},
"_requested": {
"raw": "screenfull@^3.0.2",
"scope": null,
"escapedName": "screenfull",
"name": "screenfull",
"rawSpec": "^3.0.2",
"spec": ">=3.0.2 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/webvr-ui"
],
"_resolved": "https://registry.npmjs.org/screenfull/-/screenfull-3.0.2.tgz",
"_shasum": "9fbcce07bad4c680a8f90f2bfc9c41788af55d0c",
"_shrinkwrap": null,
"_spec": "screenfull@^3.0.2",
"_where": "/Users/smus/Projects/webvr-boilerplate/node_modules/webvr-ui",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/screenfull.js/issues"
},
"dependencies": {},
"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": "*"
},
"directories": {},
"dist": {
"shasum": "9fbcce07bad4c680a8f90f2bfc9c41788af55d0c",
"tarball": "https://registry.npmjs.org/screenfull/-/screenfull-3.0.2.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"dist/screenfull.js"
],
"gitHead": "dcdfb8c24688e041ba861529711089cf0e542169",
"homepage": "https://github.com/sindresorhus/screenfull.js#readme",
"keywords": [
"browser",
"fullscreen"
],
"license": "MIT",
"main": "dist/screenfull.js",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "screenfull",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/screenfull.js.git"
},
"scripts": {
"test": "xo"
},
"version": "3.0.2",
"xo": {
"envs": [
"node",
"browser"
]
}
}