-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.61 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
{
"_args": [
[
"react-mdl-select@^1.1.5",
"/usr/src/app"
]
],
"_from": "react-mdl-select@>=1.1.5 <2.0.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/react-mdl-select",
"_nodeVersion": "7.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/react-mdl-select-1.1.5.tgz_1480517713536_0.9615510569419712"
},
"_npmUser": {
"email": "[email protected]",
"name": "elian"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "react-mdl-select",
"raw": "react-mdl-select@^1.1.5",
"rawSpec": "^1.1.5",
"scope": null,
"spec": ">=1.1.5 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-mdl-select/-/react-mdl-select-1.1.5.tgz",
"_shasum": "deb2263d0dacd8e512dab5104d210537fb544d7e",
"_shrinkwrap": null,
"_spec": "react-mdl-select@^1.1.5",
"_where": "/usr/src/app",
"author": {
"name": "Ilya Nesterov"
},
"bugs": {
"url": "https://github.com/INersterov/react-mdl-select/issues"
},
"dependencies": {
"lodash": "^4.16.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-mdl": "^1.7.2"
},
"deprecated": "deprecate component",
"description": "A simple autocomplete select field for react-mdl",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-regenerator": "^6.16.1",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
},
"directories": {},
"dist": {
"shasum": "deb2263d0dacd8e512dab5104d210537fb544d7e",
"tarball": "https://registry.npmjs.org/react-mdl-select/-/react-mdl-select-1.1.5.tgz"
},
"gitHead": "ca6218048098f51110526c5040628081813369b8",
"homepage": "https://github.com/INersterov/react-mdl-select#readme",
"jsnext:main": "es/index.js",
"keywords": [
"react",
"react-component",
"mdl",
"material-design",
"textfield",
"select",
"autocomplete"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"email": "[email protected]",
"name": "elian"
}
],
"module": "es/index.js",
"name": "react-mdl-select",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/INersterov/react-mdl-select.git"
},
"scripts": {
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib && cp src/SelectField/react-mdl-select.css lib/SelectField/react-mdl-select.css",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es && cp src/SelectField/react-mdl-select.css es/SelectField/react-mdl-select.css",
"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack --progress --verbose --colors",
"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack --progress --verbose --colors",
"lint": "eslint ./src"
},
"version": "1.1.5"
}