You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/node_modules/tweetnacl/package.json

87 lines
2.6 KiB
JSON

{
"_from": "tweetnacl@^1.0.0",
"_id": "tweetnacl@1.0.0",
"_inBundle": false,
"_integrity": "sha1-cT2LgY2kIGh0C/aDhtBHnmb8ins=",
"_location": "/tweetnacl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tweetnacl@^1.0.0",
"name": "tweetnacl",
"escapedName": "tweetnacl",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/discord.js"
],
"_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.0.tgz",
"_shasum": "713d8b818da42068740bf68386d0479e66fc8a7b",
"_spec": "tweetnacl@^1.0.0",
"_where": "/Users/loic/Documents/DiscordJS/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": "^13.1.1",
"electron": "^1.4.12",
"eslint": "^3.12.1",
"faucet": "^0.0.1",
"tap-browser-color": "^0.1.2",
"tape": "^4.6.3",
"tape-run": "^2.1.4",
"tweetnacl-util": "^0.13.5",
"uglify-js": "^2.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 && 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"
},
"types": "nacl.d.ts",
"version": "1.0.0"
}