{ "_from": "tippy.js", "_id": "tippy.js@6.2.5", "_inBundle": false, "_integrity": "sha512-UIf8G99PMXGmdWPrr36s/DjQBdfxMPwzvPUXsxs3tDFDTZ1SgvKG+Jvt6RJ+aBqYL0oe/STxh3MNkCV3IWAKmw==", "_location": "/tippy.js", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "tippy.js", "name": "tippy.js", "escapedName": "tippy.js", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.2.5.tgz", "_shasum": "5335e28228af5e22c524fe5e8a94654514f34b92", "_spec": "tippy.js", "_where": "c:\\wamp64\\apps\\itop\\dev-trunk", "author": { "name": "atomiks" }, "babel": { "extends": "./.config/babel.config" }, "browserslist": [ "> 0.5%", "not dead", "not safari < 8" ], "bugs": { "url": "https://github.com/atomiks/tippyjs/issues" }, "bundleDependencies": false, "bundlesize": [ { "path": "dist/tippy-bundle.umd.min.js", "maxSize": "10 kB" }, { "path": "headless/dist/tippy-headless.umd.min.js", "maxSize": "10 kB" }, { "path": "dist/tippy.umd.min.js", "maxSize": "10 kB" }, { "path": "dist/tippy.css", "maxSize": "5 kB" } ], "contributors": [ { "name": "Brett Zamir" } ], "dependencies": { "@popperjs/core": "^2.4.4" }, "deprecated": false, "description": "The complete tooltip, popover, dropdown, and menu solution for the web", "devDependencies": { "@babel/core": "^7.8.3", "@babel/preset-env": "^7.8.3", "@babel/preset-typescript": "^7.8.3", "@testing-library/dom": "^6.11.0", "@types/node": "^12.12.25", "@typescript-eslint/eslint-plugin": "^2.21.0", "@typescript-eslint/parser": "^2.21.0", "autoprefixer": "^9.7.4", "babel-jest": "^25.3.0", "babel-plugin-dev-expression": "^0.2.2", "bundlesize": "^0.18.0", "colorette": "^1.1.0", "core-js": "^3.6.4", "cross-env": "^7.0.0", "cssnano": "^4.1.10", "dotenv": "^8.2.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.9.0", "husky": "^3.1.0", "jest": "^25.3.0", "jest-environment-jsdom-fourteen": "^1.0.1", "jest-image-snapshot": "^2.12.0", "jest-puppeteer": "^4.4.0", "jest-puppeteer-docker": "^1.3.2", "lint-staged": "^9.5.0", "postcss": "^7.0.26", "poster": "0.0.9", "prettier": "^2.0.1", "promise": "^8.0.3", "puppeteer": "^2.1.1", "rimraf": "^3.0.0", "rollup": "^1.29.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.0.2", "rollup-plugin-css-only": "^1.0.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-livereload": "^1.0.4", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-sass": "^1.2.2", "rollup-plugin-serve": "^1.0.1", "rollup-plugin-terser": "^5.2.0", "sass": "^1.25.0", "serve": "^11.3.0", "tsd": "^0.11.0", "typescript": "^3.7.5" }, "eslintConfig": { "extends": "./.config/eslint.config" }, "files": [ "dist/", "animations/", "themes/", "headless/", "index.d.ts" ], "homepage": "https://atomiks.github.io/tippyjs/", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "jest": { "preset": "./.config/jest.config" }, "keywords": [ "tooltip", "popover", "popper", "dropdown", "popup", "tippy", "tippy.js" ], "license": "MIT", "lint-staged": { "src/**/*.ts": [ "jest --findRelatedTests", "eslint . --ext .ts,.js", "git add" ], "{build,src,test,website/src}/**/*.{ts,js,json,css,scss,md}": [ "prettier --write", "git add" ] }, "main": "dist/tippy.cjs.js", "module": "dist/tippy.esm.js", "name": "tippy.js", "prettier": { "singleQuote": true, "bracketSpacing": false, "proseWrap": "always" }, "repository": { "type": "git", "url": "git+https://github.com/atomiks/tippyjs.git" }, "scripts": { "build": "node build/index.js && rollup -c .config/rollup.config.js && bundlesize", "build:visual": "cross-env NODE_ENV=test rollup -c .config/rollup.config.js", "clean": "rimraf dist/ themes/ animations/ coverage/ .devserver/ .cache/ ./index.d.ts", "dev": "cross-env NODE_ENV=dev rollup -c .config/rollup.config.js --watch", "format": "prettier --write \"**/*.{js,ts,json,md,mdx,scss,css}\" --ignore-path .config/.prettierignore", "lint": "eslint . --ext .ts,.js", "prepare": "yarn clean && yarn build", "serve": "serve test/visual", "test": "yarn test:types && yarn test:dom && yarn test:functional", "test:dom": "jest unit integration --coverage", "test:functional": "jest functional", "test:types": "tsc && tsd" }, "sideEffects": [ "**/*.css" ], "types": "index.d.ts", "unpkg": "dist/tippy-bundle.umd.min.js", "version": "6.2.5" }