Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "popper.js@^1.12",
  3. "_id": "popper.js@1.16.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+G+EkOPoE5S/zChTpmBSSDYmhXJ5PsW8eMhH8cP/CQHMFPBG/kC9Y5IIw6qNYgdJ+/COf0ddY2li28iHaZRSjw==",
  6. "_location": "/popper.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "popper.js@^1.12",
  12. "name": "popper.js",
  13. "escapedName": "popper.js",
  14. "rawSpec": "^1.12",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.12"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.0.tgz",
  22. "_shasum": "2e1816bcbbaa518ea6c2e15a466f4cb9c6e2fbb3",
  23. "_spec": "popper.js@^1.12",
  24. "_where": "/var/www/html/mdch.sipadu",
  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": false,
  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. "homepage": "https://popper.js.org",
  51. "keywords": [
  52. "popperjs",
  53. "component",
  54. "drop",
  55. "tooltip",
  56. "popover",
  57. "position",
  58. "attached"
  59. ],
  60. "license": "MIT",
  61. "main": "dist/umd/popper.js",
  62. "module": "dist/esm/popper.js",
  63. "name": "popper.js",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/FezVrasta/popper.js.git"
  67. },
  68. "resolutions": {
  69. "micromatch": "^3.0.3"
  70. },
  71. "scripts": {
  72. "build": "node bundle.js && cp index.js.flow dist/umd/popper.js.flow",
  73. "coverage": "COVERAGE=true yarn test",
  74. "lint": "eslint .",
  75. "postpublish": "nuget-publish && ./bower-publish.sh",
  76. "posttest": "tsc --project tests/types/tsconfig.json",
  77. "prebuild": "yarn lint",
  78. "prepare": "yarn build",
  79. "pretest": "yarn lint",
  80. "test": "popper-karma",
  81. "test:dev": "BROWSERS=Chrome NODE_ENV=development yarn test"
  82. },
  83. "sideEffects": false,
  84. "types": "index.d.ts",
  85. "unpkg": "dist/umd/popper.min.js",
  86. "version": "1.16.0"
  87. }