UNPKG

three.fbo-helper

Version:

FrameBuffer Object inspector for three.js

115 lines (114 loc) 2.93 kB
{ "_args": [ [ "three", "/Users/spite/Development/repos/THREE.FBOHelper/demo" ] ], "_from": "three@latest", "_id": "three@0.81.2", "_inCache": true, "_installable": true, "_location": "/three", "_nodeVersion": "4.4.4", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/three-0.81.2.tgz_1474562228091_0.7487647256348282" }, "_npmUser": { "email": "info@mrdoob.com", "name": "mrdoob" }, "_npmVersion": "2.15.1", "_phantomChildren": {}, "_requested": { "name": "three", "raw": "three", "rawSpec": "", "scope": null, "spec": "latest", "type": "tag" }, "_requiredBy": [ "#USER" ], "_resolved": "https://registry.npmjs.org/three/-/three-0.81.2.tgz", "_shasum": "100c078dcfbb0a235e3d433066b1b26b145c69c3", "_shrinkwrap": null, "_spec": "three", "_where": "/Users/spite/Development/repos/THREE.FBOHelper/demo", "author": { "name": "mrdoob" }, "bugs": { "url": "https://github.com/mrdoob/three.js/issues" }, "dependencies": {}, "description": "JavaScript 3D library", "devDependencies": { "argparse": "^1.0.3", "jscs": "^1.13.1", "rollup": "^0.34.8", "rollup-watch": "^2.5.0", "uglify-js": "^2.6.0" }, "directories": { "doc": "docs", "example": "examples", "test": "test" }, "dist": { "shasum": "100c078dcfbb0a235e3d433066b1b26b145c69c3", "tarball": "https://registry.npmjs.org/three/-/three-0.81.2.tgz" }, "files": [ "package.json", "LICENSE", "README.md", "build/three.js", "build/three.min.js", "src", "examples/js", "examples/fonts", "bower.json" ], "gitHead": "158ba8afd69e493397566fab6a0c161615b9bf29", "homepage": "http://threejs.org/", "keywords": [ "three", "three.js", "3d", "webgl" ], "license": "MIT", "main": "build/three.js", "maintainers": [ { "email": "ben@exocortex.com", "name": "bhouston" }, { "email": "isaaclandoncohen@gmail.com", "name": "cabbibo" }, { "email": "info@mrdoob.com", "name": "mrdoob" } ], "name": "three", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/mrdoob/three.js.git" }, "scripts": { "build": "rollup -c", "build-closure": "rollup -c && java -jar utils/build/compiler/closure-compiler-v20160713.jar --warning_level=VERBOSE --jscomp_off=globalThis --jscomp_off=checkTypes --externs utils/build/externs.js --language_in=ECMASCRIPT5_STRICT --js build/three.js --js_output_file build/three.min.js", "build-uglify": "rollup -c && uglifyjs build/three.js -cm --preamble \"// threejs.org/license\" > build/three.min.js", "dev": "rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1" }, "version": "0.81.2" }