UNPKG

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