You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
4.5 KiB
141 lines
4.5 KiB
{ |
|
"name": "jumble-nip66-cron", |
|
"version": "1.0.0", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"name": "jumble-nip66-cron", |
|
"version": "1.0.0", |
|
"dependencies": { |
|
"nostr-tools": "^2.17.0", |
|
"ws": "^8.18.0" |
|
} |
|
}, |
|
"node_modules/@noble/ciphers": { |
|
"version": "2.1.1", |
|
"resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-2.1.1.tgz", |
|
"integrity": "sha512-bysYuiVfhxNJuldNXlFEitTVdNnYUc+XNJZd7Qm2a5j1vZHgY+fazadNFWFaMK/2vye0JVlxV3gHmC0WDfAOQw==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 20.19.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@noble/curves": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-2.0.1.tgz", |
|
"integrity": "sha512-vs1Az2OOTBiP4q0pwjW5aF0xp9n4MxVrmkFBxc6EKZc6ddYx5gaZiAsZoq0uRRXWbi3AT/sBqn05eRPtn1JCPw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@noble/hashes": "2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 20.19.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@noble/hashes": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.0.1.tgz", |
|
"integrity": "sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">= 20.19.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/base": { |
|
"version": "2.0.0", |
|
"resolved": "https://registry.npmjs.org/@scure/base/-/base-2.0.0.tgz", |
|
"integrity": "sha512-3E1kpuZginKkek01ovG8krQ0Z44E3DHPjc5S2rjJw9lZn3KSQOs8S7wqikF/AH7iRanHypj85uGyxk0XAyC37w==", |
|
"license": "MIT", |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/bip32": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-2.0.1.tgz", |
|
"integrity": "sha512-4Md1NI5BzoVP+bhyJaY3K6yMesEFzNS1sE/cP+9nuvE7p/b0kx9XbpDHHFl8dHtufcbdHRUUQdRqLIPHN/s7yA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@noble/curves": "2.0.1", |
|
"@noble/hashes": "2.0.1", |
|
"@scure/base": "2.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/@scure/bip39": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-2.0.1.tgz", |
|
"integrity": "sha512-PsxdFj/d2AcJcZDX1FXN3dDgitDDTmwf78rKZq1a6c1P1Nan1X/Sxc7667zU3U+AN60g7SxxP0YCVw2H/hBycg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@noble/hashes": "2.0.1", |
|
"@scure/base": "2.0.0" |
|
}, |
|
"funding": { |
|
"url": "https://paulmillr.com/funding/" |
|
} |
|
}, |
|
"node_modules/nostr-tools": { |
|
"version": "2.23.3", |
|
"resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.23.3.tgz", |
|
"integrity": "sha512-AALyt9k8xPdF4UV2mlLJ2mgCn4kpTB0DZ8t2r6wjdUh6anfx2cTVBsHUlo9U0EY/cKC5wcNyiMAmRJV5OVEalA==", |
|
"license": "Unlicense", |
|
"dependencies": { |
|
"@noble/ciphers": "2.1.1", |
|
"@noble/curves": "2.0.1", |
|
"@noble/hashes": "2.0.1", |
|
"@scure/base": "2.0.0", |
|
"@scure/bip32": "2.0.1", |
|
"@scure/bip39": "2.0.1", |
|
"nostr-wasm": "0.1.0" |
|
}, |
|
"peerDependencies": { |
|
"typescript": ">=5.0.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"typescript": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/nostr-wasm": { |
|
"version": "0.1.0", |
|
"resolved": "https://registry.npmjs.org/nostr-wasm/-/nostr-wasm-0.1.0.tgz", |
|
"integrity": "sha512-78BTryCLcLYv96ONU8Ws3Q1JzjlAt+43pWQhIl86xZmWeegYCNLPml7yQ+gG3vR6V5h4XGj+TxO+SS5dsThQIA==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/ws": { |
|
"version": "8.19.0", |
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", |
|
"integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10.0.0" |
|
}, |
|
"peerDependencies": { |
|
"bufferutil": "^4.0.1", |
|
"utf-8-validate": ">=5.0.2" |
|
}, |
|
"peerDependenciesMeta": { |
|
"bufferutil": { |
|
"optional": true |
|
}, |
|
"utf-8-validate": { |
|
"optional": true |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|