forked from javascriptdata/danfojs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-config-web.txt
170 lines (163 loc) · 4.45 KB
/
package-config-web.txt
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
//package for browser verion
{
"name": "danfojs",
"version": "0.1.1",
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
"main": "dist/index.js",
"contributors": [
{
"name": "Rising Odegua"
},
{
"name": "Stephen Oni"
}
],
"files": [
"dist/",
"danfojs/src/"
],
"dependencies": {
"@tensorflow/tfjs": "2.1.0",
"@tensorflow/tfjs-core": "^2.1.0",
"mathjs": "^7.1.0",
"plotly.js": "^1.54.7",
"table": "^5.4.6"
},
"scripts": {
"test": "nyc mocha --require @babel/register danfojs/tests/*",
"dev": "npm run lint && babel ./danfojs/src -d dist --no-comments",
"build": "babel ./danfojs/src -d ./dist --no-comments",
"lint": "eslint ./danfojs/src",
"bundle": "webpack --mode production",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=lcov",
"patch": "npm version patch",
"prepublishOnly": "npm run bundle",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensource9ja/danfojs.git"
},
"keywords": [
"pandas",
"data-analysis",
"data-manipulation",
"analysis"
],
"author": "Rising Odegua <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/opensource9ja/danfojs/issues"
},
"homepage": "https://github.com/opensource9ja/danfojs#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-modules-umd": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.1",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.1.0",
"mocha": "^7.2.0",
"mocha-lcov-reporter": "^1.3.0",
"mocha-loader": "^5.1.2",
"mocha-webpack": "^1.1.0",
"nyc": "^15.1.0",
"parcel-bundler": "^1.12.4",
"source-map-loader": "^1.0.0",
"transform-loader": "^0.2.4",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"nyc": {
"reporter": [
"lcov",
"text"
]
}
}
//package build for nodejs
{
"name": "danfojs-node",
"version": "0.1.5",
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
"main": "dist/index.js",
"contributors": [
{
"name": "Rising Odegua"
},
{
"name": "Stephen Oni"
}
],
"files": [
"dist/",
"danfojs/src/"
],
"dependencies": {
"@tensorflow/tfjs-core": "^2.1.0",
"@tensorflow/tfjs-node": "2.1.0",
"mathjs": "^7.1.0",
"node-fetch": "^2.6.0",
"table": "^5.4.6",
"xlsx": "^0.16.7"
},
"scripts": {
"test": "nyc mocha --require @babel/register danfojs/tests/*",
"dev": "npm run lint && babel ./danfojs/src -d dist --no-comments",
"build": "babel ./danfojs/src -d ./dist --no-comments",
"lint": "eslint ./danfojs/src",
"bundle": "webpack --mode production",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=lcov",
"patch": "npm version patch",
"prepublishOnly": "npm run build",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensource9ja/danfojs.git"
},
"keywords": [
"pandas",
"data-analysis",
"data-manipulation",
"analysis"
],
"author": "Rising Odegua <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/opensource9ja/danfojs/issues"
},
"homepage": "https://github.com/opensource9ja/danfojs#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-modules-umd": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.1",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.1.0",
"mocha": "^7.2.0",
"mocha-lcov-reporter": "^1.3.0",
"mocha-loader": "^5.1.2",
"mocha-webpack": "^1.1.0",
"nyc": "^15.1.0",
"parcel-bundler": "^1.12.4",
"source-map-loader": "^1.0.0",
"transform-loader": "^0.2.4",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"nyc": {
"reporter": [
"lcov",
"text"
]
}
}