UNPKG

react-native-url-polyfill

Version:

A lightweight and trustworthy URL polyfill for React Native

72 lines (71 loc) 1.86 kB
{ "name": "react-native-url-polyfill", "version": "3.0.0", "description": "A lightweight and trustworthy URL polyfill for React Native", "keywords": [ "URL", "URLSearchParams", "polyfill", "react native", "whatwg-url" ], "bugs": { "url": "https://github.com/charpeni/react-native-url-polyfill/issues" }, "homepage": "https://github.com/charpeni/react-native-url-polyfill", "readme": "https://github.com/charpeni/react-native-url-polyfill#readme", "repository": { "type": "git", "url": "https://github.com/charpeni/react-native-url-polyfill.git" }, "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest", "lint": "eslint .", "type-check": "tsc index.d.ts", "prepare": "husky install", "bundle-size": "node scripts/bundle-size" }, "author": "Nicolas Charpentier <nicolas.charpentier079@gmail.com>", "license": "MIT", "dependencies": { "whatwg-url-without-unicode": "8.0.0-3" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native-community/eslint-config": "3.2.0", "@react-native/babel-preset": "0.81.1", "@types/node": "^22.13.10", "detox": "20.34.5", "eslint": "8.56.0", "eslint-plugin-ft-flow": "^3.0.11", "eslint-plugin-prettier": "5.5.4", "husky": "8.0.3", "jest": "30.1.3", "lint-staged": "15.2.0", "nanoid": "3.3.11", "prettier": "3.6.2", "react": "19.1.1", "react-native": "0.81.4", "react-native-bundle-scale": "2.0.0", "typescript": "5.9.2" }, "peerDependencies": { "react-native": "*" }, "jest": { "preset": "react-native", "testPathIgnorePatterns": [ "/node_modules/", "./platforms/" ] }, "lint-staged": { "*.js": [ "eslint --fix" ] } }