-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
48 lines (48 loc) · 1.52 KB
/
package-lock.json
File metadata and controls
48 lines (48 loc) · 1.52 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
{
"name": "ractor-angular",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@angular/core": {
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-4.4.4.tgz",
"integrity": "sha1-vTfs9UFY+XSJmWyThr0iL4CjL1w=",
"requires": {
"tslib": "1.7.1"
}
},
"eventemitter2": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-4.1.2.tgz",
"integrity": "sha1-DhqEd6+CGm7zmVsxG/dMI6UkfxU="
},
"js-actor": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/js-actor/-/js-actor-1.1.0.tgz",
"integrity": "sha512-Lw0e/QOYHceQr8OvU162wiS9qqEB3dOH/lVnUIQKpK0T7HXTXOXrgvlcUme5tioK4xs7trdHCX+tHy44G+LqmA==",
"requires": {
"eventemitter2": "4.1.2",
"shortid": "2.2.8"
}
},
"ractor": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/ractor/-/ractor-1.0.6.tgz",
"integrity": "sha512-RCgh/681BV8LGsmiYXwgCrvKZjGrDpymJ26pG3Y6O+5I6E/SRZuAeVUBprlTzsJngljnldfsjYs5y1fZBNPm4w==",
"requires": {
"js-actor": "1.1.0"
}
},
"shortid": {
"version": "2.2.8",
"resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.8.tgz",
"integrity": "sha1-AzsRfWoul1gE9vCWnb59PQs1UTE="
},
"tslib": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.7.1.tgz",
"integrity": "sha1-vIAEFkaRkjp5/oN4u+s9ogF1OOw="
}
}
}