{"versions":{"1.0.4":{"name":"aframe","version":"1.0.4","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.0.3 1.0.4","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.111.6","three-bmfont-text":"github:dmarcos/three-bmfont-text#1babdf8507c731a18f8af3b807292e2b9740955e","webvr-polyfill":"^0.10.10"},"devDependencies":{"browserify":"^13.1.0","browserify-css":"^0.8.4","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","envify":"^3.4.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.2.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"781b6abb47d572c1e52add53166f35e4a876908c","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.0.4","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"1b659533db0f5cf9b002c22804278da8349a32d2","size":7266618,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.0.4.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.0.4_1580869147450_0.48192556044275014"},"_hasShrinkwrap":false,"publish_time":1580869150308,"_cnpm_publish_time":1580869150308,"contributors":[]},"1.0.3":{"name":"aframe","version":"1.0.3","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.0.2 1.0.3","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.111.5","three-bmfont-text":"github:dmarcos/three-bmfont-text#1babdf8507","webvr-polyfill":"^0.10.10"},"devDependencies":{"browserify":"^13.1.0","browserify-css":"^0.8.4","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","envify":"^3.4.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.2.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"1dd9ae280920418e4db508c3df1577224eb6fb4d","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.0.3","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"d7f9093d75cfb30c2cc09e54aeb9a514184f6e28","size":7243547,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.0.3.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.0.3_1577605216646_0.9187738381504393"},"_hasShrinkwrap":false,"publish_time":1577605217243,"_cnpm_publish_time":1577605217243,"contributors":[]},"1.0.2":{"name":"aframe","version":"1.0.2","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"cross-env FOR_RELEASE=true node scripts/release.js 1.0.1 1.0.2","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.111.5","three-bmfont-text":"github:dmarcos/three-bmfont-text#1babdf8507","webvr-polyfill":"^0.10.10"},"devDependencies":{"browserify":"^13.1.0","browserify-css":"^0.8.4","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","envify":"^3.4.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.2.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"4e78497891fae3e28bffe06573c190610ebfe92c","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.0.2","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"d8376113d1d60b55ced0c99d908636af69199065","size":7230148,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.0.2.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.0.2_1577137895455_0.6314320708074905"},"_hasShrinkwrap":false,"publish_time":1577137895783,"_cnpm_publish_time":1577137895783,"contributors":[]},"1.0.1":{"name":"aframe","version":"1.0.1","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"cross-env FOR_RELEASE=true node scripts/release.js 1.0.0 1.0.1","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.111.5","three-bmfont-text":"github:dmarcos/three-bmfont-text#1babdf8507","webvr-polyfill":"^0.10.10"},"devDependencies":{"browserify":"^13.1.0","browserify-css":"^0.8.4","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","envify":"^3.4.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.2.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"8e48fd20f02e5cb8a2b44903758b01ee48cf6257","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.0.1","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"37c51910fc430a0e0b052347fe8c73bd56c230d2","size":7227210,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.0.1.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.0.1_1576884180968_0.38214634480370613"},"_hasShrinkwrap":false,"publish_time":1576884181307,"_cnpm_publish_time":1576884181307,"contributors":[]},"1.0.0":{"name":"aframe","version":"1.0.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 0.9.2 1.0.0","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.111.4","three-bmfont-text":"github:dmarcos/three-bmfont-text#1babdf8507","webvr-polyfill":"^0.10.10"},"devDependencies":{"browserify":"^13.1.0","browserify-css":"^0.8.4","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","envify":"^3.4.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.2.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"fe8e10f27feecbeb902e042efdb565e8d2c9a29f","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.0.0","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"9d2ee0d85b2c22423b17a43e7df10c32f9bb953b","size":4927274,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.0.0_1576288071950_0.13448105505910557"},"_hasShrinkwrap":false,"publish_time":1576288072294,"_cnpm_publish_time":1576288072294,"contributors":[]},"0.9.2":{"name":"aframe","version":"0.9.2","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 0.9.1 0.9.2","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"browserify-css":"^0.8.4","custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","super-animejs":"^3.0.0","super-three":"^0.102.2","three-bmfont-text":"^2.1.0","webvr-polyfill":"^0.10.10"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"fa14bda3e859f1176b4328566c2539c86c9ef387","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.9.2","_nodeVersion":"11.10.0","_npmVersion":"6.7.0","dist":{"shasum":"2f5c61d3bf7082ba9605b367b7992fe71e8dd64e","size":5541683,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.9.2.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmUser":{"name":"anonymous","email":"ktngo09@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_0.9.2_1557187716725_0.7945543068393135"},"_hasShrinkwrap":false,"publish_time":1557187716919,"_cnpm_publish_time":1557187716919,"contributors":[]},"0.9.1":{"name":"aframe","version":"0.9.1","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 0.9.0 0.9.1","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"browserify-css":"^0.8.4","custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","super-animejs":"^3.0.0","super-three":"^0.102.2","three-bmfont-text":"^2.1.0","webvr-polyfill":"^0.10.10"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"57e3abf20fd9eff52f329a4ced1928594fba85a5","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.9.1","_nodeVersion":"11.10.0","_npmVersion":"6.7.0","dist":{"shasum":"d5913f54608ddac25581c4d3c637ea652f028b70","size":5545107,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.9.1.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmUser":{"name":"anonymous","email":"ktngo09@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_0.9.1_1555571448378_0.9111112770232082"},"_hasShrinkwrap":false,"publish_time":1555571448630,"_cnpm_publish_time":1555571448630,"contributors":[]},"0.9.0":{"name":"aframe","version":"0.9.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 0.8.2 0.9.0","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"animejs":"^2.2.0","browserify-css":"^0.8.4","custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","super-three":"^0.101.0","three-bmfont-text":"^2.1.0","webvr-polyfill":"^0.10.10"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"989d9e4257eb33fb111dc02c0df997215296579f","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.9.0","_npmVersion":"6.1.0","_nodeVersion":"10.5.0","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"da57790fe5a9d1d2cb5c7c05daaec20c34b30f35","size":4644506,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.9.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_0.9.0_1549585558677_0.5501707421583222"},"_hasShrinkwrap":false,"publish_time":1549585559050,"_cnpm_publish_time":1549585559050,"contributors":[]},"0.8.2":{"name":"aframe","version":"0.8.2","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 0.7.1 0.8.0","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"@tweenjs/tween.js":"^16.8.0","browserify-css":"^0.8.2","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"github:supermedium/three.js#r90fixMTLLoader","three-bmfont-text":"^2.1.0","webvr-polyfill":"^0.10.5"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"abd7b9910fcaf208bdc943a0b8ecad3fa7790869","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.8.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"435dd7c7d2f059316af87f4a9783427b0617e11f","size":6924950,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.8.2.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_0.8.2_1523823013048_0.4600481315322926"},"_hasShrinkwrap":false,"publish_time":1523823013324,"_cnpm_publish_time":1523823013324,"contributors":[]},"0.8.1":{"name":"aframe","version":"0.8.1","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 0.7.1 0.8.0","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"@tweenjs/tween.js":"^16.8.0","browserify-css":"^0.8.2","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"github:dmarcos/three.js#r90fixPose","three-bmfont-text":"^2.1.0","webvr-polyfill":"^0.9.40"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"0402fb2569c6cb2cd3c38c5a823df8e503a44782","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.8.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"4e2ce79bced998ee3638cc634d3dadda6217660b","size":2586466,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.8.1.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_0.8.1_1520749965767_0.9334046953749295"},"_hasShrinkwrap":false,"publish_time":1520749965988,"_cnpm_publish_time":1520749965988,"contributors":[]},"0.8.0":{"name":"aframe","version":"0.8.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 0.7.1 0.8.0","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"@tweenjs/tween.js":"^16.8.0","browserify-css":"^0.8.2","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"github:dmarcos/three.js#r90fixPose","three-bmfont-text":"^2.1.0","webvr-polyfill":"^0.9.40"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"c9059330e4eddff7c197331e30cfd906eecf5d02","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.8.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"6565cf937f47732be42234faa3f1a90354d2ead6","size":2588175,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.8.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_0.8.0_1520582310890_0.8167640978996678"},"_hasShrinkwrap":false,"publish_time":1520582311050,"_cnpm_publish_time":1520582311050,"contributors":[]},"0.7.1":{"name":"aframe","version":"0.7.1","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-v0.7.1.js.map > dist/aframe-v0.7.1.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-v0.7.1.min.js.map --output dist/aframe-v0.7.1.min.js.map] -o dist/aframe-v0.7.1.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prerelease":"node scripts/release.js 0.6.1 0.7.0","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"@tweenjs/tween.js":"^16.8.0","browserify-css":"^0.8.2","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"^0.87.0","three-bmfont-text":"^2.1.0","webvr-polyfill":"^0.9.36"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"0.0.20","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"0da6cf470688f4a9b9d4491ecf7e2f00110060ba","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.7.1","_shasum":"f42c520a0d7bbcff75893f2baaca740f716719ac","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"f42c520a0d7bbcff75893f2baaca740f716719ac","size":8636656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.7.1.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe-0.7.1.tgz_1508359172564_0.9664569753222167"},"directories":{},"publish_time":1508359172927,"_hasShrinkwrap":false,"_cnpm_publish_time":1508359172927,"contributors":[]},"0.7.0":{"name":"aframe","version":"0.7.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-v0.7.0.js.map > dist/aframe-v0.7.0.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-v0.7.0.min.js.map --output dist/aframe-v0.7.0.min.js.map] -o dist/aframe-v0.7.0.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prerelease":"node scripts/release.js 0.6.1 0.7.0","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"@tweenjs/tween.js":"^16.8.0","browserify-css":"^0.8.2","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"^0.87.0","three-bmfont-text":"^2.1.0","webvr-polyfill":"^0.9.36"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"0.0.20","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"aa76fb075412aa5c93ff687e302e5fe3c2a78e1c","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.7.0","_shasum":"2c7b31466452d0060ad14426f8d660f97440e3b8","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"2c7b31466452d0060ad14426f8d660f97440e3b8","size":7655013,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.7.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe-0.7.0.tgz_1505899360841_0.09218532592058182"},"directories":{},"publish_time":1505899361962,"_cnpm_publish_time":1505899361962,"_hasShrinkwrap":false,"contributors":[]},"0.6.1":{"name":"aframe","version":"0.6.1","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prerelease":"node scripts/release.js 0.6.0 0.6.1","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"@tweenjs/tween.js":"^16.8.0","browserify-css":"^0.8.2","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"^0.84.0","three-bmfont-text":"^2.1.0","webvr-polyfill":"^0.9.36"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"0.0.20","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"b64104fbc1034177fb573e6f746e09cd69ed57a3","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.6.1","_shasum":"291d6aad47586e09d04689fd48c1fb03f0ba63a5","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"291d6aad47586e09d04689fd48c1fb03f0ba63a5","size":7499368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.6.1.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe-0.6.1.tgz_1500446124759_0.18237595283426344"},"directories":{},"publish_time":1500446125415,"_cnpm_publish_time":1500446125415,"_hasShrinkwrap":false,"contributors":[]},"0.6.0":{"name":"aframe","version":"0.6.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prerelease":"node scripts/release.js 0.5.0 0.6.0","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"browserify-css":"^0.8.2","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"^0.84.0","three-bmfont-text":"^2.1.0","tween.js":"^15.0.0","webvr-polyfill":"^0.9.35"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"0.0.20","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace":"^0.3.0","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"34d1988430c7541f8e28978b31bb6278ca2b7df7","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.6.0","_shasum":"b15ccbb81ab7649ba43c63530e150c3c5fc124ee","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"b15ccbb81ab7649ba43c63530e150c3c5fc124ee","size":13907888,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.6.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe-0.6.0.tgz_1498805173874_0.5928479437716305"},"directories":{},"publish_time":1498805175225,"_cnpm_publish_time":1498805175225,"_hasShrinkwrap":false,"contributors":[]},"0.5.0":{"name":"aframe","version":"0.5.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"mkdirp build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","precommit":"npm run lint","preghpages":"npm run dist && rimraf gh-pages && mkdirp gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe-master.js' 'dist/aframe-master.min.js' gh-pages/ -r --silent","prerelease":"npm run dist && node scripts/release.js 0.4.0 0.5.0","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"karma start ./tests/karma.conf.js --browsers Firefox","test:chrome":"karma start ./tests/karma.conf.js --browsers Chrome"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"browserify-css":"^0.8.2","debug":"^2.2.0","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","envify":"^3.4.1","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"^0.83.0","three-bmfont-text":"^2.1.0","tween.js":"^15.0.0","webvr-polyfill":"github:dmarcos/webvr-polyfill#a02a8089b"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^3.1.3","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","karma":"^1.3.0","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"^1.2.4","lolex":"^1.5.1","markserv":"0.0.20","minifyify":"^7.3.3","mkdirp":"^0.5.1","mocha":"^3.0.2","mozilla-download":"^1.1.1","open":"0.0.5","replace":"^0.3.0","rimraf":"^2.5.4","semistandard":"^9.0.0","sinon":"^1.17.5","sinon-chai":"^2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"110055d70ec0fa870ea566b9705406498431ab54","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.5.0","_shasum":"c6335cad86ee7a731062415b718da79e764e96ef","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.2.1","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"c6335cad86ee7a731062415b718da79e764e96ef","size":2203809,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.5.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/aframe-0.5.0.tgz_1486704149529_0.09643828589469194"},"directories":{},"publish_time":1486704149787,"_cnpm_publish_time":1486704149787,"_hasShrinkwrap":false,"contributors":[]},"0.4.1":{"name":"aframe","version":"0.4.1","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"mkdirp build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug -t [envify --INSPECTOR_VERSION dev] | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -t [envify --INSPECTOR_VERSION dev] -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","precommit":"npm run lint","preghpages":"npm run dist && rimraf gh-pages && mkdirp gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","prerelease":"npm run dist && node scripts/release.js 0.3.2 0.4.0","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docs-lint.js","test:firefox":"karma start ./tests/karma.conf.js --browsers Firefox","test:chrome":"karma start ./tests/karma.conf.js --browsers Chrome","test:ci":"TEST_ENV=ci karma start ./tests/karma.conf.js --single-run --browsers Firefox"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"browserify-css":"^0.8.2","debug":"^2.2.0","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","envify":"^3.4.1","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"^0.82.1","tween.js":"^15.0.0","webvr-polyfill":"^0.9.23"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^3.1.3","exorcist":"^0.4.0","ghpages":"0.0.8","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","karma":"^1.3.0","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"^1.2.4","lolex":"^1.5.1","markserv":"0.0.20","minifyify":"^7.3.3","mkdirp":"^0.5.1","mocha":"^3.0.2","mozilla-download":"^1.1.1","open":"0.0.5","replace":"^0.3.0","rimraf":"^2.5.4","semistandard":"^9.0.0","sinon":"^1.17.5","sinon-chai":"^2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"58903d12f7d7950e3380f051a768cb17f0c3e3cb","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.4.1","_shasum":"cfdd8c1b53fb267c09fa55794fb2e9c87ed3bfca","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"cfdd8c1b53fb267c09fa55794fb2e9c87ed3bfca","size":18052696,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.4.1.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/aframe-0.4.1.tgz_1484224115821_0.1730952630750835"},"directories":{},"publish_time":1484224116219,"_cnpm_publish_time":1484224116219,"_hasShrinkwrap":false,"contributors":[]},"0.4.0":{"name":"aframe","version":"0.4.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"mkdirp build/ && npm run browserify -- --debug -t [envify --INSPECTOR_VERSION dev] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug -t [envify --INSPECTOR_VERSION dev] | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -t [envify --INSPECTOR_VERSION dev] -p [minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","precommit":"npm run lint","preghpages":"npm run dist && rimraf gh-pages && mkdirp gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","prerelease":"npm run dist && node scripts/release.js 0.3.2 0.4.0","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docs-lint.js","test:firefox":"karma start ./tests/karma.conf.js --browsers Firefox","test:chrome":"karma start ./tests/karma.conf.js --browsers Chrome","test:ci":"TEST_ENV=ci karma start ./tests/karma.conf.js --single-run --browsers Firefox"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"browserify-css":"^0.8.2","debug":"^2.2.0","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"^0.82.1","tween.js":"^15.0.0","webvr-polyfill":"^0.9.23"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^3.1.3","envify":"^3.4.1","exorcist":"^0.4.0","ghpages":"0.0.8","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","karma":"^1.3.0","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"^1.2.4","lolex":"^1.5.1","markserv":"0.0.20","minifyify":"^7.3.3","mkdirp":"^0.5.1","mocha":"^3.0.2","mozilla-download":"^1.1.1","open":"0.0.5","replace":"^0.3.0","rimraf":"^2.5.4","semistandard":"^9.0.0","sinon":"^1.17.5","sinon-chai":"^2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"87c934aae6c85ac05af48e3c569db584197fb946","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.4.0","_shasum":"9671bceb3322bb4478db01fd2b022a531d7507d7","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"9671bceb3322bb4478db01fd2b022a531d7507d7","size":18041951,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.4.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/aframe-0.4.0.tgz_1481945963420_0.32524305349215865"},"directories":{},"publish_time":1481945971881,"_cnpm_publish_time":1481945971881,"_hasShrinkwrap":false,"contributors":[]},"0.3.2":{"name":"aframe","version":"0.3.2","description":"Building blocks for the VR Web","homepage":"https://aframe.io/","main":"dist/aframe.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"mkdirp build/ && npm run browserify -- --debug -o build/aframe.js","codecov":"codecov","dev":"npm run build && node ./scripts/budo","dist":"npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe.min.js.map --output dist/aframe.min.js.map] -o dist/aframe.min.js","dist:release":"npm run dist:release:min && npm run dist:release:max","dist:release:max":"npm run browserify -s -- --debug | exorcist dist/aframe-v0.3.2.js.map > dist/aframe-v0.3.2.js","dist:release:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-v0.3.2.min.js.map --output dist/aframe-v0.3.2.min.js.map] -o dist/aframe-v0.3.2.min.js","gh-pages":"npm run ghpages","ghpages":"node ./scripts/gh-pages","lint":"semistandard -v | snazzy","precommit":"npm run lint","preghpages":"npm run dist && rimraf gh-pages && mkdirp gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","release:bump":"npm run dist && git commit -am 'bump dist' && npm version patch --preminor","release:push":"npm login && npm publish && git push --follow-tags","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:firefox":"karma start ./tests/karma.conf.js --browsers Firefox","test:chrome":"karma start ./tests/karma.conf.js --browsers Chrome","test:ci":"TEST_ENV=ci karma start ./tests/karma.conf.js --single-run --browsers Firefox","version":"npm run dist"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"browserify-css":"^0.8.2","debug":"^2.2.0","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"^0.76.1","tween.js":"^15.0.0","webvr-polyfill":"0.9.15"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^8.1.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.3.0","codecov":"^1.0.1","exorcist":"^0.4.0","gh-pages":"^0.6.0","husky":"^0.10.1","istanbul":"^0.4.4","karma":"^1.2.0","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^1.0.1","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"^1.2.3","lolex":"^1.5.1","minifyify":"^7.3.3","mkdirp":"0.5.1","mocha":"^3.0.2","mozilla-download":"^1.0.5","open":"0.0.5","replace":"^0.3.0","rimraf":"2.5.0","semistandard":"^7.0.2","sinon":"^1.17.5","sinon-chai":"^2.8.0","snazzy":"^3.0.0","uglifyjs":"^2.4.10"},"link":true,"browserify":{"transform":["browserify-css"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 0.12.7","npm":"^2.12.1"},"gitHead":"de2dd6cb9e5be64a60f2c108a2382d699bf59052","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.3.2","_shasum":"a059093f98ed6bcacd2baf4bf11a4492342ef3bc","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"a059093f98ed6bcacd2baf4bf11a4492342ef3bc","size":14109889,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.3.2.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/aframe-0.3.2.tgz_1476312390693_0.8133810455910861"},"directories":{},"publish_time":1476312391073,"_cnpm_publish_time":1476312391073,"_hasShrinkwrap":false,"contributors":[]},"0.1.1":{"name":"aframe","version":"0.1.1","description":"Building blocks for the VR Web","main":"index.js","scripts":{"start":"npm run dev","dev":"npm run build && node ./scripts/budo","browserify":"browserify ./index.js -s 'AFRAME'","build":"mkdir -p build/ && npm run browserify -- --debug -o build/aframe.js","dist":"mkdir -p dist/ && npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js && uglifyjs dist/aframe.js -c warnings=false -m -o dist/aframe.min.js","preghpages":"npm run dist && rm -rf gh-pages && mkdir -p gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","ghpages":"node ./scripts/gh-pages","gh-pages":"npm run ghpages","release:bump":"npm version patch --preminor","release:push":"npm login && npm publish && git push --follow-tags","lint":"semistandard -v $(git ls-files '*.js') | snazzy","precommit":"npm run lint"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","devDependencies":{"browserify":"^11.0.1","browserify-css":"^0.8.2","budo":"^7.0.2","exorcist":"^0.4.0","gh-pages":"^0.4.0","html-minifier":"^0.8.0","husky":"^0.10.1","polymerize":"^1.0.0","replace":"^0.3.0","semistandard":"^7.0.2","snazzy":"^2.0.1","uglifyjs":"^2.4.10"},"dependencies":{"aframe-core":"^0.1.1"},"link":true,"browserify":{"transform":[["polymerize",{"match":".*.html$"}]]},"semistandard":{"ignore":["build/**","dist/**","lib/vendor/**","examples/_js/**"]},"keywords":["aframe","aframe-core","vr","webvr","3d","three","components","elements"],"gitHead":"77528185533140eda96fe71e895e696d6cd00bca","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"homepage":"https://github.com/aframevr/aframe#readme","_id":"aframe@0.1.1","_shasum":"7f19f406283eacade073cd1ecda66879530bed84","_from":".","_npmVersion":"2.12.1","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"cvan@mozilla.com"},"dist":{"shasum":"7f19f406283eacade073cd1ecda66879530bed84","size":172054972,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.1.1.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"publish_time":1450346125126,"_cnpm_publish_time":1450346125126,"_hasShrinkwrap":false,"contributors":[]},"0.1.0":{"name":"aframe","version":"0.1.0","description":"Building blocks for the VR Web","main":"index.js","scripts":{"start":"npm run dev","dev":"npm run build && node ./scripts/budo","browserify":"browserify ./index.js -s 'AFRAME'","build":"mkdir -p build/ && npm run browserify -- --debug -o build/aframe.js","dist":"mkdir -p dist/ && npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js && uglifyjs dist/aframe.js -c warnings=false -m -o dist/aframe.min.js","preghpages":"npm run dist && rm -rf gh-pages && mkdir -p gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","ghpages":"node ./scripts/gh-pages","gh-pages":"npm run ghpages","release:bump":"npm version patch --preminor","release:push":"npm login && npm publish && git push --follow-tags","lint":"semistandard -v $(git ls-files '*.js') | snazzy","precommit":"npm run lint"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","devDependencies":{"browserify":"^11.0.1","browserify-css":"^0.8.2","budo":"^7.0.2","exorcist":"^0.4.0","gh-pages":"^0.4.0","html-minifier":"^0.8.0","husky":"^0.10.1","polymerize":"^1.0.0","replace":"^0.3.0","semistandard":"^7.0.2","snazzy":"^2.0.1","uglifyjs":"^2.4.10"},"dependencies":{"aframe-core":"^0.1.1"},"link":true,"browserify":{"transform":[["polymerize",{"match":".*.html$"}]]},"semistandard":{"ignore":["build/**","dist/**","lib/vendor/**","examples/_js/**"]},"keywords":["aframe","aframe-core","vr","webvr","3d","three","components","elements"],"gitHead":"90079679038b6bc873e6a5ca7ddc5abc7901362c","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"homepage":"https://github.com/aframevr/aframe#readme","_id":"aframe@0.1.0","_shasum":"b2c86aeda7424cc07c9052c55951c7a2a6db0829","_from":".","_npmVersion":"2.12.1","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"cvan@mozilla.com"},"dist":{"shasum":"b2c86aeda7424cc07c9052c55951c7a2a6db0829","size":172052726,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"publish_time":1450312919687,"_cnpm_publish_time":1450312919687,"_hasShrinkwrap":false,"contributors":[]},"0.0.9":{"name":"aframe","version":"0.0.9","description":"Building blocks for the VR Web","main":"index.js","scripts":{"start":"npm run dev","dev":"npm run build && node ./scripts/budo","browserify":"browserify ./index.js -s 'aframe'","build":"mkdir -p build/ && npm run browserify -- --debug -o build/aframe.js","dist":"mkdir -p dist/ && npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js && uglifyjs dist/aframe.js -c warnings=false -m -o dist/aframe.min.js","preghpages":"npm run dist && rm -rf gh-pages && mkdir -p gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","ghpages":"node ./scripts/gh-pages","gh-pages":"npm run ghpages","release":"npm login && npm version patch --minor && npm publish && git push --follow-tags","lint":"semistandard -v $(git ls-files '*.js') | snazzy","precommit":"npm run lint"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","devDependencies":{"browserify":"^11.0.1","budo":"^7.0.2","exorcist":"^0.4.0","gh-pages":"^0.4.0","html-minifier":"^0.8.0","husky":"^0.10.1","polymerize":"^1.0.0","replace":"^0.3.0","semistandard":"^7.0.2","snazzy":"^2.0.1","uglifyjs":"^2.4.10"},"dependencies":{"aframe-core":"^0.0.3"},"link":true,"browserify":{"transform":[["polymerize",{"match":".*.html$"}]]},"semistandard":{"ignore":["build/**","dist/**","lib/vendor/**","examples/_js/**"]},"keywords":["aframe","aframe-core","vr","webvr","3d","three","components","elements"],"gitHead":"116e71a346d52c711c6beb5dc09631d847d5501d","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"homepage":"https://github.com/aframevr/aframe#readme","_id":"aframe@0.0.9","_shasum":"84011bfb75be8578665dcb2673c1197e0f7b0fb4","_from":".","_npmVersion":"2.12.1","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"cvan@mozilla.com"},"dist":{"shasum":"84011bfb75be8578665dcb2673c1197e0f7b0fb4","size":169602286,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.0.9.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"publish_time":1449786663087,"_cnpm_publish_time":1449786663087,"_hasShrinkwrap":false,"contributors":[]},"0.3.1":{"name":"aframe","version":"0.3.1","description":"Building blocks for the VR Web","homepage":"https://aframe.io/","main":"dist/aframe.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"mkdirp build/ && npm run browserify -- --debug -o build/aframe.js","codecov":"codecov","dev":"npm run build && node ./scripts/budo","dist":"npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe.min.js.map --output dist/aframe.min.js.map] -o dist/aframe.min.js","dist:release":"npm run dist:release:min && npm run dist:release:max","dist:release:max":"npm run browserify -s -- --debug | exorcist dist/aframe-v0.3.0.js.map > dist/aframe-v0.3.0.js","dist:release:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-v0.3.0.min.js.map --output dist/aframe-v0.3.0.min.js.map] -o dist/aframe-v0.3.0.min.js","gh-pages":"npm run ghpages","ghpages":"node ./scripts/gh-pages","lint":"semistandard -v | snazzy","precommit":"npm run lint","preghpages":"npm run dist && rimraf gh-pages && mkdirp gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","release:bump":"npm run dist && git commit -am 'bump dist' && npm version patch --preminor","release:push":"npm login && npm publish && git push --follow-tags","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:firefox":"karma start ./tests/karma.conf.js --browsers Firefox","test:chrome":"karma start ./tests/karma.conf.js --browsers Chrome","test:ci":"TEST_ENV=ci karma start ./tests/karma.conf.js --single-run --browsers Firefox","version":"npm run dist"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"browserify-css":"^0.8.2","debug":"^2.2.0","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","style-attr":"^1.0.2","three":"^0.76.1","tween.js":"^15.0.0","webvr-polyfill":"0.9.15"},"devDependencies":{"browserify":"^13.1.0","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^8.1.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.3.0","codecov":"^1.0.1","exorcist":"^0.4.0","gh-pages":"^0.6.0","husky":"^0.10.1","istanbul":"^0.4.4","karma":"^1.2.0","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^1.0.1","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"^1.2.3","lolex":"^1.5.1","minifyify":"^7.3.3","mkdirp":"0.5.1","mocha":"^3.0.2","mozilla-download":"^1.0.5","open":"0.0.5","replace":"^0.3.0","rimraf":"2.5.0","semistandard":"^7.0.2","sinon":"^1.17.5","sinon-chai":"^2.8.0","snazzy":"^3.0.0","uglifyjs":"^2.4.10"},"link":true,"browserify":{"transform":["browserify-css"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 0.12.7","npm":"^2.12.1"},"gitHead":"92f1e1beeded51482b2f3813794186f28f6cea20","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.3.1","_shasum":"4f5c58ac28564adfefdfbc000c90ab3d97b1612a","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"4f5c58ac28564adfefdfbc000c90ab3d97b1612a","size":14111620,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.3.1.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/aframe-0.3.1.tgz_1471577763456_0.6022203918546438"},"directories":{},"publish_time":1471577763848,"_cnpm_publish_time":1471577763848,"_hasShrinkwrap":false,"contributors":[]},"0.3.0":{"name":"aframe","version":"0.3.0","description":"Building blocks for the VR Web","homepage":"https://aframe.io/","main":"dist/aframe.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"mkdirp build/ && npm run browserify -- --debug -o build/aframe.js","codecov":"codecov","dev":"npm run build && node ./scripts/budo","dist":"npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js","dist:min":"npm run browserify -s -- --debug -p [minifyify --map aframe.min.js.map --output dist/aframe.min.js.map] -o dist/aframe.min.js","dist:release":"npm run dist:release:min && npm run dist:release:max","dist:release:max":"npm run browserify -s -- --debug | exorcist dist/aframe-v0.3.0.js.map > dist/aframe-v0.3.0.js","dist:release:min":"npm run browserify -s -- --debug -p [minifyify --map aframe-v0.3.0.min.js.map --output dist/aframe-v0.3.0.min.js.map] -o dist/aframe-v0.3.0.min.js","gh-pages":"npm run ghpages","ghpages":"node ./scripts/gh-pages","lint":"semistandard -v | snazzy","precommit":"npm run lint","preghpages":"npm run dist && rimraf gh-pages && mkdirp gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","release:bump":"npm run dist && git commit -am 'bump dist' && npm version patch --preminor","release:push":"npm login && npm publish && git push --follow-tags","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:firefox":"karma start ./tests/karma.conf.js --browsers Firefox","test:chrome":"karma start ./tests/karma.conf.js --browsers Chrome","test:ci":"TEST_ENV=ci karma start ./tests/karma.conf.js --single-run --browsers Firefox","version":"npm run dist"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"debug":"^2.2.0","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","promise-polyfill":"^3.1.0","object-assign":"^4.0.1","present":"0.0.6","style-attr":"^1.0.2","three":"^0.76.1","tween.js":"^15.0.0","webvr-polyfill":"0.9.15"},"devDependencies":{"browserify":"^13.1.0","browserify-css":"^0.8.2","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^8.1.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.3.0","codecov":"^1.0.1","exorcist":"^0.4.0","gh-pages":"^0.6.0","husky":"^0.10.1","istanbul":"^0.4.4","karma":"^1.2.0","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^1.0.1","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.0.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"^1.2.3","lolex":"^1.5.1","minifyify":"^7.3.3","mkdirp":"0.5.1","mocha":"^3.0.2","mozilla-download":"^1.0.5","open":"0.0.5","replace":"^0.3.0","rimraf":"2.5.0","semistandard":"^7.0.2","sinon":"^1.17.5","sinon-chai":"^2.8.0","snazzy":"^3.0.0","uglifyjs":"^2.4.10"},"link":true,"browserify":{"transform":["browserify-css"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 0.12.7","npm":"^2.12.1"},"gitHead":"b55700e96963e37a01441f6f7dd31d58c51e803d","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@0.3.0","_shasum":"9817d79ccb795858aadbcc111d81149587553add","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"9817d79ccb795858aadbcc111d81149587553add","size":10506394,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.3.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/aframe-0.3.0.tgz_1471495985944_0.21756817097775638"},"directories":{},"publish_time":1471495986303,"_cnpm_publish_time":1471495986303,"_hasShrinkwrap":false,"contributors":[]},"0.2.0":{"name":"aframe","version":"0.2.0","description":"Building blocks for the VR Web","main":"dist/aframe.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"mkdirp build/ && npm run browserify -- --debug -o build/aframe.js","dev":"npm run build && node ./scripts/budo","dist":"mkdirp dist/ && npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js && uglifyjs dist/aframe.js -c warnings=false -m -o dist/aframe.min.js","gh-pages":"npm run ghpages","ghpages":"node ./scripts/gh-pages","lint":"semistandard -v | snazzy","precommit":"npm run lint","preghpages":"npm run dist && rimraf gh-pages && mkdirp gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","release:bump":"npm run dist && git commit -am 'bump dist' && npm version patch --preminor","release:push":"npm login && npm publish && git push --follow-tags","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:ci":"TEST_ENV=ci karma start ./tests/karma.conf.js --single-run","version":"npm run dist"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"browserify-css":"^0.8.2","debug":"^2.2.0","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","promise-polyfill":"^3.1.0","object-assign":"^4.0.1","polymerize":"^1.0.0","present":"0.0.6","request-interval":"^1.0.0","style-attr":"^1.0.2","three":"^0.74.0","tween.js":"^15.0.0","webvr-polyfill":"github:borismus/webvr-polyfill#3f47796"},"devDependencies":{"browserify":"^11.0.1","browserify-derequire":"^0.9.4","budo":"^8.1.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.3.0","exorcist":"^0.4.0","gh-pages":"^0.6.0","husky":"^0.10.1","karma":"^0.13.15","karma-browserify":"^4.4.0","karma-chai-shallow-deep-equal":"0.0.4","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^0.1.6","karma-mocha":"^0.2.0","karma-mocha-reporter":"^1.1.0","karma-sinon-chai":"^1.1.0","lolex":"^1.4.0","mkdirp":"0.5.1","mocha":"^2.3.3","mozilla-download":"^1.0.5","open":"0.0.5","replace":"^0.3.0","rimraf":"2.5.0","semistandard":"^7.0.2","sinon":"^1.17.3","sinon-chai":"^2.8.0","snazzy":"^3.0.0","uglifyjs":"^2.4.10"},"link":true,"browserify":{"transform":["browserify-css",["polymerize",{"match":".*.html$"}]]},"semistandard":{"ignore":["build/**","dist/**","examples/_js/**","examples/**/shaders/*.js","vendor/**"]},"keywords":["aframe","vr","webvr","3d","three","components","elements"],"browserify-css":{"minify":true},"engines":{"node":">= 0.12.7","npm":"^2.12.1"},"gitHead":"1e0226e0aefdd00a0620212c803b99459a9cf3a9","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"homepage":"https://github.com/aframevr/aframe#readme","_id":"aframe@0.2.0","_shasum":"323e9b73512ab06f3d6ed22273c6ac6eef8cc6ec","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.0","_npmUser":{"name":"anonymous","email":"cvan@mozilla.com"},"dist":{"shasum":"323e9b73512ab06f3d6ed22273c6ac6eef8cc6ec","size":5818875,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/aframe-0.2.0.tgz_1458949511559_0.5188083057291806"},"directories":{},"publish_time":1458949511977,"_cnpm_publish_time":1458949511977,"_hasShrinkwrap":false,"contributors":[]},"0.2.0-rc1":{"name":"aframe","version":"0.2.0-rc1","description":"Building blocks for the VR Web","main":"dist/aframe.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"mkdirp build/ && npm run browserify -- --debug -o build/aframe.js","dev":"npm run build && node ./scripts/budo","dist":"mkdirp dist/ && npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js && uglifyjs dist/aframe.js -c warnings=false -m -o dist/aframe.min.js","gh-pages":"npm run ghpages","ghpages":"node ./scripts/gh-pages","lint":"semistandard -v $(git ls-files '*.js') | standard-reporter --stylish","precommit":"npm run lint","preghpages":"npm run dist && rimraf gh-pages && mkdirp gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","release:bump":"npm run dist && git commit -am 'bump dist' && npm version patch --preminor","release:push":"npm login && npm publish && git push --follow-tags","start":"npm run dev","test":"karma start ./tests/karma.conf.js","test:ci":"TEST_ENV=ci karma start ./tests/karma.conf.js --single-run","version":"npm run dist"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"browserify-css":"^0.8.2","debug":"^2.2.0","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7","promise-polyfill":"^3.1.0","object-assign":"^4.0.1","polymerize":"^1.0.0","present":"0.0.6","request-interval":"^1.0.0","style-attr":"^1.0.2","three":"^0.74.0","tween.js":"^15.0.0","webvr-polyfill":"github:borismus/webvr-polyfill#3f47796"},"devDependencies":{"browserify":"^11.0.1","browserify-derequire":"^0.9.4","budo":"^8.1.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.3.0","exorcist":"^0.4.0","gh-pages":"^0.6.0","husky":"^0.10.1","karma":"^0.13.15","karma-browserify":"^4.4.0","karma-chai-shallow-deep-equal":"0.0.4","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^0.1.6","karma-mocha":"^0.2.0","karma-mocha-reporter":"^1.1.0","karma-sinon-chai":"^1.1.0","lolex":"^1.4.0","mkdirp":"0.5.1","mocha":"^2.3.3","mozilla-download":"^1.0.5","open":"0.0.5","replace":"^0.3.0","rimraf":"2.5.0","semistandard":"^7.0.2","sinon":"^1.17.3","sinon-chai":"^2.8.0","standard-reporter":"^1.0.5","uglifyjs":"^2.4.10"},"link":true,"browserify":{"transform":["browserify-css",["polymerize",{"match":".*.html$"}]]},"semistandard":{"ignore":["build/**","dist/**","examples/_js/**","examples/**/shaders/*.js","vendor/**"]},"keywords":["aframe","vr","webvr","3d","three","components","elements"],"browserify-css":{"minify":true},"engines":{"node":">= 0.12.7","npm":"^2.12.1"},"gitHead":"ddc64e7c410a088c6381f0d8e78adb30fc24f8fb","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"homepage":"https://github.com/aframevr/aframe#readme","_id":"aframe@0.2.0-rc1","_shasum":"b39c3a551044c58e9a9663b9950af6985d35304f","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"b39c3a551044c58e9a9663b9950af6985d35304f","size":5636691,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.2.0-rc1.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/aframe-0.2.0-rc1.tgz_1458073013735_0.9789202732499689"},"directories":{},"publish_time":1458073014273,"_cnpm_publish_time":1458073014273,"_hasShrinkwrap":false,"contributors":[]},"0.1.3":{"name":"aframe","version":"0.1.3","description":"Building blocks for the VR Web","main":"index.js","scripts":{"start":"npm run dev","dev":"npm run build && node ./scripts/budo","browserify":"browserify ./index.js -s 'AFRAME'","build":"mkdir -p build/ && npm run browserify -- --debug -o build/aframe.js","dist":"mkdir -p dist/ && npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js && uglifyjs dist/aframe.js -c warnings=false -m -o dist/aframe.min.js","preghpages":"npm run dist && rm -rf gh-pages && mkdir -p gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","ghpages":"node ./scripts/gh-pages","gh-pages":"npm run ghpages","version":"npm run dist","release:bump":"npm version patch --preminor && git commit -a -C HEAD --amend","release:push":"npm login && npm publish && git push --follow-tags","lint":"semistandard -v $(git ls-files '*.js') | snazzy","precommit":"npm run lint"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","devDependencies":{"budo":"^7.0.2","exorcist":"^0.4.0","gh-pages":"^0.4.0","html-minifier":"^0.8.0","husky":"^0.10.1","replace":"^0.3.0","semistandard":"^7.0.2","snazzy":"^2.0.1","uglifyjs":"^2.4.10"},"dependencies":{"aframe-core":"^0.1.6","browserify":"^11.0.1","browserify-css":"^0.8.2","polymerize":"^1.0.0"},"link":true,"browserify":{"transform":[["polymerize",{"match":".*.html$"}]]},"semistandard":{"ignore":["build/**","dist/**","lib/vendor/**","examples/_js/**"]},"keywords":["aframe","aframe-core","vr","webvr","3d","three","components","elements"],"gitHead":"41f71036f3017523df364822c07542e1de3b469c","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"homepage":"https://github.com/aframevr/aframe#readme","_id":"aframe@0.1.3","_shasum":"fd716d55e0488ac1a7f527bdbbd2129fd601edf3","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"fd716d55e0488ac1a7f527bdbbd2129fd601edf3","size":71907035,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.1.3.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/aframe-0.1.3.tgz_1457983544113_0.2100192557554692"},"directories":{},"publish_time":1457983545507,"_cnpm_publish_time":1457983545507,"_hasShrinkwrap":false,"contributors":[]},"0.1.2":{"name":"aframe","version":"0.1.2","description":"Building blocks for the VR Web","main":"index.js","scripts":{"start":"npm run dev","dev":"npm run build && node ./scripts/budo","browserify":"browserify ./index.js -s 'AFRAME'","build":"mkdir -p build/ && npm run browserify -- --debug -o build/aframe.js","dist":"mkdir -p dist/ && npm run browserify -s -- --debug | exorcist dist/aframe.js.map > dist/aframe.js && uglifyjs dist/aframe.js -c warnings=false -m -o dist/aframe.min.js","preghpages":"npm run dist && rm -rf gh-pages && mkdir -p gh-pages && cp -r {.nojekyll,dist,lib,examples,index.html,style} gh-pages/. 2>/dev/null || : && git checkout dist/ && replace 'build/aframe.js' 'dist/aframe.min.js' gh-pages/ -r --silent","ghpages":"node ./scripts/gh-pages","gh-pages":"npm run ghpages","version":"npm run dist","release:bump":"npm version patch --preminor && git commit -a -C HEAD --amend","release:push":"npm login && npm publish && git push --follow-tags","lint":"semistandard -v $(git ls-files '*.js') | snazzy","precommit":"npm run lint"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","devDependencies":{"budo":"^7.0.2","exorcist":"^0.4.0","gh-pages":"^0.4.0","html-minifier":"^0.8.0","husky":"^0.10.1","replace":"^0.3.0","semistandard":"^7.0.2","snazzy":"^2.0.1","uglifyjs":"^2.4.10"},"dependencies":{"aframe-core":"^0.1.5","browserify":"^11.0.1","browserify-css":"^0.8.2","polymerize":"^1.0.0"},"link":true,"browserify":{"transform":[["polymerize",{"match":".*.html$"}]]},"semistandard":{"ignore":["build/**","dist/**","lib/vendor/**","examples/_js/**"]},"keywords":["aframe","aframe-core","vr","webvr","3d","three","components","elements"],"gitHead":"6a812d6231b32c2cb481851c85de1532c8ec2a43","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"homepage":"https://github.com/aframevr/aframe#readme","_id":"aframe@0.1.2","_shasum":"c01ccfbcc631ef33daa597a40920b364e9e7eb06","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"anonymous","email":"me@ngokevin.com"},"dist":{"shasum":"c01ccfbcc631ef33daa597a40920b364e9e7eb06","size":78083732,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.1.2.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/aframe-0.1.2.tgz_1455910095467_0.35676133492961526"},"directories":{},"publish_time":1455910116751,"_cnpm_publish_time":1455910116751,"_hasShrinkwrap":false,"contributors":[]},"0.0.0":{"name":"aframe","version":"0.0.0","license":"MIT","_id":"aframe@0.0.0","scripts":{},"_shasum":"fd5f0d7e0846122eafc2db2d28623c87d2977af2","_from":".","_npmVersion":"2.12.1","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"cvan@mozilla.com"},"dist":{"shasum":"fd5f0d7e0846122eafc2db2d28623c87d2977af2","size":166,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-0.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"directories":{},"publish_time":1444262025772,"_cnpm_publish_time":1444262025772,"_hasShrinkwrap":false,"contributors":[]},"1.1.0":{"name":"aframe","version":"1.1.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [ envify --INSPECTOR_VERSION dev ] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [ minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map ] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.0.4 1.1.0","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.123.1","three-bmfont-text":"github:dmarcos/three-bmfont-text#1babdf8507c731a18f8af3b807292e2b9740955e","webvr-polyfill":"^0.10.12"},"devDependencies":{"browserify":"^13.1.0","browserify-css":"^0.8.4","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","envify":"^3.4.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.2.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"f73047db7c969ebdc045995a30912aec419427e6","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.1.0","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"shasum":"1b583b41728ef76786b6f534e83083394e292205","size":5288614,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.1.0.tgz"},"directories":{},"maintainers":[{"name":"anonymous","email":"caseyyee.ca@gmail.com"},{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"me@ngokevin.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.1.0_1607013734190_0.7699236607098885"},"_hasShrinkwrap":false,"publish_time":1607013734446,"_cnpm_publish_time":1607013734446,"contributors":[]},"1.2.0":{"name":"aframe","version":"1.2.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [ envify --INSPECTOR_VERSION dev ] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [ minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map ] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.1.0 1.2.0","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.125.1","three-bmfont-text":"github:dmarcos/three-bmfont-text#1babdf8507c731a18f8af3b807292e2b9740955e","webvr-polyfill":"^0.10.12"},"devDependencies":{"browserify":"^13.1.0","browserify-css":"^0.8.4","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","envify":"^3.4.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.2.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":"^2.15.9"},"gitHead":"303e9de65068deffc5b74e0071f2da90979472b5","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.2.0","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"dist":{"integrity":"sha512-e4lGvxLQ5CAptlbCqmnR4+qUf9s3f5SSnkMQaBsIFlJ2QMZhzEBr/SSV3+NEvMhsQf88EOvSpN1Vez942mBLcQ==","shasum":"795027f656d51d59820536e7e6288744f78e80ae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.2.0.tgz","fileCount":265,"unpackedSize":33997127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHJ/RCRA9TVsSAnZWagAAGJMP/RSxS3XlnXaaJJVkJX/5\nXmy2JLNM7N706PuQ2iAbJ5MkaQ9hQ0zAVVs+U0yFEKlbUPkC3DtGgu5GXrzI\nIj3Swqxo95QTNyJlqCywbjyR0ZMMxOcnhZhJUPNiqgiZTumEqfAndVWX2ndy\n6aeMquX+1CLDzE4M0qL25HPloTq666SWrzAoORdCgwU9GXEj7vIRVsOrXOXl\nzKVDBxMUzCCBdu/otrJQk7gA8LnfP2mOjDNszxC1WbssMYR/EWPynGc99CxG\nncxwrqdAbJnVqBx9Ci82WJvGSfm9HOsULa327ULWGK3pElJifRp7nsikKkE5\n0vlaKrkSrYPB/G2KylQKy2fzxpONyyQIXXGoTyQK1msjwudhmH1NATfoOlg9\na/CwZiajvufoj1Z6LgVD32ZYI4kv52h/IaZJRNWsg6SHmZcEDlfMZi+U6ard\nQ6UmtQqX241n08miIWtGFjCnbAjBuwZAOJw0r1OnHHC3D9gPoJjkn8cB5qjp\nTyVCB9DY3ysolaZcvRUsbe7rZw9V75iqXk//nF2hSdCRTEoMh+Gaq7roDLmR\nVzwZtm9Y+/tF6itFXCVNp9ZFl6riLJ8hpYIPvjJmshz6ksvI/6wxqtOvbuu2\n3D8kWNY1dMXmQ6fRK51Ds2ZefnZhDX4rTf0CQmZh+v45UcBK3e3x4473W4h4\ndCbA\r\n=DiF6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHtEBs5cALmVb7LaDMm4277A945vt+Uybgzsw2vFC+GHAiEAuplXHo8o1m8khDgUXl2xdfMscj1uDALVp7Kb6TBgNN0="}]},"directories":{},"maintainers":[{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"ktngo09@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"caseyyee.ca@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.2.0_1612488655928_0.21375787189020912"},"_hasShrinkwrap":false,"contributors":[]},"1.3.0":{"name":"aframe","version":"1.3.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"browserify":"browserify src/index.js -s 'AFRAME' -p browserify-derequire","build":"shx mkdir -p build/ && npm run browserify -- --debug -t [ envify --INSPECTOR_VERSION dev ] -o build/aframe.js","codecov":"codecov","dev":"npm run build && cross-env INSPECTOR_VERSION=dev node ./scripts/budo -t envify","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"npm run browserify -s -- --debug | exorcist dist/aframe-master.js.map > dist/aframe-master.js","dist:min":"npm run browserify -s -- --debug -p [ minifyify --map aframe-master.min.js.map --output dist/aframe-master.min.js.map ] -o dist/aframe-master.min.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.2.0 1.3.0","start":"npm run dev","start:https":"cross-env SSL=true npm run dev","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","document-register-element":"github:dmarcos/document-register-element#8ccc532b7f3744be954574caf3072a5fd260ca90","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.137.0","three-bmfont-text":"github:dmarcos/three-bmfont-text#21d017046216e318362c48abd1a48bddfb6e0733","webvr-polyfill":"^0.10.12"},"devDependencies":{"browserify":"^13.1.0","browserify-css":"^0.8.4","browserify-derequire":"^0.9.4","browserify-istanbul":"^2.0.0","budo":"^9.2.0","chai":"^3.5.0","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","codecov":"^1.0.1","cross-env":"^5.0.1","envify":"^3.4.1","exorcist":"^0.4.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^7.1.1","husky":"^0.11.7","istanbul":"^0.4.5","jsdom":"^9.11.0","karma":"1.4.1","karma-browserify":"^5.1.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.2.0","karma-mocha":"^1.1.1","karma-mocha-reporter":"^2.1.0","karma-sinon-chai":"1.2.4","lolex":"^1.5.1","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","minifyify":"^7.3.3","mocha":"^3.0.2","mozilla-download":"^1.1.1","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"^1.17.5","sinon-chai":"2.8.0","snazzy":"^5.0.0","too-wordy":"github:ngokevin/too-wordy","uglifyjs":"^2.4.10","write-good":"^0.9.1"},"link":true,"browserify":{"transform":["browserify-css","envify"]},"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"browserify-css":{"minify":true},"engines":{"node":">= 4.6.0","npm":">= 2.15.9"},"gitHead":"2c4509aa1a9a3c447c08be9facfea0c7d6a9e156","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.3.0","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"integrity":"sha512-f6OQaDf49SzdSxVskJPvPWldOwHpYMsGttmQHhU6FRiASsnyULKG1nqZom9pDuS3fFYEzQVqRMakQ2AhXeLkFg==","shasum":"bafd544d6eca6542a38e56a13ae8b86d325cce8a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.3.0.tgz","fileCount":270,"unpackedSize":23428997,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/Ke/CRA9TVsSAnZWagAAd/sQAIshZgDcRSrTBZPX8+2n\n5HppMFzY+blB1Kqx2PeBVcfryix0KPKzYDHGc1SSecbpbcDplbnwKxn5B0Xk\n0fxAxoAaBK1kOoEmOikZ5ouHVqfcuNvNW5lTvwSQKPrCH3AooSg+dHjJPKaC\nfZO23HCyarL/d5E1hTaQRyLjvIHdyXpUP4C9NBXJ6AjG0wgjKTko3AgPvOvh\numRlixC+2JdaCqOdDzYMt4WpETME/y4SGf9xVXWU1cS5+J4U/MGDS9UTVnch\nMAdEy6b2KbEE2oszqOp+fsvy1Uoaqiy97brsWHzBm4zcq+Z22PtPs2v5T8XV\nFqHY8dVp2pHWCl/DPfRNrwYTDTChSO3nWVnwSHMRmOy7+UW2lDlBarArJEMU\nl/wYFcIdGUz7pQBjQCbkA5Fl8/Wban/O9Z7R9q52+v+51g+7EQ51tDXAhBSP\n//OGDxapGn2ZFagjk49H5NSCI+SXqrsZYWP4l60lE26ILodW7Kogb6vinAE2\n25Ymb0QHYNaGP3C2T0TjJFQ1I+NywKjEZRl7wL77zlA6xNr9d3yXe9EFdPUH\nUcpcf9uMEAlks8jU2pfbholBJfDoekWq5vNMuLlJk9qbsKfmeUY9UfAQLr80\n9WYV8q6hwFSKSTi1YR8S2dVdL6dKGDLBPLUSqbR/P3HcwcDMeek+CFCufKey\ncxU+\r\n=i56F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZFVu9vOIRnSyfi2XXoRctQcuQVAtDdiu/J2QEkgvw2gIhALTykNKvb06/VRXUB0uTJASRjTmggAUulymvXfUfLnAC"}]},"_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"ktngo09@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"caseyyee.ca@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.3.0_1643947966887_0.3130854946827184"},"_hasShrinkwrap":false,"contributors":[]},"1.4.0":{"name":"aframe","version":"1.4.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"dev":"cross-env INSPECTOR_VERSION=dev webpack serve --port 8080","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"webpack --config webpack.config.js","dist:min":"webpack --config webpack.prod.config.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.3.0 1.4.0","start":"npm run dev","start:https":"npm run dev -- --server-type https","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"buffer":"^6.0.3","custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","@ungap/custom-elements":"^1.1.0","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.147.0","three-bmfont-text":"github:dmarcos/three-bmfont-text#21d017046216e318362c48abd1a48bddfb6e0733","webvr-polyfill":"^0.10.12"},"devDependencies":{"@babel/core":"^7.17.10","babel-loader":"^8.2.5","babel-plugin-istanbul":"^6.1.1","chai":"^4.3.6","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","cross-env":"^7.0.3","css-loader":"^6.7.1","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^8.0.3","husky":"^0.11.7","jsdom":"^20.0.0","karma":"^6.4.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^3.1.1","karma-coverage":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-sinon-chai":"^2.0.2","karma-webpack":"^5.0.0","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","mocha":"^10.0.0","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"<12.0.0","sinon-chai":"^3.7.0","snazzy":"^5.0.0","style-loader":"^3.3.1","too-wordy":"github:ngokevin/too-wordy","webpack":"^5.73.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.0","webpack-merge":"^5.8.0","write-good":"^1.0.8"},"link":true,"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"engines":{"node":">= 4.6.0","npm":">= 2.15.9"},"gitHead":"b140635016bcdd92e213085f9362a9a18cc229d3","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.4.0","_nodeVersion":"14.17.0","_npmVersion":"8.5.3","dist":{"integrity":"sha512-4lrUdI2MQ9yh4Dk6LUpwgN0/VV1GZpKudCSSvOZN2b2uKZnjzHfJ8jcaTUa0up1cutcB7/x3WtbDmdAcOBUKTQ==","shasum":"5ce16d6c0f0cb363b59804179300cf997a5b0e97","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.4.0.tgz","fileCount":272,"unpackedSize":28943190,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLItABppDomZJKuegTBASphCcYasYgUoMdmfAEl2G8MAIhAKPXPpFg6NCwbjQv095AvAJtNilfqssJc6Ho3++L/zfg"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqiq5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSrhAAj3ynZUw3TVNaDzi3vm8EsdP7x+eTrlbP+5tIklO5KdbHp8o2\r\nNSjJ026VQTDgAlWx4CHu7P7qZhn91U73wDC5SxkchOXEb0o9AzajAyJy/qqf\r\nhSzZQJjTpHcjYwDHR1Q9jdFeZUxTy/UklK8ZvDQKq081Itt2k3j9cDbOuF1H\r\nTzJoWvtrTHleuaAP9tW9RJcFtb7TbVM5/fM9gMXbNSDr6Z/Q6iNTKpAT2ouJ\r\ngybmARC6g3BdSCkSueekeIREcngvVqU0E8MOYE5TrOJCFUkHRgXvzqckmRZY\r\ns1jmMibcaiAS9OUL2gYehtgLRTEmDc3ALThZCubwk14FJ5cVJ4zJB5lVa//g\r\nz88iYLjiIb1CusGxX/GrQn5W/1qoNszxyCoaeOkdIXDqzTCWjrlr/rGwegkB\r\nCxYNXH8tpZ/Sor43UJEyg0XEZR61oNdYjdwmDXB+rR2PsaBVpSemphQjkfZ7\r\nuGbtn1i9rf1l3s1WJffs7hiJnJh6Ygy2PehtHCG/cyZ/JiVJs51m4l1jDFA9\r\n5VvA4ngTg+1iZm4HIHG4snxq/lhkxTytcdueGnG+qfzDLkBtImznGT7Te0ok\r\n5noTDHGvlX+MX3mbTys+vgZKgUze7eFIew3eJWERaSO9qujsdjdkLRk9CTmg\r\nTocOi+TuhgrSnhZq+RQksA7lrwfgWVLqvdg=\r\n=HGgQ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"ktngo09@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"caseyyee.ca@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.4.0_1672096440719_0.9138899839625909"},"_hasShrinkwrap":false,"contributors":[]},"1.4.1":{"name":"aframe","version":"1.4.1","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"dev":"cross-env INSPECTOR_VERSION=dev webpack serve --port 8080","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"webpack --config webpack.config.js","dist:min":"webpack --config webpack.prod.config.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.4.0 1.4.1","start":"npm run dev","start:https":"npm run dev -- --server-type https","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"buffer":"^6.0.3","custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","@ungap/custom-elements":"^1.1.0","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.147.1","three-bmfont-text":"github:dmarcos/three-bmfont-text#21d017046216e318362c48abd1a48bddfb6e0733","webvr-polyfill":"^0.10.12"},"devDependencies":{"@babel/core":"^7.17.10","babel-loader":"^8.2.5","babel-plugin-istanbul":"^6.1.1","chai":"^4.3.6","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","cross-env":"^7.0.3","css-loader":"^6.7.1","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^8.0.3","husky":"^0.11.7","jsdom":"^20.0.0","karma":"^6.4.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^3.1.1","karma-coverage":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-sinon-chai":"^2.0.2","karma-webpack":"^5.0.0","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","mocha":"^10.0.0","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"<12.0.0","sinon-chai":"^3.7.0","snazzy":"^5.0.0","style-loader":"^3.3.1","too-wordy":"github:ngokevin/too-wordy","webpack":"^5.73.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.0","webpack-merge":"^5.8.0","write-good":"^1.0.8"},"link":true,"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","web-components","webvr"],"engines":{"node":">= 4.6.0","npm":">= 2.15.9"},"gitHead":"6c6f0da1fb6cc3be476fad94ab938e1d072aaa0d","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.4.1","_nodeVersion":"14.17.0","_npmVersion":"8.5.3","dist":{"integrity":"sha512-lMgjxEJkXCHf4aXI8O3Xoz4xcQwQjz2jZv61RUDhj+neMqBiTGuDW6mUV3S2aer7YXL/fykp1jadaM+nEPd8qA==","shasum":"683aae9da12c140bde7422e590e07c59fbb22064","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.4.1.tgz","fileCount":271,"unpackedSize":28934789,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeMuAC4RzTtPAzadUJdG/eCtlwSMUvscfwBEhJYTRNBwIhAOMs8WUYm4Jc2SkeiZbKHrQj4q3ij8wgM13Yj9tAYHLX"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtgJpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5DQ//YZpIi1gcnj/Rd9SjwgJFjgkqBH5dVJJPUZjWKZGXNjjx7MN0\r\nROIYRErUUCqxQ7INFmMtlCjozdaWhz9xYz2VbYPpQCne3Rn1lWfo0mntDYa4\r\nOVhL8Vgz8z8vjEQUyh3Nir9uVjFc2tNKbneMBw5YzHOG9fd0NU4LcsmHQ35v\r\ncFFVcyJpXJ++DbwwbiEUeUH8mZiXaRUeikgeRp0m3nXg/5zonHCJPRfRn6Er\r\nGVHKnlVJnxUqPfnbnUpR+a4Fgwsm2kUN80NzZ3ommemlVx1zGOw/FGoQkdso\r\n/wYoEv0+R9FJOq5j9V9Gd0L6nRA9d5+rSWbJ/Iwh/C9WeNglCfYaPx7kpoTR\r\nShWg9u23zF7Gxat0nf43xH8Bfe2oI6IfgncOo2cAzBh6meLOgRV/H4rj6AD+\r\nJwHczq4Fbvkjmm5QLHCJd8riR399YXkGx1eLKZZ/8aratbqxObnbyJ8yuUwN\r\nv7GkSgFya7b63HOj5004/xQVB9dgrGnZTwrMKE/S4xKWb6XSiuZmtUOduwdS\r\nxFkqYKhIhMVznKrj7uZrxhILYus8xxh9BZzlR0PuT1v3WLAJ6XG7f05pk0sE\r\nzpjJ184xWIFbD/NpIoFHAh57vBxVgZYdJAFGUS5Xw+3yBfsFpl34417sn5tB\r\n3Wsm7y5AucqoUAWw834L1DF1ypX+Ws9H1QY=\r\n=nQCc\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"ktngo09@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"caseyyee.ca@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.4.1_1672872553006_0.3173089472298867"},"_hasShrinkwrap":false,"contributors":[]},"1.4.2":{"name":"aframe","version":"1.4.2","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"dev":"cross-env INSPECTOR_VERSION=dev webpack serve --port 8080","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"webpack --config webpack.config.js","dist:min":"webpack --config webpack.prod.config.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"semistandard -v | snazzy","lint:fix":"semistandard --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.4.1 1.4.2","start":"npm run dev","start:https":"npm run dev -- --server-type https","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"buffer":"^6.0.3","custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","@ungap/custom-elements":"^1.1.0","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"^0.147.1","three-bmfont-text":"github:dmarcos/three-bmfont-text#21d017046216e318362c48abd1a48bddfb6e0733","webvr-polyfill":"^0.10.12"},"devDependencies":{"@babel/core":"^7.17.10","babel-loader":"^8.2.5","babel-plugin-istanbul":"^6.1.1","chai":"^4.3.6","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","cross-env":"^7.0.3","css-loader":"^6.7.1","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^8.0.3","husky":"^0.11.7","jsdom":"^20.0.0","karma":"^6.4.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^3.1.1","karma-coverage":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-sinon-chai":"^2.0.2","karma-webpack":"^5.0.0","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","mocha":"^10.0.0","replace-in-file":"^2.5.3","semistandard":"^9.0.0","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"<12.0.0","sinon-chai":"^3.7.0","snazzy":"^5.0.0","style-loader":"^3.3.1","too-wordy":"github:ngokevin/too-wordy","webpack":"^5.73.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.0","webpack-merge":"^5.8.0","write-good":"^1.0.8"},"link":true,"semistandard":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","quest","meta","web-components","webvr","webxr"],"engines":{"node":">= 4.6.0","npm":">= 2.15.9"},"gitHead":"8692d8a5f1d45a37630c0310445d21f5fa84439a","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.4.2","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-/sWCOB3ZNe5dWvMknIIMi5dwfU3rIyCiV+QkfYTDK36rNGivmUrmcdkregLmZk0OGHu9WAXoeUP3n0a23n6D0A==","shasum":"0dd4c5a8be3e45053f3e9d9fcb574e9872efe698","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.4.2.tgz","fileCount":274,"unpackedSize":42763848,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGLts9jrj8xVrC+2d3DnaDdEYfICwOKlAqBT479yOnmjAiBAfwVQ+zxBXRBEL3XPBn7+Te6rjdLvGPhDdqh9xa00Kg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRBiJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpohg//cd3aiT04oV7BOHBVYyH7rF25rWUOAgGhQXYVv358jvF7At3B\r\ngFtNbecl6ZzzAajcV/9PuYMI3BxjoT1CXHjzdczQFCfpvkz2u+JqOh22wauX\r\nej0vN+IPeM3I9G+gBT3Zm/KuTrrY/+WksZhYSuF7ANu3032QSWsMHabIOlEa\r\n1gv9gqPu8KVuHLQ0rfkCeiK/ydJgQxj21VmOnZuFTAcaLGPZ134TWV/W9le/\r\nVag4zj3rDB4EW+Dy3ywpJjyv3ZmCszgvnQyd2xBfRBG0omqCQZWLZ/Ci21Hh\r\nYQG/CwC6eCFMvZ38iPcRGCD1Gzg17O6rZz10DX1J2/DbtZ06qux2dZ+Bv6nE\r\n7jP7fjTUFIR4UcQ/rMWJ7IZ/oo5CJ1h+TxjpYuzbaSmT9OdIElrSFupkTMd+\r\nwSME/7BWdy2EO+sGCRIs3ycNUWSKImeXGeVqS1IQ6TXTsF2PZElQgsbTGFIM\r\n90q4FA9+L8iBEOa0joTJ5E6c276nqsK7l9c4HWjMq0nslkRhuZRRDMTDfs1v\r\nLD9kejuUyLlMLjXBXylfYTGhCWXUVCnQL9yF9DvHbD+h5suuqm0+WfD1T9A2\r\n1hbz9pABbYnM1rmKLi9mV0bzd5V5vs4uoy9gaRzq6dhwmEHtqPHGPZVSZrCf\r\n3WMyQqXMvr3DRfoRDbftxm6gp73WRl93nDs=\r\n=sBkw\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"ktngo09@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"caseyyee.ca@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.4.2_1682184328835_0.3967379436969014"},"_hasShrinkwrap":false,"contributors":[]},"1.5.0":{"name":"aframe","version":"1.5.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"dev":"cross-env INSPECTOR_VERSION=dev webpack serve --port 8080","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"webpack --config webpack.config.js","dist:min":"webpack --config webpack.prod.config.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"standardx -v | snazzy","lint:fix":"standardx --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.4.2 1.5.0","start":"npm run dev","start:https":"npm run dev -- --server-type https","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"@ungap/custom-elements":"^1.1.0","buffer":"^6.0.3","custom-event-polyfill":"^1.0.6","debug":"github:ngokevin/debug#noTimestamp","deep-assign":"^2.0.0","load-bmfont":"^1.2.3","object-assign":"^4.0.1","present":"0.0.6","promise-polyfill":"^3.1.0","super-animejs":"^3.1.0","super-three":"0.158.0","three-bmfont-text":"github:dmarcos/three-bmfont-text#eed4878795be9b3e38cf6aec6b903f56acd1f695","webvr-polyfill":"^0.10.12"},"devDependencies":{"@babel/core":"^7.17.10","babel-loader":"^8.2.5","babel-plugin-istanbul":"^6.1.1","chai":"^4.3.6","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","cross-env":"^7.0.3","css-loader":"^6.7.1","eslint":"^8.45.0","eslint-config-semistandard":"^17.0.0","eslint-config-standard-jsx":"^11.0.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^8.0.3","husky":"^0.11.7","jsdom":"^20.0.0","karma":"^6.4.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^3.1.1","karma-coverage":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-sinon-chai":"^2.0.2","karma-webpack":"^5.0.0","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","mocha":"^10.0.0","replace-in-file":"^2.5.3","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"<12.0.0","sinon-chai":"^3.7.0","snazzy":"^5.0.0","standardx":"^7.0.0","style-loader":"^3.3.1","too-wordy":"github:ngokevin/too-wordy","webpack":"^5.73.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.0","webpack-merge":"^5.8.0","write-good":"^1.0.8"},"link":true,"standardx":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","quest","meta","web-components","webvr","webxr"],"engines":{"node":">= 4.6.0","npm":">= 2.15.9"},"gitHead":"9d6aa439e6aac0eebaeaace945e9dbebdd1486be","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.5.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-QvxxF2jbQbSDnPouPveSm93OxfFUu5V6UmQoLbbf207BR/o4bM3trpMDCoGiYE2oQCe0d/VG56OyFmYDwYDfBg==","shasum":"0a5a7f9185ff3badd5574943c737db8478c5c670","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.5.0.tgz","fileCount":281,"unpackedSize":30247208,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDcPk3uoB+A9SSGzutDIQJ8ieJpVQm4n+RUBMUFLqclQIgEotvmxGwAV7h6qHWrl8lj2EZ2aD1p71bKT0IIefOVWE="}],"size":6927837},"_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"ktngo09@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"caseyyee.ca@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.5.0_1699987097482_0.6815342019955963"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-14T18:38:17.864Z","publish_time":1699987097864,"_source_registry_name":"default","contributors":[]},"1.6.0":{"name":"aframe","version":"1.6.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"dist/aframe-master.js","scripts":{"dev":"cross-env INSPECTOR_VERSION=dev webpack serve --port 8080","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max","dist:max":"webpack --config webpack.config.js","dist:min":"webpack --config webpack.prod.config.js","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"ghpages -p gh-pages/","lint":"standardx -v | snazzy","lint:fix":"standardx --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.5.0 1.6.0","start":"npm run dev","start:https":"npm run dev -- --server-type https","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"node --experimental-require-module ./node_modules/mocha/bin/mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"buffer":"^6.0.3","debug":"^4.3.4","deep-assign":"^2.0.0","load-bmfont":"^1.2.3","super-animejs":"^3.1.0","three":"npm:super-three@0.164.0","three-bmfont-text":"github:dmarcos/three-bmfont-text#eed4878795be9b3e38cf6aec6b903f56acd1f695","webvr-polyfill":"^0.10.12"},"devDependencies":{"@babel/core":"^7.17.10","babel-loader":"^8.2.5","babel-plugin-istanbul":"^6.1.1","chai":"^4.3.6","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","cross-env":"^7.0.3","css-loader":"^6.7.1","eslint":"^8.45.0","eslint-config-semistandard":"^17.0.0","eslint-config-standard-jsx":"^11.0.0","ghpages":"0.0.8","git-rev":"^0.2.1","glob":"^8.0.3","husky":"^0.11.7","jsdom":"^24.0.0","jsdom-global":"^3.0.2","karma":"^6.4.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^3.1.1","karma-coverage":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-sinon-chai":"^2.0.2","karma-webpack":"^5.0.0","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","mocha":"^10.0.0","replace-in-file":"^2.5.3","shelljs":"^0.7.7","shx":"^0.2.2","sinon":"<12.0.0","sinon-chai":"^3.7.0","snazzy":"^5.0.0","standardx":"^7.0.0","style-loader":"^3.3.1","too-wordy":"github:ngokevin/too-wordy","webpack":"^5.73.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.0","webpack-merge":"^5.8.0","write-good":"^1.0.8"},"link":true,"standardx":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","quest","meta","web-components","webvr","webxr"],"engines":{"node":">= 4.6.0","npm":">= 2.15.9"},"gitHead":"03f04e9259d33515d62d2a933d7004e6b00a125f","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.6.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-+P1n2xKGZQbCNW4lTwfue9in2KmfAwYD/BZOU5uXKrJCTegPyUZZX/haJRR9Rb33ij+KPj3vFdwT5ALaucXTNA==","shasum":"7f17461b36e08f3548e23d6d6bf8fbc0386c586f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.6.0.tgz","fileCount":280,"unpackedSize":30519376,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHIfSIcee6dgA8TylklpaVd7UWuACJO/pUD1vLwXMg6zAiB5mP6z/PYaJ8iq9o3XvzZ//RBCT7KZyrkNP6vdSrU9Jw=="}],"size":6969926},"_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"ktngo09@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"caseyyee.ca@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/aframe_1.6.0_1716460881474_0.47717472952490336"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-23T10:41:21.878Z","publish_time":1716460881878,"_source_registry_name":"default","contributors":[]},"1.7.0":{"name":"aframe","version":"1.7.0","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"./dist/aframe-master.js","module":"./dist/aframe-master.module.min.js","exports":{".":{"import":"./dist/aframe-master.module.min.js","require":"./dist/aframe-master.js"}},"scripts":{"dev":"cross-env INSPECTOR_VERSION=dev webpack serve --port 8080","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max && npm run dist:module","dist:max":"webpack --config webpack.config.cjs","dist:min":"webpack --config webpack.prod.config.cjs","dist:module":"webpack --config webpack.module.config.cjs","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"gh-pages -d gh-pages","lint":"standardx -v | snazzy","lint:fix":"standardx --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.6.0 1.7.0","start":"npm run dev","start:https":"npm run dev -- --server-type https","start:webgpu":"cross-env WEBGPU=true npm run dev -- --server-type https","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"node ./node_modules/mocha/bin/mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"buffer":"^6.0.3","debug":"^4.3.4","deep-assign":"^2.0.0","load-bmfont":"^1.2.3","super-animejs":"^3.1.0","three":"npm:super-three@0.173.4","three-bmfont-text":"github:dmarcos/three-bmfont-text#eed4878795be9b3e38cf6aec6b903f56acd1f695"},"devDependencies":{"@babel/core":"^7.24.0","babel-loader":"^9.1.3","babel-plugin-istanbul":"^6.1.1","chai":"^4.3.6","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","cross-env":"^7.0.3","css-loader":"^7.1.2","eslint":"^8.45.0","eslint-config-semistandard":"^17.0.0","eslint-config-standard-jsx":"^11.0.0","gh-pages":"^6.3.0","git-rev":"^0.2.1","glob":"^8.0.3","husky":"^0.11.7","jsdom":"^24.0.0","jsdom-global":"^3.0.2","karma":"^6.4.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^3.1.1","karma-coverage":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-sinon-chai":"^2.0.2","karma-webpack":"^5.0.0","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","mocha":"^10.0.0","replace-in-file":"^8.3.0","shelljs":"^0.8.5","sinon":"<12.0.0","sinon-chai":"^3.7.0","snazzy":"^5.0.0","standardx":"^7.0.0","style-loader":"^4.0.0","too-wordy":"github:ngokevin/too-wordy","webpack":"^5.91.0","webpack-cli":"^5.1.4","webpack-dev-server":"~5.0.4","write-good":"^1.0.8"},"link":true,"standardx":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","quest","meta","web-components","webvr","webxr"],"engines":{"node":">= 4.6.0","npm":">= 2.15.9"},"gitHead":"e89db7d5ece9be5f912d4445a435ab0cec060e49","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_id":"aframe@1.7.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-z2SCX8iWzp1znO995xGK1pEpAHGRMCai6e7xqNeJrBMrWzvQSGV+UhN0sE2BBws5jLHiHgGbgzyWINIoEcF1yA==","shasum":"556b3e4881d6cb45c37091edec2298b10a5f86f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.7.0.tgz","fileCount":287,"unpackedSize":50270634,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCNPPRLmadjnx+B8vnIbCQJ20Dy/WyXX+KxTwRl5rS8/gIhAIflAs9/f6AC7kR3xGUuB7VjKdn00Meq2o17HkebnvVb"}],"size":11621509},"_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"ktngo09@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"caseyyee.ca@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/aframe_1.7.0_1740091001807_0.10363612212217199"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-20T22:36:42.182Z","publish_time":1740091002182,"_source_registry_name":"default","contributors":[]},"1.7.1":{"name":"aframe","version":"1.7.1","description":"A web framework for building virtual reality experiences.","homepage":"https://aframe.io/","main":"./dist/aframe-master.js","module":"./dist/aframe-master.module.min.js","exports":{".":{"import":"./dist/aframe-master.module.min.js","require":"./dist/aframe-master.js"}},"scripts":{"dev":"cross-env INSPECTOR_VERSION=dev webpack serve --port 8080","dist":"node scripts/updateVersionLog.js && npm run dist:min && npm run dist:max && npm run dist:module","dist:max":"webpack --config webpack.config.cjs","dist:min":"webpack --config webpack.prod.config.cjs","dist:module":"webpack --config webpack.module.config.cjs","docs":"markserv --dir docs --port 9001","preghpages":"node ./scripts/preghpages.js","ghpages":"gh-pages -d gh-pages","lint":"standardx -v | snazzy","lint:fix":"standardx --fix","precommit":"npm run lint","prepush":"node scripts/testOnlyCheck.js","prerelease":"node scripts/release.js 1.7.0 1.7.1","start":"npm run dev","start:https":"npm run dev -- --server-type https","start:webgpu":"cross-env WEBGPU=true npm run dev -- --server-type https","test":"karma start ./tests/karma.conf.js","test:docs":"node scripts/docsLint.js","test:firefox":"npm test -- --browsers Firefox","test:chrome":"npm test -- --browsers Chrome","test:nobrowser":"NO_BROWSER=true npm test","test:node":"node ./node_modules/mocha/bin/mocha --ui tdd tests/node"},"repository":{"type":"git","url":"git+https://github.com/aframevr/aframe.git"},"license":"MIT","dependencies":{"buffer":"^6.0.3","debug":"^4.3.4","deep-assign":"^2.0.0","load-bmfont":"^1.2.3","super-animejs":"^3.1.0","three":"npm:super-three@0.173.5","three-bmfont-text":"github:dmarcos/three-bmfont-text#eed4878795be9b3e38cf6aec6b903f56acd1f695"},"devDependencies":{"@babel/core":"^7.24.0","babel-loader":"^9.1.3","babel-plugin-istanbul":"^6.1.1","chai":"^4.3.6","chai-shallow-deep-equal":"^1.4.0","chalk":"^1.1.3","cross-env":"^7.0.3","css-loader":"^7.1.2","eslint":"^8.45.0","eslint-config-semistandard":"^17.0.0","eslint-config-standard-jsx":"^11.0.0","gh-pages":"^6.3.0","git-rev":"^0.2.1","glob":"^8.0.3","husky":"^0.11.7","jsdom":"^24.0.0","jsdom-global":"^3.0.2","karma":"^6.4.0","karma-chai-shallow-deep-equal":"0.0.4","karma-chrome-launcher":"^3.1.1","karma-coverage":"^2.2.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.2","karma-mocha":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-sinon-chai":"^2.0.2","karma-webpack":"^5.0.0","markserv":"github:sukima/markserv#feature/fix-broken-websoketio-link","mocha":"^10.0.0","replace-in-file":"^8.3.0","shelljs":"^0.8.5","sinon":"<12.0.0","sinon-chai":"^3.7.0","snazzy":"^5.0.0","standardx":"^7.0.0","style-loader":"^4.0.0","too-wordy":"github:ngokevin/too-wordy","webpack":"5.95.0","webpack-cli":"^5.1.4","webpack-dev-server":"~5.0.4","write-good":"^1.0.8"},"link":true,"standardx":{"ignore":["build/**","dist/**","examples/**/shaders/*.js","**/vendor/**"]},"keywords":["3d","aframe","cardboard","components","oculus","three","three.js","rift","vive","vr","quest","meta","web-components","webvr","webxr"],"engines":{"node":">= 4.6.0","npm":">= 2.15.9"},"_id":"aframe@1.7.1","gitHead":"ded1dadbe9e4ef13c5bb76ad80c46e1ff366c07d","bugs":{"url":"https://github.com/aframevr/aframe/issues"},"_nodeVersion":"22.12.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-dcc7PWI5z8pyJ0s2W0mUd8d83339frgMXhUvWr1yxkdgg6zSExkuQwsSJjiNn7XWKMUUqKYDvV/WzQQRA+OBXA==","shasum":"54f044806695ac2c69d47d5364905e41e4c66a66","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/aframe/-/aframe-1.7.1.tgz","fileCount":276,"unpackedSize":33975561,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCMFJtT0Mhu4iau2HdvKXVXDP6xFsBPlSV+L1deee9D9QIgPatMRzgZuSNMV7Ln7ATNLJgwWk5ylCfW45yiiPvBlcM="}],"size":7880680},"_npmUser":{"name":"anonymous","email":"diego.marcos@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hearcomestreble@gmail.com"},{"name":"anonymous","email":"diego.marcos@gmail.com"},{"name":"anonymous","email":"ktngo09@gmail.com"},{"name":"anonymous","email":"cvan@mozilla.com"},{"name":"anonymous","email":"caseyyee.ca@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/aframe_1.7.1_1743490688990_0.6836570050045943"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-01T06:58:09.328Z","publish_time":1743490689328,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"1.7.1"},"name":"aframe","time":{"modified":"2025-07-28T06:11:25.672Z","created":"2022-01-26T18:38:53.703Z","1.0.4":"2020-02-05T02:19:10.308Z","1.0.3":"2019-12-29T07:40:17.243Z","1.0.2":"2019-12-23T21:51:35.783Z","1.0.1":"2019-12-20T23:23:01.307Z","1.0.0":"2019-12-14T01:47:52.294Z","0.9.2":"2019-05-07T00:08:36.919Z","0.9.1":"2019-04-18T07:10:48.630Z","0.9.0":"2019-02-08T00:25:59.050Z","0.8.2":"2018-04-15T20:10:13.324Z","0.8.1":"2018-03-11T06:32:45.988Z","0.8.0":"2018-03-09T07:58:31.050Z","0.7.1":"2017-10-18T20:39:32.927Z","0.7.0":"2017-09-20T09:22:41.962Z","0.6.1":"2017-07-19T06:35:25.415Z","0.6.0":"2017-06-30T06:46:15.225Z","0.5.0":"2017-02-10T05:22:29.787Z","0.4.1":"2017-01-12T12:28:36.219Z","0.4.0":"2016-12-17T03:39:31.881Z","0.3.2":"2016-10-12T22:46:31.073Z","0.1.1":"2015-12-17T09:55:25.126Z","0.1.0":"2015-12-17T00:41:59.687Z","0.0.9":"2015-12-10T22:31:03.087Z","0.3.1":"2016-08-19T03:36:03.848Z","0.3.0":"2016-08-18T04:53:06.303Z","0.2.0":"2016-03-25T23:45:11.977Z","0.2.0-rc1":"2016-03-15T20:16:54.273Z","0.1.3":"2016-03-14T19:25:45.507Z","0.1.2":"2016-02-19T19:28:36.751Z","0.0.0":"2015-10-07T23:53:45.772Z","1.1.0":"2020-12-03T16:42:14.446Z","1.2.0":"2021-02-05T01:30:56.893Z","1.3.0":"2022-02-04T04:12:47.261Z","1.4.0":"2022-12-26T23:14:01.000Z","1.4.1":"2023-01-04T22:49:13.302Z","1.4.2":"2023-04-22T17:25:29.207Z","1.5.0":"2023-11-14T18:38:17.864Z","1.6.0":"2024-05-23T10:41:21.878Z","1.7.0":"2025-02-20T22:36:42.182Z","1.7.1":"2025-04-01T06:58:09.328Z"},"readme":"<h1 align=\"center\">A-Frame</h1>\n\n<p align=\"center\"><a href=\"https://aframe.io\" target=\"_blank\"><img width=\"480\" alt=\"A-Frame\" src=\"https://user-images.githubusercontent.com/674727/32120889-230ef110-bb0f-11e7-908c-76e39aa43149.jpg\"></a></p>\n\n<p align=\"center\"><b>A web framework for building browser based 3D, AR and VR experiences.</b></p>\n\n<p align=\"center\">\n  <a href=\"https://codecov.io/gh/aframevr/aframe\">\n    <img src=\"https://codecov.io/gh/aframevr/aframe/branch/master/graph/badge.svg\" alt=\"Coverage Status\">\n  </a>\n  <a href=\"https://npmjs.org/package/aframe\">\n    <img src=\"https://img.shields.io/npm/dt/aframe.svg?style=flat-square\" alt=\"Downloads\">\n  </a>\n  <a href=\"https://npmjs.org/package/aframe\">\n    <img src=\"https://img.shields.io/npm/v/aframe.svg?style=flat-square\" alt=\"Version\">\n  </a>\n  <a href=\"https://npmjs.com/package/aframe\">\n    <img src=\"https://img.shields.io/npm/l/aframe.svg?style=flat-square\" alt=\"License\"></a>\n  </a>\n</p>\n\n<div align=\"center\">\n  <a href=\"https://aframe.io\">Site</a>\n  &mdash;\n  <a href=\"https://aframe.io/docs/\">Docs</a>\n  &mdash;\n  <a href=\"https://aframe.io/aframe/examples/\">Examples</a>\n  &mdash;\n  <a href=\"https://aframe.io/school/\">School</a>\n  &mdash;\n  <a href=\"https://aframe.io/community/\">Community</a>\n</div>\n\n## Examples\n\n<a href=\"https://supermedium.com/supercraft\">\n  <img alt=\"Supercraft\" target=\"_blank\" src=\"https://user-images.githubusercontent.com/674727/41085457-f5429566-69eb-11e8-92e5-3210e4c6c4a0.gif\" height=\"190\" width=\"32%\">\n</a>\n<a href=\"https://aframe.io/a-painter/?url=https://ucarecdn.com/962b242b-87a9-422c-b730-febdc470f203/\">\n  <img alt=\"A-Painter\" target=\"_blank\" src=\"https://cloud.githubusercontent.com/assets/674727/24531388/acfc3dda-156d-11e7-8563-5bd75252f70f.gif\" height=\"190\" width=\"32%\">\n</a>\n<a href=\"https://supermedium.com\">\n  <img alt=\"Supermedium\" target=\"_blank\" src=\"https://user-images.githubusercontent.com/674727/37294616-7212cd20-25d3-11e8-9e7f-c0c61074f1e0.png\" height=\"190\" width=\"32%\">\n</a>\n<a href=\"https://aframe.io/a-blast/\">\n  <img alt=\"A-Blast\" target=\"_blank\" src=\"https://cloud.githubusercontent.com/assets/674727/24531440/0336e66e-156e-11e7-95c2-f2e6ebc0393d.gif\" height=\"190\" width=\"32%\">\n</a>\n<a href=\"https://aframe.io/a-saturday-night/\">\n  <img alt=\"A-Saturday-Night\" target=\"_blank\" src=\"https://cloud.githubusercontent.com/assets/674727/24531477/44272daa-156e-11e7-8ef9-d750ed430f3a.gif\" height=\"190\" width=\"32%\">\n</a>\n<a href=\"https://github.com/googlecreativelab/webvr-musicalforest\">\n  <img alt=\"Musical Forest by @googlecreativelab\" target=\"_blank\" src=\"https://cloud.githubusercontent.com/assets/674727/25109861/b8e9ec48-2394-11e7-8f2d-ea1cd9df69c8.gif\" height=\"190\" width=\"32%\">\n</a>\n\n*Find more examples on [the homepage](https://aframe.io), [A Week of A-Frame](https://aframe.io/blog/), and [WebVR Directory](https://webvr.directory).*\n\n## Features\n\n:eyeglasses: **Virtual Reality Made Simple**: A-Frame handles the 3D and WebXR\nboilerplate required to get running across platforms including mobile, desktop, and all headsets (compatible with a WebXR capable browser) just by dropping in `<a-scene>`.\n\n:heart: **Declarative HTML**: HTML is easy to read and copy-and-paste. Since\nA-Frame can be used from HTML, A-Frame is accessible to everyone: web\ndevelopers, VR and AR enthusiasts, educators, artists, makers, kids.\n\n:electric_plug: **Entity-Component Architecture**: A-Frame is a powerful\nframework on top of three.js, providing a declarative, composable, reusable\nentity-component structure for three.js. While A-Frame can be used from HTML,\ndevelopers have unlimited access to JavaScript, DOM APIs, three.js, WebXR, and\nWebGL.\n\n:zap: **Performance**: A-Frame is a thin framework on top of three.js.\nAlthough A-Frame uses the DOM, A-Frame does not touch the browser layout\nengine. Performance is a top priority, being battle-tested on highly\ninteractive WebXR experiences.\n\n:globe_with_meridians: **Cross-Platform**: Build VR and AR applications for any headset compatible with a WebXR capable browser. Don't have a headset or controllers? No\nproblem! A-Frame still works on standard desktop and smartphones.\n\n:mag: **Visual Inspector**: A-Frame provides a built-in visual 3D inspector\nwith a workflow similar to a browser's developer tools and interface similar to\nUnity. Open up any A-Frame scene and hit `<ctrl> + <alt> + i`.\n\n:runner: **Features**: Hit the ground running with A-Frame's built-in\ncomponents such as geometries, materials, lights, animations, models,\nraycasters, shadows, positional audio, tracked controllers. Get even further\nwith community components such as particle systems, physics, multiuser, oceans,\nmountains, speech recognition, or teleportation!\n\n## Usage\n\n### Example\n\nBuild VR and AR scenes in the browser with just a few lines of HTML! To start playing\nand publishing now, remix the starter example on:\n\n[![Remix](https://cloud.githubusercontent.com/assets/674727/24572421/688f7fc0-162d-11e7-8a35-b02bc050c043.jpg)](https://glitch.com/~aframe)\n```html\n<html>\n  <head>\n    <script src=\"https://aframe.io/releases/1.7.1/aframe.min.js\"></script>\n  </head>\n  <body>\n    <a-scene>\n      <a-box position=\"-1 0.5 -3\" rotation=\"0 45 0\" color=\"#4CC3D9\"></a-box>\n      <a-sphere position=\"0 1.25 -5\" radius=\"1.25\" color=\"#EF2D5E\"></a-sphere>\n      <a-cylinder position=\"1 0.75 -3\" radius=\"0.5\" height=\"1.5\" color=\"#FFC65D\"></a-cylinder>\n      <a-plane position=\"0 0 -4\" rotation=\"-90 0 0\" width=\"4\" height=\"4\" color=\"#7BC8A4\"></a-plane>\n      <a-sky color=\"#ECECEC\"></a-sky>\n    </a-scene>\n  </body>\n</html>\n```\n\nWith A-Frame's [entity-component\narchitecture](https://aframe.io/docs/1.7.1/introduction/entity-component-system.html), we can drop in community\ncomponents from the ecosystem (e.g., ocean, physics) and plug them into our\nobjects straight from HTML:\n\n[![Remix](https://cloud.githubusercontent.com/assets/674727/24572421/688f7fc0-162d-11e7-8a35-b02bc050c043.jpg)](https://glitch.com/~aframe-registry)\n\n```html\n<html>\n  <head>\n    <script src=\"https://aframe.io/releases/1.7.1/aframe.min.js\"></script>\n    <script src=\"https://unpkg.com/@c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0/dist/aframe-extras.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/@fern-solutions/aframe-sky-background/dist/sky-background.umd.min.js\"></script>\n  </head>\n  <body>\n    <a-scene>\n      <a-entity id=\"rain\" particle-system=\"preset: rain; color: #24CAFF; particleCount: 5000\"></a-entity>\n\n      <a-entity id=\"sphere\" geometry=\"primitive: sphere\"\n                material=\"color: #EFEFEF; shader: flat\"\n                position=\"0 0.15 -5\"\n                light=\"type: point; intensity: 5\"\n                animation=\"property: position; easing: easeInOutQuad; dir: alternate; dur: 1000; to: 0 -0.10 -5; loop: true\"></a-entity>\n\n      <a-entity id=\"ocean\" ocean=\"density: 20; width: 50; depth: 50; speed: 4\"\n                material=\"color: #9CE3F9; opacity: 0.75; metalness: 0; roughness: 1\"\n                rotation=\"-90 0 0\"></a-entity>\n\n      <a-sky-background top-color=\"#EBEBF5\" bottom-color=\"#B9B9D2\"></a-sky-background>\n\n      <a-entity id=\"light\" light=\"type: ambient; color: #888\"></a-entity>\n    </a-scene>\n  </body>\n</html>\n```\n\n### Builds\n\nTo use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/1.7.1/aframe.min.js):\n\n```js\n<head>\n  <script src=\"https://aframe.io/releases/1.7.1/aframe.min.js\"></script>\n</head>\n```\n\nTo check out the stable and master builds, see the [`dist/` folder](dist/).\n\n### npm\n\n```sh\nnpm install --save aframe\n# Or yarn add aframe\n```\n\n```js\nimport AFRAME from 'aframe';  // e.g., with Webpack or Vite.\n```\n\n## Local Development\n\n```sh\ngit clone https://github.com/aframevr/aframe.git  # Clone the repository.\ncd aframe && npm install  # Install dependencies.\nnpm start  # Start the local development server.\n```\n\nAnd open in your browser [http://localhost:8080](http://localhost:8080).\n\nIf you want to test the examples in VR, you need to run it with https:\n\n```sh\nnpm run start:https\n```\n\nLook at the \"On Your Network (IPv4)\" line in the console, and copy and paste\nthe url to https://hmd.link service.\nThen open the browser in your headset and type hmd.link in the address bar\nthen click on the copied url that will show up if you're connected to the same\nnetwork as your machine.\nYou will see a message about the page being dangerous because we're using a\nself-signed certificate, you can ignore that warning and continue to the page.\n\n### Generating Builds\n\n```sh\nnpm run dist\n```\n\n## Questions\n\nFor questions and support, [ask on StackOverflow](https://stackoverflow.com/questions/ask/?tags=aframe).\n\n## Stay in Touch\n\n- Hang out with the [community](https://aframe.io/community/)\n- [Follow @aframevr on X](https://x.com/aframevr).\n\nAnd get in touch with the maintainers!\n\n- [Diego Marcos](https://x.com/dmarcos)\n- [Don McCurdy](https://x.com/donrmccurdy)\n- [Kevin Ngo](https://x.com/andgokevin)\n\n## Contributing\n\nGet involved! Check out the [Contributing Guide](CONTRIBUTING.md) for how to get started.\n\nYou can also support development by [buying a gorgeous A-Frame t-shirt with exclusive designs](https://cottonbureau.com/products/a-frame-og#/9479538/tee-men-standard-tee-vintage-black-tri-blend-s)\n\n## License\n\nThis program is free software and is distributed under an [MIT License](LICENSE).","users":{}}