mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
84 lines
2.4 KiB
JSON
84 lines
2.4 KiB
JSON
|
{
|
||
|
"_from": "tweetnacl@^1.0.3",
|
||
|
"_id": "tweetnacl@1.0.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
|
||
|
"_location": "/tweetnacl",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "tweetnacl@^1.0.3",
|
||
|
"name": "tweetnacl",
|
||
|
"escapedName": "tweetnacl",
|
||
|
"rawSpec": "^1.0.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/discord.js"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
|
||
|
"_shasum": "ac0af71680458d8a6378d0d0d050ab1407d35596",
|
||
|
"_spec": "tweetnacl@^1.0.3",
|
||
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\discord.js",
|
||
|
"author": {
|
||
|
"name": "TweetNaCl-js contributors"
|
||
|
},
|
||
|
"browser": {
|
||
|
"buffer": false,
|
||
|
"crypto": false
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/dchest/tweetnacl-js/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Port of TweetNaCl cryptographic library to JavaScript",
|
||
|
"devDependencies": {
|
||
|
"browserify": "^16.2.3",
|
||
|
"eslint": "^6.8.0",
|
||
|
"faucet": "^0.0.1",
|
||
|
"tap-browser-color": "^0.1.2",
|
||
|
"tape": "^4.13.0",
|
||
|
"tweetnacl-util": "^0.15.0",
|
||
|
"uglify-js": "^3.7.5"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"homepage": "https://tweetnacl.js.org",
|
||
|
"keywords": [
|
||
|
"crypto",
|
||
|
"cryptography",
|
||
|
"curve25519",
|
||
|
"ed25519",
|
||
|
"encrypt",
|
||
|
"hash",
|
||
|
"key",
|
||
|
"nacl",
|
||
|
"poly1305",
|
||
|
"public",
|
||
|
"salsa20",
|
||
|
"signatures"
|
||
|
],
|
||
|
"license": "Unlicense",
|
||
|
"main": "nacl-fast.js",
|
||
|
"name": "tweetnacl",
|
||
|
"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",
|
||
|
"test-node": "tape test/*.js | faucet",
|
||
|
"test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet"
|
||
|
},
|
||
|
"types": "nacl.d.ts",
|
||
|
"version": "1.0.3"
|
||
|
}
|