⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
nodejs
/
popper.js
/
View File Name :
package.json
{ "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
", "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" } }