mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
47 lines
1.9 KiB
JSON
47 lines
1.9 KiB
JSON
{
|
|
"requires": true,
|
|
"lockfileVersion": 1,
|
|
"dependencies": {
|
|
"fs-extra": {
|
|
"version": "8.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^4.0.0",
|
|
"universalify": "^0.1.0"
|
|
}
|
|
},
|
|
"graceful-fs": {
|
|
"version": "4.2.2",
|
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz",
|
|
"integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q=="
|
|
},
|
|
"jsonfile": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
"integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"nan": {
|
|
"version": "2.14.0",
|
|
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
|
|
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
|
|
},
|
|
"posix-pipe-fork-exec": {
|
|
"version": "git+https://github.com/codetsunami/posix-pipe-fork-exec.git#362060203b2eb705fa7acb969bf2ecf9e80ab102",
|
|
"from": "git+https://github.com/codetsunami/posix-pipe-fork-exec.git",
|
|
"requires": {
|
|
"nan": "^2.14.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
|
|
}
|
|
}
|
|
}
|