PHP WebShell

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

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

{
  "name": "stellar-base",
  "version": "8.2.2",
  "description": "Low level stellar support library",
  "main": "./lib/index.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "test": "gulp test:node",
    "test:watch": "gulp test:watch",
    "docs": "jsdoc -c .jsdoc.json --verbose",
    "dtslint": "dtslint types --localTs node_modules/typescript/lib",
    "preversion": "gulp test",
    "version": "gulp build",
    "postversion": "git push && git push --tags",
    "prettier-all": "prettier --write **/*.js"
  },
  "files": [
    "/lib",
    "/dist",
    "/types/*.d.ts"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{js,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "browser": {
    "sodium-native": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stellar/js-stellar-base.git"
  },
  "keywords": [
    "stellar"
  ],
  "author": "Scott Fleckenstein <scott@stellar.org>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/stellar/js-stellar-base/issues"
  },
  "homepage": "https://github.com/stellar/js-stellar-base",
  "devDependencies": {
    "@kollavarsham/gulp-coveralls": "0.2.8",
    "@types/node": "^11.13.0",
    "babel-cli": "^6.26.0",
    "babel-core": "~6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-istanbul": "^0.12.2",
    "babel-loader": "~7.0.0",
    "babel-preset-env": "^1.7.0",
    "babel-register": "^6.26.0",
    "chai": "^2.2.0",
    "clear": "^0.1.0",
    "coveralls": "^3.0.2",
    "del": "^5.1.0",
    "dtslint": "3.5.0",
    "eslint": "^5.12.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^3.6.0",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-prefer-import": "^0.0.1",
    "eslint-plugin-prettier": "^3.0.1",
    "ghooks": "^0.3.0",
    "gulp": "^4.0.0",
    "gulp-babel": "^6.1.3",
    "gulp-eslint": "^5.0.0",
    "gulp-istanbul": "^1.1.1",
    "gulp-load-plugins": "^2.0.1",
    "gulp-mocha": "^7.0.2",
    "gulp-plumber": "^1.0.0",
    "gulp-rename": "~1.2.0",
    "gulp-uglify": "^3.0.1",
    "husky": "^1.3.1",
    "isparta": "^4.1.1",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.5.5",
    "karma": "^6.3.4",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^2.1.1",
    "karma-mocha": "^2.0.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sauce-launcher": "2.0.2",
    "karma-sinon-chai": "^2.0.2",
    "karma-webpack": "^4.0.2",
    "lint-staged": "7.3.0",
    "minami": "^1.1.1",
    "mocha": "^7.1.1",
    "prettier": "^1.16.1",
    "randombytes": "^2.1.0",
    "sinon": "^1.14.1",
    "sinon-chai": "^2.7.0",
    "webpack": "^v4.39.2",
    "webpack-stream": "^5.2.1"
  },
  "dependencies": {
    "base32.js": "^0.1.0",
    "bignumber.js": "^4.0.0",
    "crc": "^3.5.0",
    "js-xdr": "^1.1.3",
    "lodash": "^4.17.21",
    "sha.js": "^2.3.6",
    "tweetnacl": "^1.0.3"
  },
  "optionalDependencies": {
    "sodium-native": "^3.3.0"
  },
  "resolutions": {
    "**/ua-parser-js": "0.7.28"
  }
}

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


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