package.json
1.31 KB
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
{
"_from": "math",
"_id": "math@0.0.3",
"_inBundle": false,
"_integrity": "sha1-hbAg/VTOELJqvqv81+H0vbxGRw8=",
"_location": "/math",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "math",
"name": "math",
"escapedName": "math",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/math/-/math-0.0.3.tgz",
"_shasum": "85b020fd54ce10b26abeabfcd7e1f4bdbc46470f",
"_spec": "math",
"_where": "C:\\Users\\tlsgml8847\\Documents\\oss\\Project\\OSS_project\\Chess",
"author": {
"name": "Kaleb Hornsby",
"email": "kaleb@hornsby.ws",
"url": "kaleb.hornsby.ws"
},
"bugs": {
"url": "https://github.com/kaleb/js-math/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Kaleb Hornsby",
"email": "kaleb@hornsby.ws",
"url": "kaleb.hornsby.ws"
}
],
"dependencies": {},
"deprecated": false,
"description": "Mathematical Functions",
"devDependencies": {},
"engines": {
"node": "> 0.0.0"
},
"homepage": "http://kaleb.hornsby.ws/js-math",
"main": "math.js",
"name": "math",
"repository": {
"type": "git",
"url": "git://github.com/kaleb/js-math.git"
},
"version": "0.0.3"
}