{
  "_from": "complex.js@2.4.2",
  "_id": "complex.js@2.4.2",
  "_inBundle": false,
  "_integrity": "sha512-qtx7HRhPGSCBtGiST4/WGHuW+zeaND/6Ld+db6PbrulIB1i2Ev/2UPiqcmpQNPSyfBKraC0EOvOKCB5dGZKt3g==",
  "_location": "/complex.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "complex.js@2.4.2",
    "name": "complex.js",
    "escapedName": "complex.js",
    "rawSpec": "2.4.2",
    "saveSpec": null,
    "fetchSpec": "2.4.2"
  },
  "_requiredBy": [
    "/mathjs"
  ],
  "_resolved": "https://registry.npmmirror.com/complex.js/-/complex.js-2.4.2.tgz",
  "_shasum": "76f260a9e7e232d8ad26348484a9b128c13fcc9a",
  "_spec": "complex.js@2.4.2",
  "_where": "D:\\jiangchengfeiyi-xiaochengxu\\node_modules\\mathjs",
  "author": {
    "name": "Robert Eisele",
    "email": "robert@raw.org",
    "url": "https://raw.org/"
  },
  "browser": "./dist/complex.min.js",
  "bugs": {
    "url": "https://github.com/rawify/Complex.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A complex numbers library",
  "devDependencies": {
    "crude-build": "^0.1.2",
    "mocha": "*"
  },
  "directories": {
    "example": "examples",
    "test": "tests"
  },
  "engines": {
    "node": "*"
  },
  "exports": {
    ".": {
      "types": "./complex.d.ts",
      "require": "./dist/complex.js",
      "import": "./dist/complex.mjs"
    }
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/rawify"
  },
  "homepage": "https://raw.org/article/complex-numbers-in-javascript/",
  "keywords": [
    "complex numbers",
    "math",
    "complex",
    "number",
    "calculus",
    "parser",
    "arithmetic"
  ],
  "license": "MIT",
  "main": "./dist/complex.js",
  "module": "./dist/complex.mjs",
  "name": "complex.js",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rawify/Complex.js.git"
  },
  "scripts": {
    "build": "crude-build Complex",
    "test": "mocha tests/*.js"
  },
  "title": "Complex.js",
  "types": "./complex.d.ts",
  "unpkg": "./dist/complex.min.js",
  "version": "2.4.2"
}