UNPKG

@sskmy1024y/react-native-hash

Version:
63 lines (62 loc) 1.37 kB
{ "name": "@sskmy1024y/react-native-hash", "title": "React Native Hash", "version": "2.0.1-beta", "description": "A hashing library for react-native", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Drazail/react-native-hash.git", "baseUrl": "https://github.com/Drazail/react-native-hash" }, "keywords": [ "react", "react-native", "react-native-hash", "hash", "MD2", "MD5", "SHA-1", "SHA-224", "SHA-256", "SHA-384", "SHA-512", "android", "keccak", "hash-algorithm", "hmac" ], "author": { "name": "Drazail", "email": "drliazard@gmail.com" }, "deprecated": false, "license": "Apache-2.0", "readmeFilename": "README.md", "peerDependencies": { "react": "^17.0.2", "react-native": "^0.67.1" }, "devDependencies": { "react": "^17.0.1", "react-native": "^0.67.1", "@babel/core": "^7.15.5", "@babel/plugin-transform-modules-commonjs": "^7.15.4", "babel-jest": "^27.1.0", "eslint": "^8.0.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.24.2", "jest": "^27.1.0" }, "jest": { "testRegex": "(/__tests__/.*\\.test\\.js)$", "collectCoverage": true, "coverageReporters": [ "json", "html" ] } }