-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
83 lines (83 loc) · 3.24 KB
/
package-lock.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
77
78
79
80
81
82
83
{
"name": "angular-point-discussion-thread",
"version": "6.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "angular-point-discussion-thread",
"version": "6.0.0",
"license": "MIT",
"devDependencies": {
"@types/angular": "~1.5.19",
"@types/core-js": "~0.9.35",
"@types/hammerjs": "^2.0.34",
"@types/jasmine": "~2.5.40",
"@types/lodash": "~4.14.45",
"@types/node": "^6.0.58",
"@types/source-map": "~0.5.0",
"@types/toastr": "^2.1.32"
}
},
"node_modules/@types/angular": {
"version": "1.5.23",
"resolved": "https://registry.npmjs.org/@types/angular/-/angular-1.5.23.tgz",
"integrity": "sha512-kaB/4V+Ne07NdMSTDkQNyIsJuSkwLFzdpeP5kw+Iq8lkBPXKgwVvH0S9WLPuAMYD82weyBebQpoZ5YaC4s7ADA==",
"dev": true,
"dependencies": {
"@types/jquery": "*"
}
},
"node_modules/@types/core-js": {
"version": "0.9.35",
"resolved": "https://registry.npmjs.org/@types/core-js/-/core-js-0.9.35.tgz",
"integrity": "sha512-kje/pAxz4VaHXgun5yYJA74fGmC2/qf/jO1iouWTnHzmA1l8Q8tZaa5WkjMGRSNG5McSygJylsD/xuKpSosdKw==",
"dev": true
},
"node_modules/@types/hammerjs": {
"version": "2.0.34",
"resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.34.tgz",
"integrity": "sha512-CRzI3EMW8aH9S6jiOG3ZxKFitqt0s6nB3zlsFrdDZ6p8b52nNjFXh8DTLRLDd4eZZw3ObiGR7pmBrWwOSfy9vg==",
"dev": true
},
"node_modules/@types/jasmine": {
"version": "2.5.40",
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-2.5.40.tgz",
"integrity": "sha512-bhYVnPdTHf9k+vVFskI2mrngc5uSprrYXNmLJ59xDw+xrHXi+lYFmxa4zDZko/zqXDSvHg7MxJWWl7dyPPlWRQ==",
"dev": true
},
"node_modules/@types/jquery": {
"version": "2.0.39",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.39.tgz",
"integrity": "sha512-hO2z4P5rer/4LI74i1haTCFIfK3DxSn2y+muRP4VPgVu8XmkMOmtwTXfE1eivYkuQOSS6flH4G/0j+ZAKwV45Q==",
"dev": true
},
"node_modules/@types/lodash": {
"version": "4.14.48",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.48.tgz",
"integrity": "sha512-bTSReEppjID2cHoHyhMnIBgnhItIzOlN+YbYTcFZiZjSnvItcQXgcKwsprVqVPnJmo70Gw3jM9ehjn1IspF8CA==",
"dev": true
},
"node_modules/@types/node": {
"version": "6.0.59",
"resolved": "https://registry.npmjs.org/@types/node/-/node-6.0.59.tgz",
"integrity": "sha512-uBV2YiJVCnLWyr4oI7+q5+6qsz2f4QrJOCqthDlHYgs65bFpoQ3aRLwMzCzLV9pkAJl/8HjBjI2m6hZXL/y4dg==",
"dev": true
},
"node_modules/@types/source-map": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@types/source-map/-/source-map-0.5.0.tgz",
"integrity": "sha512-bJVgPeON2jhGRIrsoBwF4XqJjo6AGLrP2RbY7J5Nn5KuhVzqNooU5gSXYD595gSceJtG43twFwkBMLRN1RHM0g==",
"dev": true
},
"node_modules/@types/toastr": {
"version": "2.1.32",
"resolved": "https://registry.npmjs.org/@types/toastr/-/toastr-2.1.32.tgz",
"integrity": "sha512-+FOjNkJ6HxQyd1g2TKGgu885/+t5Oxi7CWcieoySRuH/zRywTr8oNVgxfh16HmGG5d361b1t6mNIYDRkdVNBEA==",
"dev": true,
"dependencies": {
"@types/jquery": "*"
}
}
}
}