UNPKG

7.72 kBJSONView Raw
1{
2 "name": "mathjs",
3 "version": "5.4.1",
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 "Robert Eisele (https://github.com/infusion)",
73 "Rogelio J. Baucells (https://github.com/rjbaucells)",
74 "Ryan Seys (https://github.com/ryanseys)",
75 "Saket Saurabh (https://github.com/ssaket)",
76 "Sathish Kumar Subramani (https://github.com/Sathish-kumar-Subramani )",
77 "Sebastien Piquemal (https://github.com/sebpiq)",
78 "Sebastian Ruhleder (https://github.com/ruhleder)",
79 "Sergey Romanov (https://github.com/saromanov)",
80 "Slava Ganzin (https://github.com/slavaGanzin)",
81 "Stu Blair (https://github.com/stu-blair)",
82 "Thomas Brierley (https://github.com/ThomasBrierley)",
83 "Timothy Lee (https://github.com/tetslee)",
84 "Tóth Róbert (https://github.com/Nekomajin42)",
85 "Todd Morse (https://github.com/morsecodist)",
86 "Waldir Pimenta (https://github.com/waldyrious)",
87 "Zach Zibrat (https://github.com/palimpsests)"
88 ],
89 "homepage": "http://mathjs.org",
90 "repository": {
91 "type": "git",
92 "url": "https://github.com/josdejong/mathjs.git"
93 },
94 "license": "Apache-2.0",
95 "keywords": [
96 "math",
97 "mathematics",
98 "functions",
99 "numeric",
100 "algebra",
101 "parser",
102 "expression",
103 "number",
104 "bignumber",
105 "complex",
106 "fraction",
107 "matrix",
108 "unit"
109 ],
110 "dependencies": {
111 "complex.js": "2.0.11",
112 "decimal.js": "10.0.2",
113 "escape-latex": "1.2.0",
114 "fraction.js": "4.0.12",
115 "javascript-natural-sort": "0.7.1",
116 "seed-random": "2.2.0",
117 "tiny-emitter": "2.0.2",
118 "typed-function": "1.1.0"
119 },
120 "devDependencies": {
121 "@babel/core": "7.2.2",
122 "@babel/plugin-transform-object-assign": "7.2.0",
123 "@babel/preset-env": "7.2.3",
124 "@babel/register": "7.0.0",
125 "babel-loader": "8.0.5",
126 "benchmark": "2.1.4",
127 "expr-eval": "1.2.2",
128 "glob": "7.1.3",
129 "gulp": "4.0.0",
130 "gulp-babel": "8.0.0",
131 "gulp-util": "3.0.8",
132 "istanbul": "0.4.5",
133 "jsep": "0.3.4",
134 "karma": "3.1.4",
135 "karma-browserstack-launcher": "1.4.0",
136 "karma-firefox-launcher": "1.1.0",
137 "karma-mocha": "1.3.0",
138 "karma-mocha-reporter": "2.2.5",
139 "karma-webpack": "3.0.5",
140 "math-expression-evaluator": "1.2.17",
141 "mkdirp": "0.5.1",
142 "mocha": "5.2.0",
143 "ndarray": "1.0.18",
144 "ndarray-determinant": "1.0.0",
145 "ndarray-gemm": "1.0.0",
146 "ndarray-ops": "1.2.2",
147 "ndarray-pack": "1.2.1",
148 "numericjs": "1.2.6",
149 "nyc": "13.1.0",
150 "pad-right": "0.2.2",
151 "q": "1.5.1",
152 "standard": "12.0.1",
153 "sylvester": "0.0.21",
154 "tar": "4.4.8",
155 "uglify-js": "3.4.9",
156 "underscore": "1.9.1",
157 "webpack": "4.28.4",
158 "zeros": "1.0.0"
159 },
160 "main": "./index",
161 "files": [
162 "dist",
163 "lib",
164 "src",
165 "bin",
166 "core.js",
167 "index.js",
168 "docs",
169 "examples",
170 "CONTRIBUTING.md"
171 ],
172 "scripts": {
173 "build": "gulp",
174 "build-and-test": "npm run build && npm run test:src && npm run test:dist && npm run lint",
175 "watch": "gulp watch",
176 "lint": "standard --env=mocha --env=worker",
177 "validate:ascii": "gulp validate:ascii",
178 "test": "npm run test:src && npm run lint",
179 "test:src": "mocha test test-node --recursive --require @babel/register",
180 "test:dist": "mocha test-dist --recursive",
181 "test:browser": "karma start ./browser-test-config/local-karma.js",
182 "test:browserstack": "karma start ./browser-test-config/browserstack-karma.js",
183 "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\"",
184 "prepublishOnly": "npm run build-and-test"
185 },
186 "bin": {
187 "mathjs": "./bin/cli.js"
188 },
189 "engines": {
190 "node": ">= 6"
191 },
192 "bugs": {
193 "url": "https://github.com/josdejong/mathjs/issues"
194 },
195 "directories": {
196 "doc": "./docs",
197 "example": "./examples",
198 "lib": "./lib",
199 "src": "./src",
200 "test": "./test"
201 }
202}