-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage-lock.json
More file actions
32 lines (32 loc) · 931 Bytes
/
package-lock.json
File metadata and controls
32 lines (32 loc) · 931 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
28
29
30
31
32
{
"name": "dogecoin.com",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dogecoin.com",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"rfs": "^9.0.6"
}
},
"node_modules/postcss-value-parser": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
},
"node_modules/rfs": {
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/rfs/-/rfs-9.0.6.tgz",
"integrity": "sha512-KQ0EGVP4l3B3ynUZ1UNX3UoRAeswiX+ljGRcT+MoJKXRwXSUFpVZIPsqurH9pmY/AOGBFq7KKBq9fhRCkkg+SQ==",
"dependencies": {
"postcss-value-parser": "^4.1.0"
},
"engines": {
"node": ">=8"
}
}
}
}