-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
161 lines (161 loc) · 4.23 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
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
{
"_args": [
[
{
"raw": "[email protected]",
"scope": null,
"escapedName": "react-avatar-editor",
"name": "react-avatar-editor",
"rawSpec": "10.2.1",
"spec": "10.2.1",
"type": "version"
},
"d:\\USEABCV2\\SourceCode\\Mobile\\Manage"
]
],
"_cnpm_publish_time": 1502262148615,
"_from": "[email protected]",
"_hasShrinkwrap": false,
"_id": "[email protected]",
"_inCache": true,
"_location": "/react-avatar-editor",
"_nodeVersion": "8.1.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/react-avatar-editor-10.2.1.tgz_1502262147476_0.7259331552777439"
},
"_npmUser": {
"name": "moritzs",
"email": "[email protected]"
},
"_npmVersion": "5.1.0",
"_phantomChildren": {},
"_requested": {
"raw": "[email protected]",
"scope": null,
"escapedName": "react-avatar-editor",
"name": "react-avatar-editor",
"rawSpec": "10.2.1",
"spec": "10.2.1",
"type": "version"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npm.taobao.org/react-avatar-editor/download/react-avatar-editor-10.2.1.tgz",
"_shasum": "5acbc766287f96094fe9d3447382b2d7193883e3",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "d:\\USEABCV2\\SourceCode\\Mobile\\Manage",
"author": {
"name": "Moritz Schwoerer",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/mosch/react-avatar-editor/issues"
},
"contributors": [
{
"name": "Daniel Lehr",
"email": "[email protected]"
}
],
"dependencies": {
"prop-types": "^15.5.8"
},
"description": "Facebook like avatar / profile picture component. Resize and crop your uploaded image using a intuitive user interface.",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "7.2.2",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelrc-rollup": "^3.0.0",
"jest": "^20.0.4",
"lodash": "^4.17.4",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"rimraf": "^2.6.1",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"snazzy": "^7.0.0",
"standard": "^10.0.2",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"directories": {},
"dist": {
"shasum": "5acbc766287f96094fe9d3447382b2d7193883e3",
"size": 21194,
"noattachment": false,
"tarball": "http://registry.npm.taobao.org/react-avatar-editor/download/react-avatar-editor-10.2.1.tgz"
},
"files": [
"dist",
"src"
],
"gitHead": "58efe587d93d0a53c58495ee93f68030cdd92745",
"homepage": "https://github.com/mosch/react-avatar-editor#readme",
"keywords": [
"react-component",
"reactjs",
"react",
"canvas",
"avatar",
"editor",
"profile",
"image"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "dan-lee",
"email": "[email protected]"
},
{
"name": "moritzs",
"email": "[email protected]"
}
],
"name": "react-avatar-editor",
"optionalDependencies": {},
"peerDependencies": {
"react": ">=0.14.0 <16.0.0",
"react-dom": ">=0.14.0 <16.0.0"
},
"publish_time": 1502262148615,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mosch/react-avatar-editor.git"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf dist",
"demo:build": "webpack",
"demo:watch": "webpack-dev-server",
"lint": "standard --verbose | snazzy",
"postversion": "git push --tags origin HEAD",
"prepublish": "yarn run lint && yarn run test && yarn run clean && yarn run build",
"test": "jest",
"test:watch": "jest --watch",
"watch": "rollup -c -w"
},
"standard": {
"global": [
"File",
"FileReader",
"Image"
],
"parser": "babel-eslint"
},
"version": "10.2.1"
}