-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 3.19 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
{
"_args": [
[
{
"raw": "redux-typeahead",
"scope": null,
"escapedName": "redux-typeahead",
"name": "redux-typeahead",
"rawSpec": "",
"spec": "latest",
"type": "tag"
}
],
[
{
"raw": "redux-typeahead@^0.10.8",
"scope": null,
"escapedName": "redux-typeahead",
"name": "redux-typeahead",
"rawSpec": "^0.10.5",
"spec": ">=0.10.5 <0.11.0",
"type": "range"
},
""
]
],
"_from": "redux-typeahead@^0.10.5",
"_id": "[email protected]",
"_inCache": true,
"_location": "/redux-typeahead",
"_nodeVersion": "7.7.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/redux-typeahead-0.10.5.tgz_1497291114759_0.8116780950222164"
},
"_npmUser": {
"name": "anishmprasad",
"email": "[email protected]"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "redux-typeahead@^0.10.5",
"scope": null,
"escapedName": "redux-typeahead",
"name": "redux-typeahead",
"rawSpec": "^0.10.5",
"spec": ">=0.10.5 <0.11.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/redux-typeahead/-/redux-typeahead-0.10.5.tgz",
"_shasum": "6c4f0f7624a27505792c5707763f49ad8a2d06b3",
"_shrinkwrap": null,
"_spec": "redux-typeahead@^0.10.5",
"_where": "",
"author": {
"name": "Anish M Prasad",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Anishmprasad/redux-typeahead/issues"
},
"dependencies": {},
"description": "Typeahead, written using the React ES6 library and Redux",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "6c4f0f7624a27505792c5707763f49ad8a2d06b3",
"tarball": "https://registry.npmjs.org/redux-typeahead/-/redux-typeahead-0.10.5.tgz"
},
"gitHead": "e164a927242e42a3adfa594bf2483e9770787810",
"homepage": "https://github.com/Anishmprasad/redux-typeahead",
"keywords": [
"react",
"reactjs",
"typeahead-react-component",
"autocomplete",
"react-component",
"component",
"ES16",
"React15",
"redux-typeahead",
"elasticsearch",
"redux-thunk"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "anishmprasad",
"email": "[email protected]"
}
],
"name": "redux-typeahead",
"optionalDependencies": {},
"peerDependencies": {
"react": ">=0.15.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"elasticsearch": "^10.1.3"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.26.1",
"eslint": "^5.16.0",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"style-loader": "^0.13.1",
"webpack": "^1.15.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Anishmprasad/redux-typeahead.git"
},
"scripts": {},
"version": "0.10.8"
}