{
  "_from": "phaser-plugin-debug-draw@~6.0.1",
  "_id": "phaser-plugin-debug-draw@6.0.1",
  "_inBundle": false,
  "_integrity": "sha512-n0WJXMBJKqsxbJriTdEvh+VzB+xgv1WipfuXQR9IXxclr933g9qLlstRjIWcTXWtZ4qhyczb+ELmhTiXrBmEjA==",
  "_location": "/phaser-plugin-debug-draw",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "phaser-plugin-debug-draw@~6.0.1",
    "name": "phaser-plugin-debug-draw",
    "escapedName": "phaser-plugin-debug-draw",
    "rawSpec": "~6.0.1",
    "saveSpec": null,
    "fetchSpec": "~6.0.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/phaser-plugin-debug-draw/-/phaser-plugin-debug-draw-6.0.1.tgz",
  "_shasum": "88ce1adf74ce8ce199e136518a3fee1a1fafb077",
  "_spec": "phaser-plugin-debug-draw@~6.0.1",
  "_where": "/docs/Quentin/Sites/phantom",
  "author": {
    "name": "samme"
  },
  "browser": "dist/phaser-plugin-debug-draw.umd.js",
  "bugs": {
    "url": "https://github.com/samme/phaser-plugin-debug-draw/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple debug display for Phaser 3",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-semistandard": "^13.0.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.2",
    "phaser": "3.52.0",
    "rollup": "^1.32.1",
    "rollup-plugin-buble": "^0.19.8",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "homepage": "https://github.com/samme/phaser-plugin-debug-draw#readme",
  "keywords": [
    "phaser-plugin",
    "phaser3-plugin"
  ],
  "license": "ISC",
  "main": "dist/phaser-plugin-debug-draw.umd.js",
  "module": "dist/phaser-plugin-debug-draw.esm.js",
  "name": "phaser-plugin-debug-draw",
  "peerDependencies": {
    "phaser": "^3.19.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samme/phaser-plugin-debug-draw.git"
  },
  "scripts": {
    "build": "rollup -c",
    "preversion": "npm run build && npm run test:dist && git add dist",
    "start": "rollup -c -w",
    "test": "npx eslint src/main.js",
    "test:dist": "node -c dist/phaser-plugin-debug-draw.umd.js"
  },
  "version": "6.0.1"
}
