{
  "_args": [
    [
      "easyvk@2.7.35",
      "/var/www/html"
    ]
  ],
  "_from": "easyvk@2.7.35",
  "_id": "easyvk@2.7.35",
  "_inBundle": false,
  "_integrity": "sha512-caaOEYrlu8AMvOablTKpKXZ4zz+M1Wo/B0OsUghRVCpixl1wPvK7Wf9ORTh6AHgx6TyCnmuQ0gdBvRAL339dtg==",
  "_location": "/easyvk",
  "_phantomChildren": {
    "async-limiter": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "easyvk@2.7.35",
    "name": "easyvk",
    "escapedName": "easyvk",
    "rawSpec": "2.7.35",
    "saveSpec": null,
    "fetchSpec": "2.7.35"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/easyvk/-/easyvk-2.7.35.tgz",
  "_spec": "2.7.35",
  "_where": "/var/www/html",
  "author": {
    "name": "ciricc"
  },
  "bugs": {
    "url": "https://github.com/ciricc/easyvk/issues"
  },
  "dependencies": {
    "body-parser": "^1.18.3",
    "encoding": "^0.1.12",
    "express": "^4.16.4",
    "form-data": "^3.0.0",
    "node-fetch-cookies": "^1.3.5",
    "proxy-agent": "^3.0.3",
    "tough-cookie": "^3.0.1",
    "tough-cookie-file-store": "^1.2.0",
    "ws": "^6.1.3"
  },
  "description": "Functional library for support VKontake API (ВКонтакте API) on node.js",
  "devDependencies": {
    "eslint": "^5.13.0",
    "eslint-config-google": "^0.12.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jasmine": "^2.10.1",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "jasmine": "^3.3.1",
    "remark-lint-emphasis-marker": "^1.0.2",
    "remark-lint-strong-marker": "^1.0.2",
    "remark-stringify": "^6.0.4"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "bundle.js"
  ],
  "homepage": "https://ciricc.github.io/",
  "keywords": [
    "vkapi",
    "vk",
    "sdk",
    "streaming-api",
    "longpolling",
    "api",
    "vkontakte"
  ],
  "license": "MIT",
  "main": "lib/bundle.js",
  "name": "easyvk",
  "remarkConfig": {
    "settings": {
      "emphasis": "*",
      "strong": "*"
    },
    "plugins": [
      "remark-lint-emphasis-marker",
      "remark-lint-strong-marker",
      "remark-stringify"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ciricc/easyvk.git"
  },
  "scripts": {
    "build": "rollup -c --environment BUILD:production",
    "test": "npm run test:eslint && npm run test:jasmine",
    "test:eslint": "eslint src",
    "test:jasmine": "jasmine JASMINE_CONFIG_PATH=jasmine.json CLIENT_ID=process.env.CLIENT_ID CLIENT_SECRET=process.env.CLIENT_SECRET"
  },
  "version": "2.7.35"
}
