buddy

node MVC discord bot
Log | Files | Refs | README

package.json (2447B)


      1 {
      2   "_from": "tweetnacl@^1.0.3",
      3   "_id": "tweetnacl@1.0.3",
      4   "_inBundle": false,
      5   "_integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
      6   "_location": "/tweetnacl",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "tweetnacl@^1.0.3",
     12     "name": "tweetnacl",
     13     "escapedName": "tweetnacl",
     14     "rawSpec": "^1.0.3",
     15     "saveSpec": null,
     16     "fetchSpec": "^1.0.3"
     17   },
     18   "_requiredBy": [
     19     "/discord.js"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
     22   "_shasum": "ac0af71680458d8a6378d0d0d050ab1407d35596",
     23   "_spec": "tweetnacl@^1.0.3",
     24   "_where": "/home/pi/Documents/buddy/node_modules/discord.js",
     25   "author": {
     26     "name": "TweetNaCl-js contributors"
     27   },
     28   "browser": {
     29     "buffer": false,
     30     "crypto": false
     31   },
     32   "bugs": {
     33     "url": "https://github.com/dchest/tweetnacl-js/issues"
     34   },
     35   "bundleDependencies": false,
     36   "deprecated": false,
     37   "description": "Port of TweetNaCl cryptographic library to JavaScript",
     38   "devDependencies": {
     39     "browserify": "^16.2.3",
     40     "eslint": "^6.8.0",
     41     "faucet": "^0.0.1",
     42     "tap-browser-color": "^0.1.2",
     43     "tape": "^4.13.0",
     44     "tweetnacl-util": "^0.15.0",
     45     "uglify-js": "^3.7.5"
     46   },
     47   "directories": {
     48     "test": "test"
     49   },
     50   "homepage": "https://tweetnacl.js.org",
     51   "keywords": [
     52     "crypto",
     53     "cryptography",
     54     "curve25519",
     55     "ed25519",
     56     "encrypt",
     57     "hash",
     58     "key",
     59     "nacl",
     60     "poly1305",
     61     "public",
     62     "salsa20",
     63     "signatures"
     64   ],
     65   "license": "Unlicense",
     66   "main": "nacl-fast.js",
     67   "name": "tweetnacl",
     68   "repository": {
     69     "type": "git",
     70     "url": "git+https://github.com/dchest/tweetnacl-js.git"
     71   },
     72   "scripts": {
     73     "bench": "node test/benchmark/bench.js",
     74     "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
     75     "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",
     76     "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js",
     77     "test": "npm run test-node-all",
     78     "test-node": "tape test/*.js | faucet",
     79     "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet"
     80   },
     81   "types": "nacl.d.ts",
     82   "version": "1.0.3"
     83 }