-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.8 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
{
"_from": "evaluatex@^2.2.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-QVtGvYTf9HvQyDjbBCwoDQPP9KMuVB56H8KalrkLsPPCQfngpVmkiIoxJ4FU/SVmlmhnbr/heOmP5VlbCTEJpg==",
"_location": "/evaluatex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "evaluatex@^2.2.0",
"name": "evaluatex",
"escapedName": "evaluatex",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/evaluatex/-/evaluatex-2.2.0.tgz",
"_shasum": "abe427b64e00f632306913a2471af680d5e47dae",
"_spec": "evaluatex@^2.2.0",
"_where": "D:\\React\\vimal\\src\\frontend",
"author": {
"name": "Martin Hanzel",
"email": "[email protected]"
},
"babel": {
"presets": [
"env",
"stage-2"
]
},
"bugs": {
"url": "https://github.com/arthanzel/evaluatex/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "An ASCII and LaTeX math parser and evaluator",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"mocha": "^5.1.1",
"webpack": "^5.3.2",
"webpack-cli": "^4.1.0"
},
"files": [
"index.js",
"dist"
],
"homepage": "https://github.com/arthanzel/evaluatex#readme",
"license": "MIT",
"main": "index.js",
"name": "evaluatex",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/arthanzel/evaluatex.git"
},
"scripts": {
"build": "babel -d dist src && webpack && cp dist/evaluatex.min.js evaluatex.docs.js",
"test": "mocha --require babel-register"
},
"version": "2.2.0"
}