-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage-lock.json
More file actions
58 lines (58 loc) · 1.68 KB
/
package-lock.json
File metadata and controls
58 lines (58 loc) · 1.68 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
49
50
51
52
53
54
55
56
57
58
{
"name": "order-id",
"version": "2.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "order-id",
"version": "2.2.0",
"license": "MIT",
"dependencies": {
"node-fpe": "^2.0.4"
},
"devDependencies": {
"prettier": "^3.5.2"
},
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/node-fpe": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/node-fpe/-/node-fpe-2.0.4.tgz",
"integrity": "sha512-DYDwmmKKCuHpb8WLL5rVPSiQWfZOxpvRwkjPr5MK/AV9CV7v3kIxN/754dijmBxdavMuy9Z+sdux0VUuhVagKw==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/prettier": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz",
"integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
}
},
"dependencies": {
"node-fpe": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/node-fpe/-/node-fpe-2.0.4.tgz",
"integrity": "sha512-DYDwmmKKCuHpb8WLL5rVPSiQWfZOxpvRwkjPr5MK/AV9CV7v3kIxN/754dijmBxdavMuy9Z+sdux0VUuhVagKw=="
},
"prettier": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz",
"integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==",
"dev": true
}
}
}