| Server IP : 157.230.181.24 / Your IP : 216.73.217.11 Web Server : Apache/2.4.58 (Ubuntu) System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vhosts/convo/node_modules/tweetnacl/ |
Upload File : |
{
"_args": [
[
"tweetnacl@>=0.13.0 <1.0.0",
"/Users/calebloffer/Sites/converse/node_modules/sshpk"
]
],
"_from": "tweetnacl@>=0.13.0 <1.0.0",
"_id": "tweetnacl@0.14.1",
"_inCache": true,
"_installable": true,
"_location": "/tweetnacl",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/tweetnacl-0.14.1.tgz_1456360522655_0.3124228978995234"
},
"_npmUser": {
"email": "dmitry@codingrobots.com",
"name": "dchest"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"name": "tweetnacl",
"raw": "tweetnacl@>=0.13.0 <1.0.0",
"rawSpec": ">=0.13.0 <1.0.0",
"scope": null,
"spec": ">=0.13.0 <1.0.0",
"type": "range"
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.1.tgz",
"_shasum": "37c6a1fb5cd4b63b7acee450d8419d9c0024cc03",
"_shrinkwrap": null,
"_spec": "tweetnacl@>=0.13.0 <1.0.0",
"_where": "/Users/calebloffer/Sites/converse/node_modules/sshpk",
"author": {
"name": "TweetNaCl-js contributors"
},
"browser": {
"buffer": false,
"crypto": false
},
"bugs": {
"url": "https://github.com/dchest/tweetnacl-js/issues"
},
"dependencies": {},
"description": "Port of TweetNaCl cryptographic library to JavaScript",
"devDependencies": {
"browserify": "^13.0.0",
"eslint": "^2.2.0",
"faucet": "^0.0.1",
"tap-browser-color": "^0.1.2",
"tape": "^4.4.0",
"tape-run": "^2.1.3",
"tweetnacl-util": "^0.13.3",
"uglify-js": "^2.6.1"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "37c6a1fb5cd4b63b7acee450d8419d9c0024cc03",
"tarball": "http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.1.tgz"
},
"gitHead": "e4e8b4d8c882f5de3bcfc4262ea15d86f7f482d5",
"homepage": "https://tweetnacl.js.org",
"keywords": [
"crypto",
"cryptography",
"curve25519",
"ed25519",
"encrypt",
"hash",
"key",
"nacl",
"poly1305",
"public",
"salsa20",
"signatures"
],
"license": "SEE LICENSE IN COPYING.txt",
"main": "nacl-fast.js",
"maintainers": [
{
"name": "dchest",
"email": "dmitry@codingrobots.com"
}
],
"name": "tweetnacl",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/dchest/tweetnacl-js.git"
},
"scripts": {
"bench": "node test/benchmark/bench.js",
"build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
"build-test-browser": "browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null",
"lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js",
"test": "npm run test-node-all && npm run test-browser",
"test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet",
"test-node": "tape test/*.js | faucet",
"test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet"
},
"version": "0.14.1"
}