react-native-hide-show-password-input
Version:
React-Native Component For Password Show/Hide
63 lines (62 loc) • 1.7 kB
JSON
{
"_from": "basic-auth@~1.0.3",
"_id": "basic-auth@1.0.4",
"_inBundle": false,
"_integrity": "sha1-Awk1sB3nyblKgksp8/zLdQ06UpA=",
"_location": "/basic-auth",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "basic-auth@~1.0.3",
"name": "basic-auth",
"escapedName": "basic-auth",
"rawSpec": "~1.0.3",
"saveSpec": null,
"fetchSpec": "~1.0.3"
},
"_requiredBy": [
"/morgan"
],
"_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz",
"_shasum": "030935b01de7c9b94a824b29f3fccb750d3a5290",
"_spec": "basic-auth@~1.0.3",
"_where": "/home/vishal/WMT/Android/Vishal/WorkSpace/React/PasswordInput/node_modules/morgan",
"bugs": {
"url": "https://github.com/jshttp/basic-auth/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "node.js basic auth parser",
"devDependencies": {
"istanbul": "0.4.3",
"mocha": "1.21.5"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"homepage": "https://github.com/jshttp/basic-auth#readme",
"keywords": [
"basic",
"auth",
"authorization",
"basicauth"
],
"license": "MIT",
"name": "basic-auth",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/basic-auth.git"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.0.4"
}