![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/popper.js/ |
{ "name": "popper.js", "version": "1.16.1", "description": "A kickass library to manage your poppers", "homepage": "https://popper.js.org", "repository": { "type": "git", "url": "git+https://github.com/FezVrasta/popper.js.git" }, "author": "Federico Zivolo <[email protected]>", "funding": { "type": "opencollective", "url": "https://opencollective.com/popperjs" }, "contributors": [ "Contributors (https://github.com/FezVrasta/popper.js/graphs/contributors)" ], "license": "MIT", "bugs": { "url": "https://github.com/FezVrasta/popper.js/issues" }, "keywords": [ "popperjs", "component", "drop", "tooltip", "popover", "position", "attached" ], "main": "dist/umd/popper.js", "module": "dist/esm/popper.js", "unpkg": "dist/umd/popper.min.js", "types": "index.d.ts", "sideEffects": false, "scripts": { "prepare": "yarn build", "postpublish": "nuget-publish && ./bower-publish.sh", "prebuild": "yarn lint", "pretest": "yarn lint", "build": "node bundle.js && cp index.js.flow dist/umd/popper.js.flow", "lint": "eslint .", "test": "popper-karma", "posttest": "tsc --project tests/types/tsconfig.json", "test:dev": "BROWSERS=Chrome NODE_ENV=development yarn test", "coverage": "COVERAGE=true yarn test" }, "devDependencies": { "@popperjs/bundle": "^1.0.2", "@popperjs/eslint-config-popper": "^1.0.0", "@popperjs/test": "^1.0.0", "@popperjs/test-utils": "^1.0.0", "eslint": "^4.1.1", "nuget-publish": "^1.0.3", "typescript": "^2.7.1" }, "resolutions": { "micromatch": "^3.0.3" } }