{
  "_args": [
    [
      "purest@3.1.0",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "purest@3.1.0",
  "_id": "purest@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-9slCC5je2UNERS/YNcrs1/7K5Bh7Uvl6OY1S+XZ6iDNMCwk8Fio6VBdrklo7eMzt5M/Wt2fQlwXRjn4puBccRQ==",
  "_location": "/purest",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "purest@3.1.0",
    "name": "purest",
    "escapedName": "purest",
    "rawSpec": "3.1.0",
    "saveSpec": null,
    "fetchSpec": "3.1.0"
  },
  "_requiredBy": [
    "/strapi-plugin-users-permissions"
  ],
  "_resolved": "https://registry.npmjs.org/purest/-/purest-3.1.0.tgz",
  "_spec": "3.1.0",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Simeon Velichkov",
    "email": "simeonvelichkov@gmail.com",
    "url": "https://simov.github.io"
  },
  "bugs": {
    "url": "https://github.com/simov/purest/issues"
  },
  "dependencies": {
    "@purest/config": "^1.0.0",
    "@request/api": "^0.6.0",
    "extend": "^3.0.0"
  },
  "description": "REST API client library",
  "devDependencies": {
    "@request/client": "^0.1.0",
    "@request/oauth": "^0.1.0",
    "bluebird": "^3.3.5",
    "codecov.io": "^0.1.6",
    "coveralls": "^2.11.9",
    "eslint": "^2.9.0",
    "eslint-config-standard": "^5.2.0",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5",
    "request": "^2.72.0"
  },
  "files": [
    "config/",
    "lib/",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "homepage": "https://github.com/simov/purest",
  "keywords": [
    "rest",
    "restful",
    "api",
    "http",
    "https",
    "client"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "purest",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simov/purest.git"
  },
  "scripts": {
    "lint": "eslint lib/ test/ && echo Lint Passed",
    "test": "npm run lint && npm run test-ci",
    "test-ci": "mocha test/",
    "test-cov": "istanbul cover _mocha"
  },
  "version": "3.1.0"
}
