{
  "_args": [
    [
      "camera-controls@1.16.2",
      "/var/www/html"
    ]
  ],
  "_from": "camera-controls@1.16.2",
  "_id": "camera-controls@1.16.2",
  "_inBundle": false,
  "_integrity": "sha512-LSU0Okcjq813AA/AZY5zPYjPiEQddjJ1rVs0TEB6fiJCOnoz3gjsjL2IqxptCCvtyMJN+U/CkdRuqNAst8Vu5g==",
  "_location": "/camera-controls",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "camera-controls@1.16.2",
    "name": "camera-controls",
    "escapedName": "camera-controls",
    "rawSpec": "1.16.2",
    "saveSpec": null,
    "fetchSpec": "1.16.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/camera-controls/-/camera-controls-1.16.2.tgz",
  "_spec": "1.16.2",
  "_where": "/var/www/html",
  "author": {
    "name": "Yomotsu"
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "useBuiltIns": false
        }
      ]
    ]
  },
  "browserslist": [
    "last 2 versions",
    "ie >= 11"
  ],
  "bugs": {
    "url": "https://github.com/yomotsu/camera-controls/issues"
  },
  "description": "A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.",
  "devDependencies": {
    "@babel/core": "^7.7.5",
    "@babel/plugin-transform-runtime": "^7.7.6",
    "@babel/preset-env": "^7.7.6",
    "@babel/runtime": "^7.7.6",
    "rollup": "^1.27.13",
    "rollup-plugin-babel": "4.3.3",
    "rollup-watch": "^4.3.1",
    "terser": "^4.4.2",
    "three": "^0.111.0"
  },
  "homepage": "https://github.com/yomotsu/camera-controls#readme",
  "jsnext:main": "dist/camera-controls.module.js",
  "keywords": [
    "three",
    "three.js",
    "orbit",
    "controls",
    "OrbitControls",
    "camera"
  ],
  "license": "MIT",
  "main": "dist/camera-controls.js",
  "module": "dist/camera-controls.module.js",
  "name": "camera-controls",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yomotsu/camera-controls.git"
  },
  "scripts": {
    "build": "rollup --config && terser dist/camera-controls.js -o dist/camera-controls.min.js --comments '/^!/'",
    "dev": "rollup --config --watch"
  },
  "types": "types/camera-controls.d.ts",
  "version": "1.16.2"
}
