-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 1.21 KB
/
package-lock.json
File metadata and controls
34 lines (34 loc) · 1.21 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
{
"name": "luketowers-easyaudit",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "luketowers-easyaudit",
"dependencies": {
"jsondiffpatch": "^0.7.3"
}
},
"node_modules/@dmsnell/diff-match-patch": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@dmsnell/diff-match-patch/-/diff-match-patch-1.1.0.tgz",
"integrity": "sha512-yejLPmM5pjsGvxS9gXablUSbInW7H976c/FJ4iQxWIm7/38xBySRemTPDe34lhg1gVLbJntX0+sH0jYfU+PN9A==",
"license": "Apache-2.0"
},
"node_modules/jsondiffpatch": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/jsondiffpatch/-/jsondiffpatch-0.7.3.tgz",
"integrity": "sha512-zd4dqFiXSYyant2WgSXAZ9+yYqilNVvragVNkNRn2IFZKgjyULNrKRznqN4Zon0MkLueCg+3QaPVCnDAVP20OQ==",
"license": "MIT",
"dependencies": {
"@dmsnell/diff-match-patch": "^1.1.0"
},
"bin": {
"jsondiffpatch": "bin/jsondiffpatch.js"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
}
}
}
}