{
  "_args": [
    [
      "vector-math@1.0.0",
      "/var/www/vhosts/lp.l2d.co"
    ]
  ],
  "_from": "vector-math@1.0.0",
  "_id": "vector-math@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-bWuilImQ5zmGgAyk8gvtA6hFln/EWpTfS0hFqauqec1GlCj2Qk38ySbpwSvUwy7O7BvbCsguEZSaRwSFu6iYvg==",
  "_location": "/vector-math",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vector-math@1.0.0",
    "name": "vector-math",
    "escapedName": "vector-math",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vector-math/-/vector-math-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/vhosts/lp.l2d.co",
  "author": {
    "name": "Willie Potgieter",
    "email": "willie658@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/williepot/vector-math/issues"
  },
  "description": "Module for doing simple 2D & 3D vector operations.",
  "homepage": "https://github.com/williepot/vector-math#readme",
  "keywords": [
    "vector",
    "2D",
    "3D",
    "math",
    "dot",
    "cross",
    "product",
    "unit",
    "add",
    "subtract"
  ],
  "license": "MIT",
  "main": "./lib/vectors.js",
  "name": "vector-math",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/williepot/vector-math.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.0.0"
}
