bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
69 lines (68 loc) • 1.55 kB
JSON
{
"_args": [
[
"cloudscraper@1.4.1",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "cloudscraper@1.4.1",
"_id": "cloudscraper@1.4.1",
"_inBundle": false,
"_integrity": "sha1-8rRDHzFyhtgZsTVyZso0Y7ES68o=",
"_location": "/cloudscraper",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cloudscraper@1.4.1",
"name": "cloudscraper",
"escapedName": "cloudscraper",
"rawSpec": "1.4.1",
"saveSpec": null,
"fetchSpec": "1.4.1"
},
"_requiredBy": [
"/ccxt"
],
"_resolved": "https://registry.npmjs.org/cloudscraper/-/cloudscraper-1.4.1.tgz",
"_spec": "1.4.1",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Oleksii Sribnyi"
},
"bugs": {
"url": "https://github.com/codemanki/cloudscraper/issues"
},
"dependencies": {
"request": "^2.49.0"
},
"description": "Bypasses cloudflare's anti-ddos page",
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-mocha-test": "^0.12.4",
"mocha": "^2.0.1",
"sinon": "^1.12.1"
},
"homepage": "https://github.com/codemanki/cloudscraper",
"keywords": [
"cloudflare",
"ddos",
"scrape",
"webscraper"
],
"license": "MIT",
"main": "index.js",
"name": "cloudscraper",
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codemanki/cloudscraper.git"
},
"scripts": {
"test": "grunt"
},
"version": "1.4.1"
}