{
  "_args": [
    [
      "geometry-interfaces@1.1.4",
      "/var/www/brandplatform.be/bebat"
    ]
  ],
  "_development": true,
  "_from": "geometry-interfaces@1.1.4",
  "_id": "geometry-interfaces@1.1.4",
  "_inBundle": false,
  "_integrity": "sha512-qD6OdkT6NcES9l4Xx3auTpwraQruU7dARbQPVO71MKvkGYw5/z/oIiGymuFXrRaEQa5Y67EIojUpaLeGEa5hGA==",
  "_location": "/geometry-interfaces",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "geometry-interfaces@1.1.4",
    "name": "geometry-interfaces",
    "escapedName": "geometry-interfaces",
    "rawSpec": "1.1.4",
    "saveSpec": null,
    "fetchSpec": "1.1.4"
  },
  "_requiredBy": [
    "/svgicons2svgfont"
  ],
  "_resolved": "https://registry.npmjs.org/geometry-interfaces/-/geometry-interfaces-1.1.4.tgz",
  "_spec": "1.1.4",
  "_where": "/var/www/brandplatform.be/bebat",
  "author": "",
  "bower": {
    "TODO": "TODO"
  },
  "browser": "global.js",
  "bugs": {
    "url": "https://github.com/trusktr/geometry-interfaces/issues"
  },
  "dependencies": {},
  "description": "The W3C Geometry Interfaces implemented in JavaScript and polyfilled.",
  "devDependencies": {
    "babel-cli": "^6.0.0",
    "babel-core": "^6.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-es2015-modules-amd": "^6.0.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.0.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.0.0",
    "babili-webpack-plugin": "^0.1.2",
    "buble": "^0.15.2",
    "buble-loader": "^0.4.1",
    "webpack": "^3.4.1"
  },
  "format": "es6",
  "global": "global.js",
  "homepage": "https://github.com/trusktr/geometry-interfaces",
  "jspm": {
    "registry": "jspm",
    "directories": {
      "lib": "src"
    }
  },
  "keywords": [
    "DOMMatrix",
    "DOMMatrixReadOnly",
    "DOMPoint",
    "DOMPointReadOnly",
    "DOMRect",
    "DOMRectReadOnly",
    "GeometryUtils",
    "geometry",
    "Geometry Interfaces",
    "3D",
    "affine transforms",
    "transformation matrices"
  ],
  "license": "MIT",
  "main": "index.js",
  "module": "esmodule",
  "name": "geometry-interfaces",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trusktr/geometry-interfaces.git"
  },
  "scripts": {
    "build": "./scripts/build.sh",
    "build-amd": "./scripts/build-amd.sh",
    "build-cjs": "./scripts/build-cjs.sh",
    "build-global": "./scripts/build-global.sh",
    "build-umd": "./scripts/build-umd.sh",
    "clean": "./scripts/clean.sh",
    "postversion": "echo '--- POSTVERSION' && npm publish && git push && git push --tags && git stash pop && git reset HEAD",
    "preversion": "echo '--- PREVERSION' && git reset HEAD global.js && git checkout -- global.js && git add . && git stash && git clean -xfd -e node_modules",
    "test": "./scripts/test.sh",
    "version": "echo '--- VERSION' && npm run build && git add global.js",
    "watch": "./scripts/build-cjs.sh --watch & P1=$!; ./scripts/build-global.sh --watch & P2=$!; wait $P1 $P2"
  },
  "version": "1.1.4"
}
