UNPKG
simple-cache-provider
Version:
canary (0.3.0-alpha.0911da3)
latest (0.10.0)
next (0.10.0)
0.10.0
0.10.0-alpha.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.3.0-rc.0
0.3.0-alpha.0911da3
0.3.0-alpha.3174632
0.3.0-alpha.3
0.3.0-alpha.2
0.2.1
0.1.1
0.1.0
A basic cache for React applications
github.com/facebook/react
facebook/react
simple-cache-provider
/
package.json
16 lines
(15 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"simple-cache-provider"
,
"description"
:
"A basic cache for React applications"
,
"version"
:
"0.10.0"
,
"repository"
:
"facebook/react"
,
"files"
:
[
"LICENSE"
,
"README.md"
,
"index.js"
,
"cjs/"
]
,
"peerDependencies"
:
{
"react"
:
"^16.3.0-alpha.1"
}
}