-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 1001 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 1001 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
26
27
{
"name": "@cs101/microprocessorexamples",
"version": "1.0.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@cs101/microprocessor": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@cs101/microprocessor/-/microprocessor-1.1.4.tgz",
"integrity": "sha512-6qCCyRC9qymc2Rpi7XRZ2lfKYTI3SSA0WGBwWGZUQAWU9xft7o74mjyKwD9yz6mb9Kdl7laE5uLTnA3C2lU9qQ==",
"requires": {
"@types/node": "^15.12.2"
}
},
"@types/node": {
"version": "15.14.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz",
"integrity": "sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A=="
},
"typescript": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
"dev": true
}
}
}