-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.85 KB
/
package.json
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
{
"name": "polymer-web-components-monorepo",
"version": "1.0.0",
"private": true,
"flat": true,
"scripts": {
"clean": "rimraf dist/*"
},
"workspaces": [
"packages/*"
],
"main": "index.js",
"repository": "https://github.com/psuman/polymer-web-components-monorepo",
"author": "suman <[email protected]>",
"license": "MIT",
"devDependencies": {
"lerna": "^2.11.0"
},
"resolutions": {
"execa": "0.8.0",
"find-up": "2.1.0",
"load-json-file": "4.0.0",
"path-exists": "3.0.0",
"read-pkg": "3.0.0",
"yargs": "8.0.2",
"minimist": "1.2.0",
"strip-ansi": "4.0.0",
"ansi-regex": "3.0.0",
"meow": "4.0.1",
"read-pkg-up": "3.0.0",
"source-map": "0.4.4",
"wordwrap": "0.0.3",
"camelcase": "4.1.0",
"cliui": "3.2.0",
"camelcase-keys": "4.2.0",
"map-obj": "2.0.0",
"redent": "2.0.0",
"trim-newlines": "2.0.0",
"indent-string": "3.2.0",
"strip-indent": "2.0.0",
"pify": "3.0.0",
"path-type": "3.0.0",
"parse-json": "4.0.0",
"strip-bom": "3.0.0",
"uuid": "3.2.1",
"string-width": "2.1.1",
"is-fullwidth-code-point": "2.0.0",
"globby": "6.1.0",
"inquirer": "3.3.0",
"uglify-js": "2.8.29",
"kind-of": "3.2.2",
"inherits": "2.0.3",
"cross-spawn": "5.1.0",
"yallist": "2.1.2",
"is-glob": "3.1.0",
"external-editor": "2.2.0",
"chardet": "0.4.2",
"y18n": "3.2.1",
"yargs-parser": "7.0.0",
"commander": "2.13.0",
"define-property": "2.0.2",
"extend-shallow": "3.0.2",
"isobject": "3.0.1",
"is-extendable": "1.0.1",
"is-number": "3.0.0",
"is-descriptor": "1.0.2",
"is-accessor-descriptor": "1.0.0",
"is-data-descriptor": "1.0.0",
"debug": "3.1.0",
"has-value": "1.0.0",
"set-value": "2.0.0",
"has-values": "1.0.0",
"punycode": "2.1.1",
"util": "0.10.4"
}
}