12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "libsodium-wrappers@^0.7.3",
- "_id": "libsodium-wrappers@0.7.3",
- "_inBundle": false,
- "_integrity": "sha512-dw5Jh6TZ5qc5rQVZe3JrSO/J05CE+DmAPnqD7Q2glBUE969xZ6o3fchnUxyPlp6ss3x0MFxmdJntveFN+XTg1g==",
- "_location": "/libsodium-wrappers",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "libsodium-wrappers@^0.7.3",
- "name": "libsodium-wrappers",
- "escapedName": "libsodium-wrappers",
- "rawSpec": "^0.7.3",
- "saveSpec": null,
- "fetchSpec": "^0.7.3"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.3.tgz",
- "_shasum": "b7e6326a5c42eb269540e360ce9c2600eb90c75c",
- "_spec": "libsodium-wrappers@^0.7.3",
- "_where": "/home/tdedhar/Documents/viki",
- "author": {
- "name": "Ahmad Ben Mrad",
- "url": "@BatikhSouri"
- },
- "browser": {
- "fs": false
- },
- "bugs": {
- "url": "https://github.com/jedisct1/libsodium.js/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Frank Denis",
- "url": "@jedisct1"
- },
- {
- "name": "Ryan Lester",
- "url": "@buu700"
- }
- ],
- "dependencies": {
- "libsodium": "0.7.3"
- },
- "deprecated": false,
- "description": "The Sodium cryptographic library compiled to pure JavaScript (wrappers)",
- "files": [
- "dist/modules/libsodium-wrappers.js",
- "package.json"
- ],
- "homepage": "https://github.com/jedisct1/libsodium.js",
- "keywords": [
- "crypto",
- "sodium",
- "libsodium",
- "nacl",
- "chacha20",
- "poly1305",
- "curve25519",
- "ed25519",
- "blake2",
- "siphash",
- "argon2",
- "ecc"
- ],
- "license": "ISC",
- "main": "dist/modules/libsodium-wrappers.js",
- "name": "libsodium-wrappers",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jedisct1/libsodium.js.git"
- },
- "version": "0.7.3"
- }
|