{
  "_from": "spotify-web-api-node",
  "_id": "spotify-web-api-node@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-r82dRWU9PMimHvHEzL0DwEJrzFk+SMCVfq249SLt3I7EFez7R+jeoKQd+M1//QcnjqlXPs2am4DFsGk8/GCsrA==",
  "_location": "/spotify-web-api-node",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "spotify-web-api-node",
    "name": "spotify-web-api-node",
    "escapedName": "spotify-web-api-node",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/spotify-web-api-node/-/spotify-web-api-node-5.0.2.tgz",
  "_shasum": "683669b3ccc046a5a357300f151df93a2b3539fe",
  "_spec": "spotify-web-api-node",
  "_where": "/var/www/dev.adshare.com.br",
  "author": {
    "name": "Michael Thelin"
  },
  "browser": {
    "./src/server.js": "./src/client.js"
  },
  "bugs": {
    "url": "https://github.com/thelinmichael/spotify-web-api-node/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "José M. Perez",
      "url": "https://github.com/JMPerez"
    }
  ],
  "dependencies": {
    "superagent": "^6.1.0"
  },
  "deprecated": false,
  "description": "A Node.js wrapper for Spotify's Web API",
  "devDependencies": {
    "bufferutil": "^4.0.1",
    "canvas": "^2.6.1",
    "coveralls": "^3.1.0",
    "husky": "^4.3.0",
    "ini": ">=1.3.6",
    "jest": "^26.6.3",
    "jest-resolve": "^26.6.2",
    "lint-staged": "^10.4.0",
    "minimist": "^1.2.5",
    "mixin-deep": ">=1.3.2",
    "prettier": "^2.1.2",
    "set-value": ">=2.0.1",
    "sinon": "^9.0.3",
    "utf-8-validate": "^5.0.2"
  },
  "homepage": "https://github.com/thelinmichael/spotify-web-api-node",
  "jest": {
    "verbose": true,
    "testURL": "http://localhost/"
  },
  "keywords": [
    "spotify",
    "echonest",
    "music",
    "api",
    "wrapper",
    "client",
    "web api"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,json,css,md}": [
      "prettier --single-quote --write",
      "git add"
    ]
  },
  "main": "./src/server.js",
  "name": "spotify-web-api-node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thelinmichael/spotify-web-api-node.git"
  },
  "scripts": {
    "precommit": "lint-staged",
    "test": "jest",
    "travis": "npm test -- --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "version": "5.0.2"
}
