package.json 2.5 KB

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