UNPKG

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