Spaces:
Sleeping
Sleeping
File size: 2,737 Bytes
cf8b9d7 |
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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
{
"name": "home",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@gaspump/sdk": "^0.0.7"
}
},
"node_modules/@gaspump/sdk": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/@gaspump/sdk/-/sdk-0.0.7.tgz",
"integrity": "sha512-Ao/9pIXW1cN233Q2EQtQkpQEp2xC1Kym1ag4TYxQ1J/JbtSRlyld+FrJgMLpVKyPwvD2DvqZ/s9zmNckKRh52w==",
"license": "ISC",
"dependencies": {
"@ton/core": "~0.56.3"
}
},
"node_modules/@ton/core": {
"version": "0.56.3",
"resolved": "https://registry.npmjs.org/@ton/core/-/core-0.56.3.tgz",
"integrity": "sha512-HVkalfqw8zqLLPehtq0CNhu5KjVzc7IrbDwDHPjGoOSXmnqSobiWj8a5F+YuWnZnEbQKtrnMGNOOjVw4LG37rg==",
"license": "MIT",
"dependencies": {
"symbol.inspect": "1.0.1"
},
"peerDependencies": {
"@ton/crypto": ">=3.2.0"
}
},
"node_modules/@ton/crypto": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@ton/crypto/-/crypto-3.3.0.tgz",
"integrity": "sha512-/A6CYGgA/H36OZ9BbTaGerKtzWp50rg67ZCH2oIjV1NcrBaCK9Z343M+CxedvM7Haf3f/Ee9EhxyeTp0GKMUpA==",
"license": "MIT",
"peer": true,
"dependencies": {
"@ton/crypto-primitives": "2.1.0",
"jssha": "3.2.0",
"tweetnacl": "1.0.3"
}
},
"node_modules/@ton/crypto-primitives": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@ton/crypto-primitives/-/crypto-primitives-2.1.0.tgz",
"integrity": "sha512-PQesoyPgqyI6vzYtCXw4/ZzevePc4VGcJtFwf08v10OevVJHVfW238KBdpj1kEDQkxWLeuNHEpTECNFKnP6tow==",
"license": "MIT",
"peer": true,
"dependencies": {
"jssha": "3.2.0"
}
},
"node_modules/jssha": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/jssha/-/jssha-3.2.0.tgz",
"integrity": "sha512-QuruyBENDWdN4tZwJbQq7/eAK85FqrI4oDbXjy5IBhYD+2pTJyBUWZe8ctWaCkrV0gy6AaelgOZZBMeswEa/6Q==",
"license": "BSD-3-Clause",
"peer": true,
"engines": {
"node": "*"
}
},
"node_modules/symbol.inspect": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/symbol.inspect/-/symbol.inspect-1.0.1.tgz",
"integrity": "sha512-YQSL4duoHmLhsTD1Pw8RW6TZ5MaTX5rXJnqacJottr2P2LZBF/Yvrc3ku4NUpMOm8aM0KOCqM+UAkMA5HWQCzQ==",
"license": "ISC"
},
"node_modules/tweetnacl": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
"license": "Unlicense",
"peer": true
}
}
}
|