How get ipfs version "^0.36.3"?

Problem

  • I need to deploy a project that used ipfs:“^0.36.3”
  • I cannot install this version.
  • I get an error
npm ERR! code 128
npm ERR! command failed
npm ERR! command git ls-remote ssh://git@github.com/hugomrdias/pull-ws.git
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.

npm ERR! A complete log of this run can be found in:

There is no repo requested in ssh. Where can I find this version of ipfs?

package.json

"dependencies": {
    "array-move": "^2.1.0",
    "axios": "^0.18.0",
    "babel-polyfill": "^6.26.0",
    "base64-js": "^1.3.0",
    "bip39": "^2.5.0",
    "bitcoin-convert": "^1.0.4",
    "connected-react-router": "^6.2.2",
    "crypto": "^1.0.1",
    "ed2curve": "^0.2.1",
    "history": "^4.7.2",
    "ipfs": "^0.36.3",
    "jquery": "^3.3.1",
    "js-sha256": "^0.9.0",
    "libp2p-crypto": "^0.16.0",
    "lodash": "^4.17.11",
    "moment": "^2.24.0",
    "multihashes": "^0.4.14",
    "node-polyglot": "^2.3.0",
    "node-sass": "^4.11.0",
    "object-sizeof": "^1.4.0",
    "peer-id": "^0.12.2",
    "pouchdb-adapter-http": "^6.4.3",
    "pouchdb-adapter-idb": "^6.4.3",
    "pouchdb-adapter-memory": "^7.0.0",
    "pouchdb-server": "^4.1.0",
    "prettier": "^1.16.1",
    "prop-types": "15.5.9",
    "protobufjs": "^6.8.8",
    "query-string": "^6.2.0",
    "react": "^16.8.3",
    "react-copy-to-clipboard": "^5.0.1",
    "react-dom": "^16.7.0",
    "react-ionicons": "^3.0.1",
    "react-redux": "^6.0.0",
    "react-router-dom": "^4.3.1",
    "react-scripts": "2.1.3",
    "react-tippy": "^1.2.3",
    "redux-saga": "^1.0.2",
    "redux-starter-kit": "^0.4.0",
    "rxdb": "^8.2.0",
    "rxjs": "^6.5.2",
    "sass-mq": "^5.0.0",
    "tweetnacl": "^1.0.1",
    "tweetnacl-util": "^0.15.0",
    "uuid": "^3.3.2"
  },