{
  "_from": "vecks@^3.9.0",
  "_id": "vecks@3.9.2",
  "_inBundle": false,
  "_integrity": "sha512-ubOo1KoOrPu3llYmlE4SH60JWcR+YDaObP+1Kzpbcl09dKIf0fbBweW8Xyg+6Nk2Rrnyit6Jxw9bx2LOYpMQMA==",
  "_location": "/vecks",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vecks@^3.9.0",
    "name": "vecks",
    "escapedName": "vecks",
    "rawSpec": "^3.9.0",
    "saveSpec": null,
    "fetchSpec": "^3.9.0"
  },
  "_requiredBy": [
    "/dxf"
  ],
  "_resolved": "https://registry.npmjs.org/vecks/-/vecks-3.9.2.tgz",
  "_shasum": "b3f20c9d928d85488fe73ec25ba3b48859594d47",
  "_spec": "vecks@^3.9.0",
  "_where": "/home/editor/editor.api/node_modules/dxf",
  "author": {
    "name": "Ben Nortier",
    "email": "ben@bjnortier.com"
  },
  "bugs": {
    "url": "https://github.com/bjnortier/vecks/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "2D and 3D Vector Algebra library",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.7",
    "@babel/preset-env": "^7.8.7",
    "@babel/register": "^7.8.6",
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "expect": "^24.9.0",
    "mocha": "^6.2.2",
    "rimraf": "^2.7.1"
  },
  "homepage": "https://github.com/bjnortier/vecks#readme",
  "keywords": [
    "vector",
    "algebra"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "vecks",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bjnortier/vecks.git"
  },
  "scripts": {
    "compile": "babel -d lib/ src/",
    "prepublishOnly": "npm audit && rimraf lib/ && npm run compile",
    "test": "npm run test:lint && npm run test:unit",
    "test:lint": "eslint --fix src test",
    "test:unit": "mocha --require @babel/register --recursive test/*.js",
    "test:unit:watch": "npm run test:unit -- --watch"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "before",
      "beforeEach",
      "after"
    ],
    "ignore": [
      "lib/"
    ]
  },
  "version": "3.9.2"
}
