UNPKG

7.47 kBJSONView Raw
1{
2 "name": "mathjs",
3 "version": "5.2.0",
4 "description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.",
5 "author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
6 "contributors": [
7 "Adam Kelly (https://github.com/adamisntdead)",
8 "Alexander Beyn (https://github.com/AlexanderBeyn)",
9 "Andy Pan (https://github.com/andy0130tw)",
10 "Bart Kiers (https://github.com/bkiers)",
11 "Ben Weinshel (https://github.com/weinshel)",
12 "Brett Jurgens (https://github.com/brettjurgens)",
13 "Bryan Cuccioli (https://github.com/bcuccioli)",
14 "Chris Chudzicki (https://github.com/ChristopherChudzicki)",
15 "Dakota Blair (https://github.com/dakotablair)",
16 "Daniel Kostro (https://github.com/stropitek)",
17 "Daniel Levin (https://github.com/daniel-levin)",
18 "David Simons (https://github.com/SwamWithTurtles)",
19 "denisx (https://github.com/denisx)",
20 "Devan Patel (https://github.com/devanp92)",
21 "devdevdata222 (https://github.com/devdevdata222)",
22 "Dzmitry Litskalau (https://github.com/litmit)",
23 "Ekin Koc (https://github.com/eknkc)",
24 "Elijah Insua (https://github.com/tmpvar)",
25 "Eric Mansfield (https://github.com/ericman314)",
26 "Fabrice Colas (https://github.com/fabricecolas)",
27 "Favian Contreras (https://github.com/BigFav)",
28 "Finn Pauls (https://github.com/finnp)",
29 "Ganga Christopher (https://github.com/gangachris)",
30 "Gary Passero (https://github.com/gap777)",
31 "Harry Sarson (https://github.com/HarrySarson)",
32 "Holman Gao (https://github.com/golmansax)",
33 "Honybar (https://github.com/honeybar)",
34 "Guillermo Indalecio Fernández (https://github.com/guillermobox)",
35 "Gulfaraz (https://github.com/gulfaraz)",
36 "hamadu (https://github.com/hamadu)",
37 "Harsh Gupta (https://github.com/hgupta9)",
38 "Henrique Ferrolho (https://github.com/ferrolho)",
39 "Huseyn Guliyev (https://github.com/husayt)",
40 "Ivan Vergiliev (IvanVergiliev)",
41 "jean-emmanuel (https://github.com/jean-emmanuel)",
42 "Jack Schmidt (https://github.com/jackschmidt)",
43 "Jason Shin (https://github.com/JasonShin)",
44 "Jim Garrison (https://github.com/garrison)",
45 "Joel Hoover (https://github.com/joelhoover)",
46 "Karl Lew (https://github.com/firepick1)",
47 "Kenan Yildirim (https://github.com/KenanY)",
48 "Keunhong Park (https://github.com/void42)",
49 "Kunal Vyas (https://github.com/kv-kunalvyas)",
50 "Marcus Andre (https://github.com/marcusandre)",
51 "Horatiu Lazu (https://github.com/MathBunny)",
52 "Mathias Polligkeit (https://github.com/woylie)",
53 "Mathias Rasmussen (https://github.com/mathiasvr)",
54 "Max Bruckner (https://github.com/FSMaxB)",
55 "Maxence Dalmais (https://github.com/maxired)",
56 "Michael M. (https://github.com/Schnark)",
57 "Mitchel Kelonye (https://github.com/kelonye)",
58 "mtraynham (https://github.com/mtraynham)",
59 "Niels Heisterkamp (https://github.com/nheisterkamp)",
60 "Oleg (https://github.com/ovk)",
61 "Owen Versteeg (https://github.com/owenversteeg)",
62 "Pavel Panchekha (https://github.com/pavpanchekha)",
63 "Pat Grasso (https://github.com/patgrasso)",
64 "Paulo Buchsbaum (https://github.com/paulobuchsbaum)",
65 "Pete Corey (https://github.com/pcorey)",
66 "PJ Hampton (https://github.com/pjhampton )",
67 "Retsam (https://github.com/Retsam)",
68 "Robert Eisele (https://github.com/infusion)",
69 "Rogelio J. Baucells (https://github.com/rjbaucells)",
70 "Ryan Seys (https://github.com/ryanseys)",
71 "Saket Saurabh (https://github.com/ssaket)",
72 "Sebastien Piquemal (https://github.com/sebpiq)",
73 "Sebastian Ruhleder (https://github.com/ruhleder)",
74 "Sergey Romanov (https://github.com/saromanov)",
75 "Slava Ganzin (https://github.com/slavaGanzin)",
76 "Stu Blair (https://github.com/stu-blair)",
77 "Thomas Brierley (https://github.com/ThomasBrierley)",
78 "Timothy Lee (https://github.com/tetslee)",
79 "Tóth Róbert (https://github.com/Nekomajin42)",
80 "Todd Morse (https://github.com/morsecodist)",
81 "Waldir Pimenta (https://github.com/waldyrious)",
82 "Zach Zibrat (https://github.com/palimpsests)"
83 ],
84 "homepage": "http://mathjs.org",
85 "repository": {
86 "type": "git",
87 "url": "https://github.com/josdejong/mathjs.git"
88 },
89 "license": "Apache-2.0",
90 "keywords": [
91 "math",
92 "mathematics",
93 "functions",
94 "numeric",
95 "algebra",
96 "parser",
97 "expression",
98 "number",
99 "bignumber",
100 "complex",
101 "fraction",
102 "matrix",
103 "unit"
104 ],
105 "dependencies": {
106 "complex.js": "2.0.11",
107 "decimal.js": "10.0.1",
108 "escape-latex": "1.1.1",
109 "fraction.js": "4.0.9",
110 "javascript-natural-sort": "0.7.1",
111 "seed-random": "2.2.0",
112 "tiny-emitter": "2.0.2",
113 "typed-function": "1.1.0"
114 },
115 "devDependencies": {
116 "@babel/core": "7.1.1",
117 "@babel/plugin-transform-object-assign": "7.0.0",
118 "@babel/preset-env": "7.1.0",
119 "@babel/register": "7.0.0",
120 "babel-loader": "8.0.4",
121 "benchmark": "2.1.4",
122 "expr-eval": "1.2.2",
123 "glob": "7.1.3",
124 "gulp": "3.9.1",
125 "gulp-babel": "8.0.0",
126 "gulp-util": "3.0.8",
127 "istanbul": "0.4.5",
128 "jsep": "0.3.4",
129 "karma": "3.0.0",
130 "karma-browserstack-launcher": "1.3.0",
131 "karma-firefox-launcher": "1.1.0",
132 "karma-mocha": "1.3.0",
133 "karma-mocha-reporter": "2.2.5",
134 "karma-webpack": "3.0.5",
135 "math-expression-evaluator": "1.2.17",
136 "mkdirp": "0.5.1",
137 "mocha": "5.2.0",
138 "ndarray": "1.0.18",
139 "ndarray-determinant": "1.0.0",
140 "ndarray-gemm": "1.0.0",
141 "ndarray-ops": "1.2.2",
142 "ndarray-pack": "1.2.1",
143 "numericjs": "1.2.6",
144 "nyc": "13.0.1",
145 "pad-right": "0.2.2",
146 "q": "1.5.1",
147 "standard": "12.0.1",
148 "sylvester": "0.0.21",
149 "tar": "4.4.6",
150 "uglify-js": "3.4.9",
151 "underscore": "1.9.1",
152 "webpack": "4.20.2",
153 "zeros": "1.0.0"
154 },
155 "main": "./index",
156 "files": [
157 "dist",
158 "lib",
159 "src",
160 "bin",
161 "core.js",
162 "index.js",
163 "docs",
164 "examples",
165 "CONTRIBUTING.md"
166 ],
167 "scripts": {
168 "build": "gulp",
169 "build-and-test": "npm run build && npm run test:src && npm run test:dist && npm run lint",
170 "compile": "gulp compile",
171 "watch": "gulp watch",
172 "docs": "gulp docs",
173 "lint": "standard --env=mocha --env=worker",
174 "test": "npm run test:src && npm run lint",
175 "test:src": "mocha test test-node --recursive --require @babel/register",
176 "test:dist": "mocha test-dist --recursive",
177 "test:browser": "karma start ./browser-test-config/local-karma.js",
178 "test:browserstack": "karma start ./browser-test-config/browserstack-karma.js",
179 "coverage": "nyc --reporter=lcov --reporter=text-summary mocha test test-node --recursive --require @babel/register; echo \"\nDetailed coverage report is available at ./coverage/lcov-report/index.html\"",
180 "prepublishOnly": "npm run build-and-test"
181 },
182 "bin": {
183 "mathjs": "./bin/cli.js"
184 },
185 "engines": {
186 "node": ">= 6"
187 },
188 "bugs": {
189 "url": "https://github.com/josdejong/mathjs/issues"
190 },
191 "directories": {
192 "doc": "./docs",
193 "example": "./examples",
194 "lib": "./lib",
195 "src": "./src",
196 "test": "./test"
197 }
198}