12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "popper.js@^1.14.1",
- "_id": "popper.js@1.16.1",
- "_inBundle": false,
- "_integrity": "sha1-KiI8s9x7YhPXQOQDcr5A3kPmWxs=",
- "_location": "/popper.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "popper.js@^1.14.1",
- "name": "popper.js",
- "escapedName": "popper.js",
- "rawSpec": "^1.14.1",
- "saveSpec": null,
- "fetchSpec": "^1.14.1"
- },
- "_requiredBy": [
- "/burgeon-ui"
- ],
- "_resolved": "https://registry.npm.taobao.org/popper.js/download/popper.js-1.16.1.tgz",
- "_shasum": "2a223cb3dc7b6213d740e40372be40de43e65b1b",
- "_spec": "popper.js@^1.14.1",
- "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\burgeon-ui",
- "author": {
- "name": "Federico Zivolo",
- "email": "federico.zivolo@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/FezVrasta/popper.js/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Contributors",
- "url": "https://github.com/FezVrasta/popper.js/graphs/contributors"
- }
- ],
- "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1",
- "description": "A kickass library to manage your poppers",
- "devDependencies": {
- "@popperjs/bundle": "^1.0.2",
- "@popperjs/eslint-config-popper": "^1.0.0",
- "@popperjs/test": "^1.0.0",
- "@popperjs/test-utils": "^1.0.0",
- "eslint": "^4.1.1",
- "nuget-publish": "^1.0.3",
- "typescript": "^2.7.1"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/popperjs"
- },
- "homepage": "https://popper.js.org",
- "keywords": [
- "popperjs",
- "component",
- "drop",
- "tooltip",
- "popover",
- "position",
- "attached"
- ],
- "license": "MIT",
- "main": "dist/umd/popper.js",
- "module": "dist/esm/popper.js",
- "name": "popper.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/FezVrasta/popper.js.git"
- },
- "resolutions": {
- "micromatch": "^3.0.3"
- },
- "scripts": {
- "build": "node bundle.js && cp index.js.flow dist/umd/popper.js.flow",
- "coverage": "COVERAGE=true yarn test",
- "lint": "eslint .",
- "postpublish": "nuget-publish && ./bower-publish.sh",
- "posttest": "tsc --project tests/types/tsconfig.json",
- "prebuild": "yarn lint",
- "prepare": "yarn build",
- "pretest": "yarn lint",
- "test": "popper-karma",
- "test:dev": "BROWSERS=Chrome NODE_ENV=development yarn test"
- },
- "sideEffects": false,
- "types": "index.d.ts",
- "unpkg": "dist/umd/popper.min.js",
- "version": "1.16.1"
- }
|