mirror of
https://github.com/urbanguacamole/torrent-paradise
synced 2024-10-31 21:20:13 +00:00
61 lines
2.1 KiB
JSON
61 lines
2.1 KiB
JSON
{
|
|
"name": "index-generator",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"@types/node": {
|
|
"version": "10.14.22",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.22.tgz",
|
|
"integrity": "sha512-9taxKC944BqoTVjE+UT3pQH0nHZlTvITwfsOZqyc+R3sfJuxaTtxWjfn1K2UlxyPcKHf0rnaXcVFrS9F9vf0bw=="
|
|
},
|
|
"clone": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
"integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4="
|
|
},
|
|
"csv-parse": {
|
|
"version": "4.6.5",
|
|
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.6.5.tgz",
|
|
"integrity": "sha512-tUohmlM5X1Wtn7aRA4FsJMmnvGo+GUknK/Dp+//ms7pvpXADda5HIi5vFYOvAs/WSn5JUM1bt2AT3TxtDFV3Cw==",
|
|
"requires": {
|
|
"pad": "^3.2.0"
|
|
}
|
|
},
|
|
"defaults": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
|
|
"integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
|
|
"requires": {
|
|
"clone": "^1.0.2"
|
|
}
|
|
},
|
|
"ipfsearch-index": {
|
|
"version": "2.5.5",
|
|
"resolved": "https://registry.npmjs.org/ipfsearch-index/-/ipfsearch-index-2.5.5.tgz",
|
|
"integrity": "sha512-BiUFE2uTOHvftvKESurAIBq5HAPHrnJgoIRQ+iEKbBs+X5db7aotL0FDq0YU2KH+NRuDBQbnyw1Fn5xI0YQxnA=="
|
|
},
|
|
"pad": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/pad/-/pad-3.2.0.tgz",
|
|
"integrity": "sha512-2u0TrjcGbOjBTJpyewEl4hBO3OeX5wWue7eIFPzQTg6wFSvoaHcBTTUY5m+n0hd04gmTCPuY0kCpVIVuw5etwg==",
|
|
"requires": {
|
|
"wcwidth": "^1.0.1"
|
|
}
|
|
},
|
|
"typescript": {
|
|
"version": "3.6.4",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
|
|
"integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg=="
|
|
},
|
|
"wcwidth": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
"integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
|
|
"requires": {
|
|
"defaults": "^1.0.3"
|
|
}
|
|
}
|
|
}
|
|
}
|