1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "sodium@^2.0.3",
- "_id": "sodium@2.0.3",
- "_inBundle": false,
- "_integrity": "sha512-/z1tdOf+tn+MZr6uiKno709w2V5LwqukNWxOWi6NiSBia5E7Fp33f3CUHtCIR2184DEylytXdTZNryQUQwNKkQ==",
- "_location": "/sodium",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "sodium@^2.0.3",
- "name": "sodium",
- "escapedName": "sodium",
- "rawSpec": "^2.0.3",
- "saveSpec": null,
- "fetchSpec": "^2.0.3"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/sodium/-/sodium-2.0.3.tgz",
- "_shasum": "4f489e9a3be75395d168a0341dde8b401432ddf6",
- "_spec": "sodium@^2.0.3",
- "_where": "/home/tdedhar/Documents/viki",
- "author": {
- "name": "Pedro Paixao",
- "email": "paixaop@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/paixaop/node-sodium/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "nan": "^2.8.0"
- },
- "deprecated": false,
- "description": "Lib Sodium port for node.js",
- "devDependencies": {
- "istanbul": ">=0.4.3",
- "mdextract": "^1.0.0",
- "mocha": ">=2.4.5",
- "mocha-istanbul": ">=0.2.0",
- "node-gyp": ">=3.3.1"
- },
- "homepage": "https://github.com/paixaop/node-sodium#readme",
- "keywords": [
- "encryption",
- "ed25519",
- "curve25519",
- "NaCl",
- "libsodium",
- "crypto",
- "unique",
- "stamp"
- ],
- "libsodium_version": "1.0.11",
- "license": "MIT",
- "main": "index.js",
- "name": "sodium",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/paixaop/node-sodium.git"
- },
- "scripts": {
- "install": "node install.js --install",
- "preinstall": "node install.js --preinstall",
- "test": "make test"
- },
- "version": "2.0.3"
- }
|