package.json
3.2 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
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
{
"_from": "minirefresh",
"_id": "minirefresh@2.0.2",
"_inBundle": false,
"_integrity": "sha1-FZt7DGJZc9ZZELbhARuNPQom2rE=",
"_location": "/minirefresh",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "minirefresh",
"name": "minirefresh",
"escapedName": "minirefresh",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "http://registry.npm.taobao.org/minirefresh/download/minirefresh-2.0.2.tgz",
"_shasum": "159b7b0c625973d65910b6e1011b8d3d0a26dab1",
"_spec": "minirefresh",
"_where": "E:\\appImg\\echarts",
"author": {
"name": "dailc"
},
"bugs": {
"url": "https://github.com/minirefresh/minirefresh/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "优雅的H5下拉刷新。零依赖,高性能,多主题,易拓展。",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"chai": "^4.1.2",
"eslint": "^4.6.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-header": "^1.8.9",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^3.0.0",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-htmlfile-reporter": "^0.3.5",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"rollup": "^0.49.3",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-eslint": "^4.0.0",
"uglify-js": "^3.1.0",
"webpack": "^3.5.6"
},
"homepage": "https://github.com/minirefresh/minirefresh",
"keywords": [
"minirefresh",
"pulltorefresh",
"pulldownrefresh",
"pulluprefresh",
"pull-refresh",
"refresh"
],
"license": "MIT",
"main": "index.js",
"name": "minirefresh",
"repository": {
"type": "git",
"url": "git+https://github.com/minirefresh/minirefresh.git"
},
"scripts": {
"build": "gulp default --gulpfile build/gulpfile.js",
"dev": "npm run build && npm run watch",
"eslint": "eslint ./src",
"eslint:fix": "eslint ./src --fix",
"eslint:report": "eslint ./src -f html -o ./_report/eslint.html",
"test": "karma start test/unit/karma.cover.config.js",
"test:cover": "karma start test/unit/karma.cover.config.js",
"test:dev": "karma start test/unit/karma.dev.config.js",
"test:eslint": "npm run eslint:report",
"test:unit": "karma start test/unit/karma.unit.config.js",
"watch": "gulp watch --gulpfile build/gulpfile.js"
},
"title": "minirefresh",
"version": "2.0.2"
}