-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 930 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 930 Bytes
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
{
"name": "@singleware/injection",
"version": "1.0.20",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@singleware/class": {
"version": "1.1.14",
"resolved": "https://registry.npmjs.org/@singleware/class/-/class-1.1.14.tgz",
"integrity": "sha512-3RNCg+rjTWfq3nXYSinvcWTLrgwUTXaQvLSj8JGD/ChK0TrOj9yD1OaVTyzqdzQXXi921AXFiHUhvGgop99DnQ=="
},
"prettier": {
"version": "1.17.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.17.1.tgz",
"integrity": "sha512-TzGRNvuUSmPgwivDqkZ9tM/qTGW9hqDKWOE9YHiyQdixlKbv7kvEqsmDPrcHJTKwthU774TQwZXVtaQ/mMsvjg==",
"dev": true
},
"typescript": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.4.tgz",
"integrity": "sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==",
"dev": true
}
}
}