PHP WebShell

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

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

{
  "name": "b64u-lite",
  "amdName": "b64uLite",
  "version": "1.1.0",
  "description": "isomorphic base64url library in 358 bytes",
  "main": "dist/b64u-lite.js",
  "module": "dist/b64u-lite.mjs",
  "files": [
    "dist",
    "bundle"
  ],
  "scripts": {
    "pretest": "npm run build",
    "test": "node test.js",
    "build": "npm run build:unbundled && npm run build:bundle",
    "build:unbundled": "microbundle --entry index.mjs --output dist --external b64-lite --compress false",
    "build:bundle": "microbundle --entry index.mjs --output bundle --external none --target browser",
    "release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevlened/b64u-lite.git"
  },
  "keywords": [
    "isomorphic",
    "base64url",
    "b64u",
    "react",
    "native"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kevlened/b64u-lite/issues"
  },
  "homepage": "https://github.com/kevlened/b64u-lite#readme",
  "dependencies": {
    "b64-lite": "^1.4.0"
  },
  "devDependencies": {
    "microbundle": "^0.11.0"
  }
}

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


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