jiangchengfeiyi-xiaochengxu/node_modules/complex.js/package.json

87 lines
2.1 KiB
JSON
Raw Normal View History

2025-01-02 03:13:50 +00:00
{
2025-03-25 13:00:57 +00:00
"_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",
2025-01-02 03:13:50 +00:00
"name": "complex.js",
2025-03-25 13:00:57 +00:00
"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"
2025-01-02 03:13:50 +00:00
}
2025-03-25 13:00:57 +00:00
},
"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"
2025-01-02 03:13:50 +00:00
}