{
  "_args": [
    [
      "tweetnacl-util@0.15.1",
      "C:\\xampp\\htdocs\\laravel\\reproductorWeb"
    ]
  ],
  "_from": "tweetnacl-util@0.15.1",
  "_id": "tweetnacl-util@0.15.1",
  "_inBundle": false,
  "_integrity": "sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw==",
  "_location": "/tweetnacl-util",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tweetnacl-util@0.15.1",
    "name": "tweetnacl-util",
    "escapedName": "tweetnacl-util",
    "rawSpec": "0.15.1",
    "saveSpec": null,
    "fetchSpec": "0.15.1"
  },
  "_requiredBy": [
    "/pusher-js"
  ],
  "_resolved": "https://registry.npmjs.org/tweetnacl-util/-/tweetnacl-util-0.15.1.tgz",
  "_spec": "0.15.1",
  "_where": "C:\\xampp\\htdocs\\laravel\\reproductorWeb",
  "author": {
    "name": "TweetNaCl-js contributors"
  },
  "browser": {
    "buffer": false
  },
  "bugs": {
    "url": "https://github.com/dchest/tweetnacl-util-js/issues"
  },
  "description": "String encoding utilitlies extracted from TweetNaCl.js",
  "devDependencies": {
    "browserify": "^16.5.0",
    "tape": "^4.13.0",
    "uglify-js": "^3.7.6"
  },
  "homepage": "https://github.com/dchest/tweetnacl-util-js",
  "keywords": [
    "base64",
    "utf8",
    "string",
    "encoding"
  ],
  "license": "Unlicense",
  "main": "nacl-util.js",
  "name": "tweetnacl-util",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dchest/tweetnacl-util-js.git"
  },
  "scripts": {
    "build": "uglifyjs nacl-util.js -c -m -o nacl-util.min.js",
    "build-browser-test": "browserify test/test.js > test/browser/bundle.js",
    "test": "tape test/*.js; yarn run build-browser-test"
  },
  "types": "nacl-util.d.ts",
  "version": "0.15.1"
}
