{
  "_from": "tweetsodium@0.0.5",
  "_id": "tweetsodium@0.0.5",
  "_inBundle": false,
  "_integrity": "sha512-T3aXZtx7KqQbutTtBfn+P5By3HdBuB1eCoGviIrRJV2sXeToxv2X2cv5RvYqgG26PSnN5m3fYixds22Gkfd11w==",
  "_location": "/tweetsodium",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tweetsodium@0.0.5",
    "name": "tweetsodium",
    "escapedName": "tweetsodium",
    "rawSpec": "0.0.5",
    "saveSpec": null,
    "fetchSpec": "0.0.5"
  },
  "_requiredBy": [
    "/firebase-tools"
  ],
  "_resolved": "https://registry.npmjs.org/tweetsodium/-/tweetsodium-0.0.5.tgz",
  "_shasum": "f63ab4b1d26d6355d82d512a2bbf03cae96eb3e8",
  "_spec": "tweetsodium@0.0.5",
  "_where": "/home/guad4607/public_html/api/xamxam-billing/node_modules/firebase-tools",
  "author": {
    "name": "mastahyeti@gmail.com"
  },
  "babel": {
    "env": {
      "esm": {
        "presets": [
          [
            "@babel/env",
            {
              "modules": false
            }
          ]
        ]
      },
      "umd": {
        "plugins": [
          "@babel/plugin-transform-modules-umd"
        ],
        "presets": [
          "@babel/env"
        ]
      }
    }
  },
  "bugs": {
    "url": "https://github.com/mastahyeti/tweetsodium/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "blakejs": "^1.1.0",
    "tweetnacl": "^1.0.1"
  },
  "deprecated": false,
  "description": "libsodium sealed cryptobox using tweetnacl",
  "devDependencies": {
    "@babel/cli": "^7.1.0",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.1.0",
    "libsodium": "^0.7.5",
    "libsodium-wrappers": "^0.7.5",
    "tape": "^4.11.0",
    "tsd": "^0.11.0",
    "tweetnacl-util": "*"
  },
  "files": [
    "dist",
    "index.d.ts"
  ],
  "homepage": "https://github.com/mastahyeti/tweetsodium#readme",
  "license": "MIT",
  "main": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "name": "tweetsodium",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastahyeti/tweetsodium.git"
  },
  "scripts": {
    "build": "npm run build-esm && npm run build-umd",
    "build-esm": "BABEL_ENV=esm babel index.js -o dist/index.esm.js",
    "build-umd": "BABEL_ENV=umd babel index.js -o dist/index.umd.js",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean && mkdir dist",
    "prepublishOnly": "npm run build",
    "pretest": "npm run build",
    "test": "node test.js && tsd"
  },
  "version": "0.0.5"
}
