mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
config redirect
This commit is contained in:
60
node_modules/popper.js/package.json
generated
vendored
Normal file
60
node_modules/popper.js/package.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"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 <federico.zivolo@gmail.com>",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user