package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "popper.js@1.16.1",
  5. "E:\\item\\newItem\\admin"
  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. "/iview",
  26. "/view-design"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz",
  29. "_spec": "1.16.1",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Federico Zivolo",
  33. "email": "federico.zivolo@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/FezVrasta/popper.js/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Contributors",
  41. "url": "https://github.com/FezVrasta/popper.js/graphs/contributors"
  42. }
  43. ],
  44. "description": "A kickass library to manage your poppers",
  45. "devDependencies": {
  46. "@popperjs/bundle": "^1.0.2",
  47. "@popperjs/eslint-config-popper": "^1.0.0",
  48. "@popperjs/test": "^1.0.0",
  49. "@popperjs/test-utils": "^1.0.0",
  50. "eslint": "^4.1.1",
  51. "nuget-publish": "^1.0.3",
  52. "typescript": "^2.7.1"
  53. },
  54. "funding": {
  55. "type": "opencollective",
  56. "url": "https://opencollective.com/popperjs"
  57. },
  58. "homepage": "https://popper.js.org",
  59. "keywords": [
  60. "popperjs",
  61. "component",
  62. "drop",
  63. "tooltip",
  64. "popover",
  65. "position",
  66. "attached"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/umd/popper.js",
  70. "module": "dist/esm/popper.js",
  71. "name": "popper.js",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/FezVrasta/popper.js.git"
  75. },
  76. "resolutions": {
  77. "micromatch": "^3.0.3"
  78. },
  79. "scripts": {
  80. "build": "node bundle.js && cp index.js.flow dist/umd/popper.js.flow",
  81. "coverage": "COVERAGE=true yarn test",
  82. "lint": "eslint .",
  83. "postpublish": "nuget-publish && ./bower-publish.sh",
  84. "posttest": "tsc --project tests/types/tsconfig.json",
  85. "prebuild": "yarn lint",
  86. "prepare": "yarn build",
  87. "pretest": "yarn lint",
  88. "test": "popper-karma",
  89. "test:dev": "BROWSERS=Chrome NODE_ENV=development yarn test"
  90. },
  91. "sideEffects": false,
  92. "types": "index.d.ts",
  93. "unpkg": "dist/umd/popper.min.js",
  94. "version": "1.16.1"
  95. }