{ "_from": "detect-autofill@^1.1.3", "_id": "detect-autofill@1.1.4", "_inBundle": false, "_integrity": "sha512-utCBQwCR/beSnADQmBC7C4tTueBBkYCl6WSpfGUkYKO/+MzPxqYGj6G4MvHzcKmH1gCTK+VunX2vaagvkRXPvA==", "_location": "/detect-autofill", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "detect-autofill@^1.1.3", "name": "detect-autofill", "escapedName": "detect-autofill", "rawSpec": "^1.1.3", "saveSpec": null, "fetchSpec": "^1.1.3" }, "_requiredBy": [ "/tw-elements" ], "_resolved": "https://registry.npmjs.org/detect-autofill/-/detect-autofill-1.1.4.tgz", "_shasum": "1424ca5863c69a1e0373ea85a4f0edccc2357479", "_spec": "detect-autofill@^1.1.3", "_where": "/home/heinzi/projects/leptos-twelements/node_modules/tw-elements", "author": { "name": "Matteo Badini", "email": "matteo.badini95@gmail.com" }, "bugs": { "url": "https://github.com/matteobad/detect-autofill/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "custom-event-polyfill": "^1.0.7" }, "deprecated": false, "description": "Small javascript library to detect and even prevent browsers autofill of form elements. Usefull for implementing floating labels or applying custom logics/styles.", "devDependencies": { "@semantic-release/changelog": "^5.0.1", "@semantic-release/commit-analyzer": "^8.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.2.1", "@semantic-release/npm": "^7.1.0", "@semantic-release/release-notes-generator": "^9.0.2", "commitizen": "^4.2.3", "css-loader": "^5.2.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.23.0", "eslint-config-google": "^0.14.0", "husky": "^4.2.5", "sass": "^1.32.8", "sass-loader": "^11.0.1", "semantic-release": "^17.4.2", "style-loader": "^2.0.0", "webpack": "^5.30.0", "webpack-cli": "^4.6.0" }, "homepage": "https://github.com/matteobad/detect-autofill#readme", "husky": { "hooks": { "pre-commit": "npm run lint && npm run test" } }, "keywords": [ "autocomplete", "autofill", "-webkit-autofill", "floating-label", "vanilla" ], "license": "MIT", "main": "dist/detect-autofill.js", "name": "detect-autofill", "repository": { "type": "git", "url": "git+https://github.com/matteobad/detect-autofill.git" }, "scripts": { "build": "webpack --mode=production", "clean": "rimraf dist", "commit": "git-cz", "lint": "eslint src/**/*.js", "lint:fix": "eslint src/**/*.js --fix", "prepublishOnly": "npm run clean && npm run lint && npm run build && npm run test", "semantic-release": "semantic-release", "test": "npm run lint", "travis-deploy-once": "travis-deploy-once", "watch": "webpack --mode=development -w" }, "version": "1.1.4" }