Blame view

node_modules/popper.js/package.json 1.62 KB
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "name": "popper.js",
  "version": "1.16.1",
  "description": "A kickass library to manage your poppers",
  "homepage": "https://popper.js.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FezVrasta/popper.js.git"
  },
  "author": "Federico Zivolo <federico.zivolo@gmail.com>",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/popperjs"
  },
  "contributors": [
    "Contributors (https://github.com/FezVrasta/popper.js/graphs/contributors)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FezVrasta/popper.js/issues"
  },
  "keywords": [
    "popperjs",
    "component",
    "drop",
    "tooltip",
    "popover",
    "position",
    "attached"
  ],
  "main": "dist/umd/popper.js",
  "module": "dist/esm/popper.js",
  "unpkg": "dist/umd/popper.min.js",
  "types": "index.d.ts",
  "sideEffects": false,
  "scripts": {
    "prepare": "yarn build",
    "postpublish": "nuget-publish && ./bower-publish.sh",
    "prebuild": "yarn lint",
    "pretest": "yarn lint",
    "build": "node bundle.js && cp index.js.flow dist/umd/popper.js.flow",
    "lint": "eslint .",
    "test": "popper-karma",
    "posttest": "tsc --project tests/types/tsconfig.json",
    "test:dev": "BROWSERS=Chrome NODE_ENV=development yarn test",
    "coverage": "COVERAGE=true yarn test"
  },
  "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"
  },
  "resolutions": {
    "micromatch": "^3.0.3"
  }
}