UNPKG

3.3 kBJSONView Raw
1{
2 "name": "@antv/data-set",
3 "version": "0.8.8",
4 "description": "data set with state management",
5 "main": "build/data-set.js",
6 "browser": "build/data-set.js",
7 "module": "src/index.js",
8 "homepage": "https://github.com/antvis/data-set",
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:antvis/data-set.git"
12 },
13 "bugs": {
14 "url": "https://github.com/antvis/data-set/issues"
15 },
16 "keywords": [
17 "antv",
18 "data-set",
19 "dataSet"
20 ],
21 "author": "https://github.com/orgs/antvis/people",
22 "license": "MIT",
23 "devDependencies": {
24 "@lite-js/torch": "~0.2.6",
25 "babel-cli": "~6.26.0",
26 "babel-core": "~6.26.0",
27 "babel-eslint": "~8.0.3",
28 "babel-loader": "~7.1.2",
29 "babel-plugin-transform-remove-strict-mode": "~0.0.2",
30 "babel-preset-env": "~1.6.1",
31 "body-parser": "^1.18.2",
32 "chai": "~4.1.2",
33 "cheerio": "~1.0.0-rc.2",
34 "commander": "~2.12.2",
35 "connect": "~3.6.5",
36 "d3-queue": "~3.0.7",
37 "debug": "~3.1.0",
38 "electron": "~1.8.4",
39 "eslint": "~3.19.0",
40 "eslint-config-airbnb": "~15.0.1",
41 "eslint-config-egg": "~4.2.0",
42 "eslint-plugin-html": "~3.1.1",
43 "eslint-plugin-jsx-a11y": "^5.1.1",
44 "eslint-plugin-react": "^7.7.0",
45 "get-port": "~3.2.0",
46 "jszip": "^3.1.5",
47 "nightmare": "~2.10.0",
48 "nunjucks": "~3.0.1",
49 "open": "~0.0.5",
50 "parseurl": "~1.3.2",
51 "pre-commit": "~1.2.2",
52 "serve-static": "~1.13.1",
53 "shelljs": "~0.7.8",
54 "uglify-js": "~3.1.10",
55 "webpack": "~3.10.0"
56 },
57 "scripts": {
58 "build": "webpack",
59 "build-lib": "babel src --out-dir lib",
60 "bundler": "electron ./bundler/app.js",
61 "ci": "npm run lint && npm run test",
62 "compress": "uglifyjs -c -m -o dist/data-set.min.js -- build/data-set.js",
63 "coverage": "npm run coverage-generator && npm run coverage-viewer",
64 "coverage-generator": "torch --compile --coverage --renderer --recursive test/unit",
65 "coverage-viewer": "torch-coverage",
66 "demos": "electron ./demos/app.js",
67 "demos-web": "node ./demos/app.js --web --port 2045",
68 "dev": "npm run watch & npm run demos-web",
69 "dist": "npm run mkdir-dist && npm run build && npm run compress",
70 "lint": "eslint --ext .html,.js ./",
71 "lint-fix": "eslint --ext .html,.js --fix ./",
72 "mkdir-dist": "node ./bin/mkdir-dist.js",
73 "prepublishOnly": "npm run build-lib && npm run dist",
74 "screenshot": "node ./bin/screenshot.js",
75 "test": "torch --renderer --recursive ./test/unit",
76 "test-live": "torch --interactive --watch --recursive ./test/unit",
77 "watch": "webpack --config webpack-dev.config.js",
78 "win-dev": "node ./bin/win-dev.js"
79 },
80 "pre-commit": {
81 "run": [
82 "lint",
83 "test"
84 ],
85 "silent": false
86 },
87 "dependencies": {
88 "@antv/hierarchy": "~0.1.0-beta.2",
89 "d3-array": "~1.2.0",
90 "d3-composite-projections": "~1.2.0",
91 "d3-dsv": "~1.0.5",
92 "d3-geo": "~1.6.4",
93 "d3-geo-projection": "~2.1.2",
94 "d3-hexjson": "~1.0.1",
95 "d3-hierarchy": "~1.1.5",
96 "d3-sankey": "~0.7.1",
97 "d3-voronoi": "~1.1.2",
98 "dagre": "~0.8.2",
99 "lodash": "~4.17.4",
100 "point-at-length": "~1.0.2",
101 "regression": "~2.0.0",
102 "simple-statistics": "~4.1.0",
103 "topojson-client": "~3.0.0",
104 "wolfy87-eventemitter": "~5.1.0"
105 }
106}