package.json 2.5 KB

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