UNPKG

@mnightingale/react-native-image-cache-hoc

Version:

React Native Higher Order Component that adds advanced caching functionality to the react native Image component.

98 lines (97 loc) 2.62 kB
{ "name": "@mnightingale/react-native-image-cache-hoc", "version": "3.4.4", "description": "React Native Higher Order Component that adds advanced caching functionality to the react native Image component.", "keywords": [ "react", "react-native", "higher-order-component", "hoc", "image", "caching", "image-component", "component", "react-component", "media", "react-native-component" ], "homepage": "https://github.com/mnightingale/react-native-image-cache-hoc#readme", "bugs": { "url": "https://github.com/mnightingale/react-native-image-cache-hoc/issues" }, "repository": { "type": "git", "url": "git+https://github.com/mnightingale/react-native-image-cache-hoc.git" }, "license": "MIT", "author": "Reid Mayo", "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "dv-scripts build", "lint": "dv-scripts lint src tests", "release": "dv-scripts release", "test": "yarn jest" }, "prettier": { "printWidth": 100, "semi": false, "singleQuote": true, "trailingComma": "all" }, "eslintConfig": { "extends": "dv-scripts" }, "dependencies": { "buffer": "^5.0.8", "crypto-js": "^3.1.9-1", "path": "^0.12.7", "react-native-uuid": "^1.4.9", "rxjs": "^6.6.0", "traverse": "^0.6.6", "url-parse": "^1.2.0", "validator": "^13.1.1" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/runtime": "^7.11.2", "@types/crypto-js": "^3.1.47", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/jest": "^26.0.13", "@types/react": "^16.9.49", "@types/react-native": "^0.63.18", "@types/react-native-fs": "^2.13.0", "@types/react-native-uuid": "^1.4.0", "@types/should": "^13.0.0", "@types/traverse": "^0.6.32", "@types/url-parse": "^1.4.3", "@types/validator": "^13.1.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.3.0", "codecov": "^3.7.2", "coveralls": "^3.0.0", "dv-scripts": "^1.4.2", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.4", "enzyme-to-json": "^3.5.0", "eslint-config-dv-scripts": "^1.1.1", "jest": "^26.4.2", "metro-react-native-babel-preset": "^0.63.0", "prettier": "^2.1.1", "react": "^16.0.0", "react-dom": "16", "react-native": "^0.64.1", "should": "^13.1.2", "should-sinon": "^0.0.6", "sinon": "^4.1.3", "ts-jest": "^26.4.0", "typescript": "^4.0.2" }, "peerDependencies": { "react-native-fs": "^2.14.1" } }