-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
22 lines (22 loc) · 721 Bytes
/
package-lock.json
File metadata and controls
22 lines (22 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@angular-package/type",
"version": "5.0.1-rc.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@angular-package/testing": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@angular-package/testing/-/testing-1.1.0.tgz",
"integrity": "sha512-N/c75WBG4GPcgj7NYWAKSE9IwcPSqVMOYjkZ3RU4rUZW5equkjZvQ4zWKc8S4lbxr1wPD6KxPy3T52xTsBW3Dw==",
"dev": true,
"requires": {
"tslib": "^2.2.0"
}
},
"tslib": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
}
}
}