forked from josdejong/mathjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 5.71 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "mathjs",
"version": "4.2.2",
"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.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [
"Adam Kelly (https://github.com/adamisntdead)",
"Alexander Beyn (https://github.com/AlexanderBeyn)",
"Andy Pan (https://github.com/andy0130tw)",
"Bart Kiers (https://github.com/bkiers)",
"Brett Jurgens (https://github.com/brettjurgens)",
"Bryan Cuccioli (https://github.com/bcuccioli)",
"Daniel Levin (https://github.com/daniel-levin)",
"David Simons (https://github.com/SwamWithTurtles)",
"denisx (https://github.com/denisx)",
"Devan Patel (https://github.com/devanp92)",
"devdevdata222 (https://github.com/devdevdata222)",
"Dzmitry Litskalau (https://github.com/litmit)",
"Ekin Koc (https://github.com/eknkc)",
"Elijah Insua (https://github.com/tmpvar)",
"Eric Mansfield (https://github.com/ericman314)",
"Fabrice Colas (https://github.com/fabricecolas)",
"Favian Contreras (https://github.com/BigFav)",
"Finn Pauls (https://github.com/finnp)",
"Ganga Christopher (https://github.com/gangachris)",
"Harry Sarson (https://github.com/HarrySarson)",
"Holman Gao (https://github.com/golmansax)",
"Guillermo Indalecio Fernández (https://github.com/guillermobox)",
"Gulfaraz (https://github.com/gulfaraz)",
"hamadu (https://github.com/hamadu)",
"Harsh Gupta (https://github.com/hgupta9)",
"Henrique Ferrolho (https://github.com/ferrolho)",
"Huseyn Guliyev (https://github.com/husayt)",
"Ivan Vergiliev (IvanVergiliev)",
"jean-emmanuel (https://github.com/jean-emmanuel)",
"Jack Schmidt (https://github.com/jackschmidt)",
"Jim Garrison (https://github.com/garrison)",
"Joel Hoover (https://github.com/joelhoover)",
"Karl Lew (https://github.com/firepick1)",
"Kenan Yildirim (https://github.com/KenanY)",
"Keunhong Park (https://github.com/void42)",
"Kunal Vyas (https://github.com/kv-kunalvyas)",
"Marcus Andre (https://github.com/marcusandre)",
"Horatiu Lazu (https://github.com/MathBunny)",
"Mathias Polligkeit (https://github.com/woylie)",
"Max Bruckner (https://github.com/FSMaxB)",
"Maxence Dalmais (https://github.com/maxired)",
"Michael M. (https://github.com/Schnark)",
"Mitchel Kelonye (https://github.com/kelonye)",
"mtraynham (https://github.com/mtraynham)",
"Niels Heisterkamp (https://github.com/nheisterkamp)",
"Oleg (https://github.com/ovk)",
"Owen Versteeg (https://github.com/owenversteeg)",
"Pavel Panchekha (https://github.com/pavpanchekha)",
"Pat Grasso (https://github.com/patgrasso)",
"Paulo Buchsbaum (https://github.com/paulobuchsbaum)",
"Pete Corey (https://github.com/pcorey)",
"PJ Hampton (https://github.com/pjhampton )",
"Retsam (https://github.com/Retsam)",
"Robert Eisele (https://github.com/infusion)",
"Rogelio J. Baucells (https://github.com/rjbaucells)",
"Ryan Seys (https://github.com/ryanseys)",
"Sebastien Piquemal (https://github.com/sebpiq)",
"Sebastian Ruhleder (https://github.com/ruhleder)",
"Sergey Romanov (https://github.com/saromanov)",
"Slava Ganzin (https://github.com/slavaGanzin)",
"Stu Blair (https://github.com/stu-blair)",
"Thomas Brierley (https://github.com/ThomasBrierley)",
"Timothy Lee (https://github.com/tetslee)",
"Tóth Róbert (https://github.com/Nekomajin42)",
"Todd Morse (https://github.com/morsecodist)",
"Waldir Pimenta (https://github.com/waldyrious)",
"Zach Zibrat (https://github.com/palimpsests)"
],
"homepage": "http://mathjs.org",
"repository": {
"type": "git",
"url": "https://github.com/josdejong/mathjs.git"
},
"license": "Apache-2.0",
"keywords": [
"math",
"mathematics",
"functions",
"numeric",
"algebra",
"parser",
"expression",
"number",
"bignumber",
"complex",
"fraction",
"matrix",
"unit"
],
"dependencies": {
"complex.js": "2.0.4",
"decimal.js": "9.0.1",
"escape-latex": "1.0.3",
"fraction.js": "4.0.4",
"javascript-natural-sort": "0.7.1",
"seed-random": "2.2.0",
"tiny-emitter": "2.0.2",
"typed-function": "1.0.3"
},
"devDependencies": {
"benchmark": "2.1.4",
"expr-eval": "1.2.1",
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-util": "3.0.8",
"istanbul": "0.4.5",
"jsep": "0.3.4",
"math-expression-evaluator": "1.2.17",
"mkdirp": "0.5.1",
"mocha": "5.1.1",
"ndarray": "1.0.18",
"ndarray-determinant": "1.0.0",
"ndarray-gemm": "1.0.0",
"ndarray-ops": "1.2.2",
"ndarray-pack": "1.2.1",
"numericjs": "1.2.6",
"pad-right": "0.2.2",
"q": "1.5.1",
"sylvester": "0.0.21",
"tar": "4.4.2",
"uglify-js": "3.3.23",
"underscore": "1.9.0",
"webpack": "4.6.0",
"zeros": "1.0.0"
},
"main": "./index",
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"docs": "gulp docs",
"test": "mocha test --recursive",
"coverage": "istanbul cover _mocha -- test --recursive; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"",
"prepublishOnly": "npm run build && npm test"
},
"bin": {
"mathjs": "./bin/cli.js"
},
"engines": {
"node": ">= 4"
},
"bugs": {
"url": "https://github.com/josdejong/mathjs/issues"
},
"directories": {
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
}
}