|
|
|
|
1
|
{
|
1
|
{
|
2
|
"name": "react-native-fetch-blob",
|
2
|
"name": "react-native-fetch-blob",
|
3
|
"version": "0.5.0",
|
3
|
"version": "0.5.0",
|
4
|
- "description": "A react-native plugin for fetch blob data via HTTP.",
|
|
|
|
|
4
|
+ "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
|
5
|
"main": "index.js",
|
5
|
"main": "index.js",
|
6
|
"scripts": {
|
6
|
"scripts": {
|
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|