{
  "_from": "@binance/connector",
  "_id": "@binance/connector@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-/6Hy3Y/LqkelMT65PdAPz7uE9k8Vsa4yVGGSe3Wb0bJ3K34bvwM0Q/rpewruTfMoiAoRr/XiU2xjTEz/ITCU+g==",
  "_location": "/@binance/connector",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@binance/connector",
    "name": "@binance/connector",
    "escapedName": "@binance%2fconnector",
    "scope": "@binance",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@binance/connector/-/connector-1.4.0.tgz",
  "_shasum": "6ed565ee5e50ae21b056047f129410ee1d1c40f6",
  "_spec": "@binance/connector",
  "_where": "C:\\xampp\\htdocs\\NewNodejs\\TotalExchangeApi",
  "author": {
    "name": "Binance"
  },
  "bugs": {
    "url": "https://github.com/binance/binance-connector/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "axios": "^0.21.1",
    "ws": "^7.5.0"
  },
  "deprecated": false,
  "description": "This is a lightweight library that works as a connector to the Binance public API.",
  "devDependencies": {
    "clean-jsdoc-theme": "^3.2.7",
    "husky": "^6.0.0",
    "jest": "^26.0.1",
    "jsdoc": "^3.6.7",
    "marked": "^2.1.1",
    "nock": "^13.0.2",
    "standard": "^14.3.4"
  },
  "engines": {
    "node": ">=12.22.3",
    "npm": ">=6.14.13"
  },
  "files": [
    "src/**/*"
  ],
  "homepage": "https://github.com/binance/binance-connector#readme",
  "jest": {
    "testMatch": [
      "**/__tests__/**/*.test.js"
    ]
  },
  "keywords": [
    "Binance",
    "API"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "@binance/connector",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/binance/binance-connector-node.git"
  },
  "scripts": {
    "jsdoc": "jsdoc -c conf.json && ./docs_src/docs.sh",
    "jsdoc:win": "jsdoc -c conf.json && npx jsdoc --readme ./docs_src/gettingStarted.md src/modules/blvt.js && node ./docs_src/generateDoc.js && RD /S /Q out",
    "prepare": "husky install",
    "standard": "standard",
    "standard:fix": "standard --fix ",
    "test": "jest --testPathIgnorePatterns=__tests__/websocket/subscription.test.js",
    "test:watch": "jest --watchAll"
  },
  "standard": {
    "ignore": [
      "/docs/**/*.js"
    ]
  },
  "version": "1.4.0"
}
