package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "popper.js@^1.16.0",
  3. "_id": "popper.js@1.16.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==",
  6. "_location": "/popper.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "popper.js@^1.16.0",
  12. "name": "popper.js",
  13. "escapedName": "popper.js",
  14. "rawSpec": "^1.16.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.16.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
  23. "_shasum": "2a223cb3dc7b6213d740e40372be40de43e65b1b",
  24. "_spec": "popper.js@^1.16.0",
  25. "_where": "/home/kevin/Documents/Developer/docker/Popsu_colloque/wwwroot/html/web/themes/custom/popsu_colloque",
  26. "author": {
  27. "name": "Federico Zivolo",
  28. "email": "federico.zivolo@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/FezVrasta/popper.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Contributors",
  37. "url": "https://github.com/FezVrasta/popper.js/graphs/contributors"
  38. }
  39. ],
  40. "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1",
  41. "description": "A kickass library to manage your poppers",
  42. "devDependencies": {
  43. "@popperjs/bundle": "^1.0.2",
  44. "@popperjs/eslint-config-popper": "^1.0.0",
  45. "@popperjs/test": "^1.0.0",
  46. "@popperjs/test-utils": "^1.0.0",
  47. "eslint": "^4.1.1",
  48. "nuget-publish": "^1.0.3",
  49. "typescript": "^2.7.1"
  50. },
  51. "funding": {
  52. "type": "opencollective",
  53. "url": "https://opencollective.com/popperjs"
  54. },
  55. "homepage": "https://popper.js.org",
  56. "keywords": [
  57. "popperjs",
  58. "component",
  59. "drop",
  60. "tooltip",
  61. "popover",
  62. "position",
  63. "attached"
  64. ],
  65. "license": "MIT",
  66. "main": "dist/umd/popper.js",
  67. "module": "dist/esm/popper.js",
  68. "name": "popper.js",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/FezVrasta/popper.js.git"
  72. },
  73. "resolutions": {
  74. "micromatch": "^3.0.3"
  75. },
  76. "scripts": {
  77. "build": "node bundle.js && cp index.js.flow dist/umd/popper.js.flow",
  78. "coverage": "COVERAGE=true yarn test",
  79. "lint": "eslint .",
  80. "postpublish": "nuget-publish && ./bower-publish.sh",
  81. "posttest": "tsc --project tests/types/tsconfig.json",
  82. "prebuild": "yarn lint",
  83. "prepare": "yarn build",
  84. "pretest": "yarn lint",
  85. "test": "popper-karma",
  86. "test:dev": "BROWSERS=Chrome NODE_ENV=development yarn test"
  87. },
  88. "sideEffects": false,
  89. "types": "index.d.ts",
  90. "unpkg": "dist/umd/popper.min.js",
  91. "version": "1.16.1"
  92. }