{
  "_from": "@hubspot/api-client@^12.1.0",
  "_id": "@hubspot/api-client@12.1.0",
  "_inBundle": false,
  "_integrity": "sha512-HlmulztARNql01oZu4QvO7VP+YY7+gc9aDe3GyqLj1SCuHyNcTVAHq7TPGZ6kwlpYHCYzbjoVHO+Kh5fEZwqaQ==",
  "_location": "/@hubspot/api-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@hubspot/api-client@^12.1.0",
    "name": "@hubspot/api-client",
    "escapedName": "@hubspot%2fapi-client",
    "scope": "@hubspot",
    "rawSpec": "^12.1.0",
    "saveSpec": null,
    "fetchSpec": "^12.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@hubspot/api-client/-/api-client-12.1.0.tgz",
  "_shasum": "9a94223f55c6772d76d12e5677284faf629c5ab5",
  "_spec": "@hubspot/api-client@^12.1.0",
  "_where": "/home/salesvol/ycolios.com/backend",
  "author": {
    "name": "HubSpot"
  },
  "bugs": {
    "url": "https://github.com/HubSpot/hubspot-api-nodejs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/node-fetch": "^2.5.7",
    "bottleneck": "^2.19.5",
    "es6-promise": "^4.2.4",
    "form-data": "^2.5.0",
    "lodash.get": "^4.4.2",
    "lodash.merge": "^4.6.2",
    "node-fetch": "^2.6.0",
    "url-parse": "^1.4.3"
  },
  "deprecated": false,
  "description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
  "devDependencies": {
    "@types/jasmine": "^3.6.2",
    "@types/lodash.get": "^4.4.7",
    "@types/lodash.merge": "^4.6.7",
    "@types/node": "^12.12.21",
    "@types/url-parse": "1.4.4",
    "eslint": "^6.5.1",
    "eslint-config-prettier": "^6.4.0",
    "eslint-config-standard": "14.1.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-prefer-arrow": "^1.1.6",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "4.0.1",
    "jasmine": "^3.6.3",
    "prettier": "^2.8.0",
    "replace": "^1.2.0",
    "ts-node": "^10.8.1",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.7.3"
  },
  "files": [
    "lib/**/*"
  ],
  "homepage": "https://github.com/HubSpot/hubspot-api-nodejs#readme",
  "keywords": [
    "hubspot",
    "nodejs",
    "api",
    "client",
    "sdk",
    "library",
    "wrapper"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@hubspot/api-client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HubSpot/hubspot-api-nodejs.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "tslint -p tsconfig.json && npm run prettier:check",
    "prepare": "npm run build && npm run version:set",
    "prettier:check": "prettier --check \"{,**/}*.{js,ts}\"",
    "prettier:write": "prettier --write \"{,**/}*.{js,ts}\"",
    "test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
    "version:set": "replace '@VERSION@' $npm_package_version ./lib/src/configuration/version.*"
  },
  "types": "lib/index.d.ts",
  "version": "12.1.0"
}
