-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.3 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 3.3 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "PopUp-ES6",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"anymatch": "^1.3.2",
"babel-code-frame": "^6.26.0",
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
"babel-helpers": "^6.24.1",
"babel-messages": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"braces": "^1.8.5",
"chalk": "^1.1.3",
"chokidar": "^1.7.0",
"commander": "^2.15.1",
"debug": "^2.6.9",
"detect-indent": "^4.0.0",
"es6-dom": "^1.1.0",
"expand-brackets": "^0.1.5",
"expand-range": "^1.8.2",
"extglob": "^0.3.2",
"fill-range": "^2.2.4",
"fs-readdir-recursive": "^1.1.0",
"fsevents": "^1.2.4",
"glob": "^7.1.2",
"glob-base": "^0.3.0",
"glob-parent": "^2.0.0",
"globals": "^9.18.0",
"graceful-fs": "^4.1.11",
"has-ansi": "^2.0.0",
"home-or-tmp": "^2.0.0",
"inflight": "^1.0.6",
"inherits": "^2.0.3",
"invariant": "^2.2.4",
"is-binary-path": "^1.0.1",
"is-buffer": "^1.1.6",
"is-dotfile": "^1.0.3",
"is-equal-shallow": "^0.1.3",
"is-extendable": "^0.1.1",
"is-extglob": "^1.0.0",
"is-finite": "^1.0.2",
"is-glob": "^2.0.1",
"is-number": "^2.1.0",
"is-posix-bracket": "^0.1.1",
"is-primitive": "^2.0.0",
"isarray": "^1.0.0",
"isobject": "^2.1.0",
"js-tokens": "^3.0.2",
"jsesc": "^1.3.0",
"json5": "^0.5.1",
"kind-of": "^3.2.2",
"lodash": "^4.17.10",
"loose-envify": "^1.3.1",
"math-random": "^1.0.1",
"micromatch": "^2.3.11",
"minimatch": "^3.0.4",
"minimist": "^0.0.8",
"mkdirp": "^0.5.1",
"ms": "^2.0.0",
"nan": "^2.10.0",
"normalize-path": "^2.1.1",
"number-is-nan": "^1.0.1",
"object-assign": "^4.1.1",
"object.omit": "^2.0.1",
"once": "^1.4.0",
"os-homedir": "^1.0.2",
"os-tmpdir": "^1.0.2",
"output-file-sync": "^1.1.2",
"parse-glob": "^3.0.4",
"path-is-absolute": "^1.0.1",
"preserve": "^0.2.0",
"private": "^0.1.8",
"process-nextick-args": "^2.0.0",
"randomatic": "^3.0.0",
"readable-stream": "^2.3.6",
"readdirp": "^2.1.0",
"regenerator-runtime": "^0.11.1",
"regex-cache": "^0.4.4",
"remove-trailing-separator": "^1.1.0",
"repeat-element": "^1.1.2",
"repeat-string": "^1.6.1",
"repeating": "^2.0.1",
"safe-buffer": "^5.1.2",
"set-immediate-shim": "^1.0.1",
"slash": "^1.0.0",
"source-map": "^0.5.7",
"source-map-support": "^0.4.18",
"string_decoder": "^1.1.1",
"strip-ansi": "^3.0.1",
"supports-color": "^2.0.0",
"to-fast-properties": "^1.0.3",
"trim-right": "^1.0.1",
"user-home": "^1.1.1",
"util-deprecate": "^1.0.2",
"v8flags": "^2.1.1",
"wrappy": "^1.0.2",
"chai": "^4.1.2",
"mocha": "^5.1.1",
"npm": "^6.0.0",
"jsdom": "9.12.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-env": "^1.7.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"keywords": [],
"author": "",
"license": "ISC"
}