UNPKG

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