{
  "_from": "bip174@^2.0.1",
  "_id": "bip174@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-i3X26uKJOkDTAalYAp0Er+qGMDhrbbh2o93/xiPyAN2s25KrClSpe3VXo/7mNJoqA5qfko8rLS2l3RWZgYmjKQ==",
  "_location": "/bip174",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bip174@^2.0.1",
    "name": "bip174",
    "escapedName": "bip174",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/bitcoinjs-lib"
  ],
  "_resolved": "https://registry.npmjs.org/bip174/-/bip174-2.0.1.tgz",
  "_shasum": "39cf8ca99e50ce538fb762589832f4481d07c254",
  "_spec": "bip174@^2.0.1",
  "_where": "C:\\xampp\\htdocs\\Nodejs Projects\\TotalExchangeApi\\TotalExchangeApi\\node_modules\\bitcoinjs-lib",
  "author": {
    "name": "Jonathan Underwood"
  },
  "bugs": {
    "url": "https://github.com/bitcoinjs/bip174/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "[![Build Status](https://travis-ci.org/bitcoinjs/bip174.png?branch=master)](https://travis-ci.org/bitcoinjs/bip174) [![NPM](https://img.shields.io/npm/v/bip174.svg)](https://www.npmjs.org/package/bip174)",
  "devDependencies": {
    "@types/node": "12.0.8",
    "@types/tape": "4.2.33",
    "bitcoinjs-lib": "^5.0.5",
    "buffer-json": "^2.0.0",
    "nyc": "^14.1.1",
    "prettier": "^1.18.2",
    "rimraf": "^2.6.3",
    "tape": "^4.10.2",
    "tslint": "5.17.0",
    "typescript": "3.5.2"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "src/lib"
  ],
  "homepage": "https://github.com/bitcoinjs/bip174#readme",
  "license": "MIT",
  "main": "src/lib/psbt.js",
  "name": "bip174",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitcoinjs/bip174.git"
  },
  "scripts": {
    "build": "npm run clean && tsc -p ./tsconfig.json && rimraf 'src/tests/**/*.d.ts' && npm run formatjs",
    "clean": "rimraf src types",
    "coverage": "nyc --check-coverage --exclude='src/tests/**/*.js' --reporter=lcov --reporter=text --branches 90 --functions 90 --lines 90 npm run unit",
    "flb": "npm run format && npm run lint && npm run build",
    "format": "npm run prettier -- --write",
    "format:ci": "npm run prettier -- --check && npm run prettierjs -- --check",
    "formatjs": "npm run prettierjs -- --write > /dev/null 2>&1",
    "gitdiff:ci": "npm run build && git diff --exit-code",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "prettier": "prettier 'ts_src/**/*.ts' --ignore-path ./.prettierignore",
    "prettierjs": "prettier 'src/**/*.js' --ignore-path ./.prettierignore",
    "test": "npm run format:ci && npm run lint && npm run build && npm run unit",
    "unit": "tape src/tests/*.js src/tests/fromBIP/*.js"
  },
  "types": "src/lib/psbt.d.ts",
  "version": "2.0.1"
}
