bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
86 lines (85 loc) • 2.35 kB
JSON
{
"_args": [
[
"fetch-ponyfill@4.1.0",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "fetch-ponyfill@4.1.0",
"_id": "fetch-ponyfill@4.1.0",
"_inBundle": false,
"_integrity": "sha1-rjzl9zLGReq4fkroeTQUcJsjmJM=",
"_location": "/fetch-ponyfill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fetch-ponyfill@4.1.0",
"name": "fetch-ponyfill",
"escapedName": "fetch-ponyfill",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/ccxt"
],
"_resolved": "https://registry.npmjs.org/fetch-ponyfill/-/fetch-ponyfill-4.1.0.tgz",
"_spec": "4.1.0",
"_where": "/Users/carlos8f/projects/bot18",
"author": {
"name": "Mark Stanley Everitt"
},
"browser": "build/fetch-browser.js",
"bugs": {
"url": "https://github.com/qubyte/fetch-ponyfill/issues"
},
"config": {
"web_port": "8088"
},
"dependencies": {
"node-fetch": "~1.7.1"
},
"description": "A ponyfill (doesn't overwrite the native fetch) for the Fetch specification https://fetch.spec.whatwg.org.",
"devDependencies": {
"browserify": "~13.0.0",
"eslint": "~3.3.1",
"eslint-config-qubyte": "~1.0.1",
"mkdirp": "~0.5.1",
"mocha": "~2.4.5",
"nock": "~8.0.0",
"promise": "~7.1.1",
"rimraf": "~2.5.2",
"sinon": "~1.17.4",
"testem": "1.12.0",
"webpack": "~1.13.0",
"whatwg-fetch": "~2.0.3"
},
"files": [
"fetch-node.js",
"build/fetch-browser.js"
],
"homepage": "https://github.com/qubyte/fetch-ponyfill#readme",
"keywords": [
"fetch",
"ponyfill"
],
"license": "MIT",
"main": "fetch-node.js",
"name": "fetch-ponyfill",
"repository": {
"type": "git",
"url": "git://github.com/qubyte/fetch-ponyfill.git"
},
"scripts": {
"build": "rimraf build && mkdirp build && node build.js > build/fetch-browser.js",
"lint": "eslint .",
"prepublish": "npm run build",
"pretest:browserify": "npm run build && browserify tests/fetch-browser.spec.js --outfile build/browser-test-bundle.js",
"pretest:webpack": "npm run build && webpack tests/fetch-browser.spec.js build/browser-test-bundle.js",
"test": "mocha tests/fetch-node.spec.js",
"test:browserify": "testem",
"test:webpack": "testem"
},
"version": "4.1.0"
}