PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/c32check

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

{
  "name": "c32check",
  "version": "1.1.3",
  "description": "Crockford base-32 checksum encoding",
  "main": "lib/index",
  "unpkg": "dist/c32check.js",
  "jsdelivr": "dist/c32check.js",
  "prettier": "@blockstack/prettier-config",
  "browser": {
    "crypto": false
  },
  "scripts": {
    "webpack": "rimraf lib dist && webpack --mode=production",
    "webpack:analyze": "rimraf dist && cross-env NODE_ENV=production ANALYZE=true webpack --mode=production",
    "compile": "rimraf lib && tsc",
    "prepublishOnly": "npm run build",
    "build": "npm run lint && npm run test && npm run webpack && npm run compile",
    "lint": "eslint --ext=.ts -f=codeframe ./src ./tests",
    "prettier": "prettier --write ./src/**/*.ts",
    "test": "nyc node ./tests/unitTests/src/index.ts",
    "data-set-test": "cross-env BIG_DATA_TESTS=1 nyc node ./tests/unitTests/src/index.ts",
    "codecovUpload": "codecov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blockstack/c32check.git"
  },
  "author": {
    "name": "Jude Nelson",
    "email": "jude@blockstack.com",
    "url": "https://blockstack.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blockstack/c32check/issues"
  },
  "keywords": [
    "blockchain",
    "id",
    "auth",
    "authentication",
    "bitcoin",
    "blockchain auth",
    "blockchain authentication",
    "blockchainid",
    "blockchain id",
    "bitcoin auth",
    "bitcoin authentication",
    "bitcoin login",
    "blockchain login",
    "authorization",
    "login",
    "signin",
    "sso",
    "crypto",
    "cryptography",
    "token",
    "blockstack",
    "blockstack auth",
    "profile",
    "identity",
    "ethereum"
  ],
  "homepage": "https://blockstack.org",
  "contributors": [
    {
      "name": "Jude Nelson",
      "email": "jude@blockstack.com"
    },
    {
      "name": "Aaron Blankstein",
      "email": "aaron@blockstack.com"
    },
    {
      "name": "Matthew Little",
      "email": "matt@blockstack.com"
    }
  ],
  "files": [
    "src",
    "lib",
    "dist"
  ],
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "@blockstack/prettier-config": "0.0.6",
    "@types/bs58": "^4.0.1",
    "@types/node": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^3.9.1",
    "@typescript-eslint/parser": "^3.9.1",
    "babel-loader": "^8.1.0",
    "codecov": "^3.7.2",
    "cross-env": "^7.0.2",
    "eslint": "^7.7.0",
    "nyc": "^15.1.0",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2",
    "source-map-support": "^0.5.19",
    "tape": "^5.0.1",
    "tape-promise": "^4.0.0",
    "ts-loader": "^8.0.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.7",
    "webpack": "^4.44.1",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {
    "base-x": "^3.0.8",
    "buffer": "^5.6.0",
    "cross-sha256": "^1.2.0"
  },
  "engines": {
    "node": ">=8"
  },
  "nyc": {
    "cache": false,
    "all": true,
    "extension": [
      ".ts"
    ],
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "require": [
      "ts-node/register/transpile-only",
      "source-map-support/register"
    ],
    "reporter": [
      "text",
      "lcov"
    ]
  }
}

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


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