PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/tweetnacl-ts

Просмотр файла: package.json

{
  "name": "tweetnacl-ts",
  "version": "1.0.3",
  "description": "Port of TweetNaCl cryptographic library to TypeScript (and ES6)",
  "main": "nacl.js",
  "module": "es/nacl.js",
  "typings": "nacl.d.ts",
  "browser": {
    "./server/convert.js": "./client/convert.js",
    "./es/server/convert.js": "./es/client/convert.js",
    "./server/random.js": "./client/random.js",
    "./es/server/random.js": "./es/client/random.js"
  },
  "scripts": {
    "compile": "npm run compile-es && npm run compile-js",
    "clean": "npm run clean-es && npm run clean-js",
    "compile-es": "tsc --outDir es --module es6",
    "clean-es": "rm -rf es",
    "compile-js": "tsc --outDir .",
    "clean-js": "rm -rf nacl *.d.ts *.js *.js.map",
    "prepublish": "npm run compile",
    "compile-test": "browserify -d test/index.ts -p [ tsify --noImplicitAny ] -o test-out.js",
    "clean-test": "rm -f test-out.js",
    "test": "testem ci",
    "test-node": "mocha -r ts-node/register test/index.ts -R spec",
    "test-dev": "testem"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/katyo/tweetnacl-ts.git"
  },
  "keywords": [
    "crypto",
    "cryptography",
    "curve25519",
    "ed25519",
    "encrypt",
    "hash",
    "key",
    "nacl",
    "tweetnacl",
    "poly1305",
    "public",
    "salsa20",
    "signatures",
    "sign",
    "secret",
    "box",
    "secretbox",
    "sealedbox",
    "hmac",
    "sha2",
    "sha512",
    "sha256",
    "blake",
    "blake2s",
    "blake2b"
  ],
  "author": "K. <kayo@illumium.org>",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/katyo/tweetnacl-ts/issues"
  },
  "homepage": "https://github.com/katyo/tweetnacl-ts#readme",
  "devDependencies": {
    "@types/mocha": "^5",
    "@types/node": "^8",
    "browserify": "^16",
    "mocha": "^5",
    "testem": "^2",
    "ts-node": "^7",
    "tsify": "^4",
    "typescript": "^3"
  },
  "dependencies": {
    "tslib": "^1"
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!