{"_id":"apollo-fetch","_rev":"29786","name":"apollo-fetch","description":"Lightweight implementation of fetch for GraphQL requests","dist-tags":{"latest":"0.7.0"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"time":{"modified":"2021-06-03T10:04:41.000Z","created":"2017-06-29T19:05:37.952Z","0.7.0":"2017-12-06T05:04:06.142Z","0.6.0":"2017-07-27T23:26:54.514Z","0.5.2":"2017-07-27T22:40:00.630Z","0.5.1":"2017-07-27T22:35:44.472Z","0.5.0":"2017-07-27T06:38:25.761Z","0.4.0":"2017-07-26T00:52:44.823Z","0.3.0":"2017-07-03T21:14:26.516Z","0.2.0":"2017-06-30T21:45:34.456Z","0.1.0":"2017-06-30T02:17:32.106Z","0.0.0":"2017-06-29T19:05:37.952Z"},"users":{"developersoul":true},"author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"repository":{"type":"git","url":"https://github.com/apollographql/apollo-fetch/tree/master/packages/apollo-fetch"},"versions":{"0.7.0":{"name":"apollo-fetch","version":"0.7.0","description":"Lightweight implementation of fetch for GraphQL requests","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"},{"name":"Jayden Seric","email":"me@jaydenseric.com"},{"name":"Kamil Kisiela","email":"kamil.kisiela@gmail.com"}],"license":"MIT","main":"./dist/bundle.umd.js","module":"./dist/index.js","jsnext:main":"./dist/index.js","typings":"./dist/index.d.ts","repository":{"type":"git","url":"https://github.com/apollographql/apollo-fetch/tree/master/packages/apollo-fetch"},"bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"homepage":"https://github.com/apollographql/apollo-fetch#readme","scripts":{"pretest":"npm run build-test","test":"npm run test-only --","posttest":"npm run lint","test-only":"mocha --reporter spec --full-trace dist/tests/tests.js","test-watch":"mocha --reporter spec --full-trace dist/tests/tests.js --watch","coverage:test":"_mocha --reporter dot --full-trace dist/tests/tests.js","coverage":"nyc --reporter=lcov npm run coverage:test","lint":"tslint -p tsconfig.test.json src/*.ts && tslint -p tsconfig.test.json tests/*.ts","prebuild":"npm run clean:dist","prebuild-test":"npm run clean:test","build":"tsc","build-test":"npm run build && tsc -p tsconfig.test.json","postbuild":"npm run bundle","bundle":"rollup -c","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/*","clean:test":"rimraf dist/src && rimraf dist/tests ","clean:coverage":"rimraf coverage/*","prepublish":"npm run clean && npm run build","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"cross-fetch":"^1.0.0"},"devDependencies":{"@types/chai":"4.0.8","@types/chai-as-promised":"7.1.0","@types/mocha":"2.2.44","chai":"4.1.2","chai-as-promised":"7.1.1","fetch-mock":"5.13.1","graphql":"0.11.7","graphql-tag":"2.5.0","lerna":"2.5.1","lodash":"4.17.4","mocha":"4.0.1","nyc":"11.3.0","rimraf":"2.6.2","rollup":"0.52.1","sinon":"4.1.2","source-map-support":"0.5.0","tslint":"5.8.0","typescript":"2.6.2"},"nyc":{"exclude":["tests"]},"_id":"apollo-fetch@0.7.0","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"63c255a0ccb1b4c473524d8f9b536d72438bd3e7","size":13470,"noattachment":false,"key":"/apollo-fetch/-/apollo-fetch-0.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-fetch/download/apollo-fetch-0.7.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-fetch-0.7.0.tgz_1512536646075_0.6695660806726664"},"directories":{},"publish_time":1512536646142,"_hasShrinkwrap":false,"_cnpm_publish_time":1512536646142},"0.6.0":{"name":"apollo-fetch","version":"0.6.0","description":"Lightweight implementation of fetch for GraphQL requests","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"},{"name":"Jayden Seric","email":"me@jaydenseric.com"},{"name":"Kamil Kisiela","email":"kamil.kisiela@gmail.com"}],"license":"MIT","main":"./dist/bundle.umd.js","module":"./dist/index.js","jsnext:main":"./dist/index.js","typings":"./dist/index.d.ts","repository":{"type":"git","url":"https://github.com/apollographql/apollo-fetch/tree/master/packages/apollo-fetch"},"bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"homepage":"https://github.com/apollographql/apollo-fetch#readme","scripts":{"pretest":"npm run build-test","test":"npm run test-only --","posttest":"npm run lint","test-only":"mocha --reporter spec --full-trace dist/tests/tests.js","test-watch":"mocha --reporter spec --full-trace dist/tests/tests.js --watch","coverage:test":"_mocha --reporter dot --full-trace dist/tests/tests.js","coverage":"nyc --reporter=lcov npm run coverage:test","lint":"tslint --type-check -p tsconfig.test.json src/*.ts && tslint --type-check -p tsconfig.test.json tests/*.ts","prebuild":"npm run clean:dist","prebuild-test":"npm run clean:dist","build":"tsc","build-test":"tsc -p tsconfig.test.json","postbuild":"npm run bundle","bundle":"rollup -c","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/*","clean:coverage":"rimraf coverage/*","prepublish":"npm run clean && npm run build","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"isomorphic-fetch":"^2.2.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","chai":"^4.0.2","chai-as-promised":"^7.0.0","fetch-mock":"^5.11.0","graphql":"^0.10.3","graphql-tag":"^2.4.2","lerna":"^2.0.0","lodash":"^4.17.4","mocha":"^3.2.0","nyc":"^11.0.3","rimraf":"^2.5.4","rollup":"^0.45.2","sinon":"^2.3.4","source-map-support":"^0.4.5","tslint":"^5.0.0","typescript":"^2.2.1"},"nyc":{"exclude":["tests"]},"_id":"apollo-fetch@0.6.0","_shasum":"aae9b28c117af344b091ec8ba4d1a5aa0474dc5d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"aae9b28c117af344b091ec8ba4d1a5aa0474dc5d","size":13063,"noattachment":false,"key":"/apollo-fetch/-/apollo-fetch-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-fetch/download/apollo-fetch-0.6.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-fetch-0.6.0.tgz_1501198014321_0.04107211693190038"},"directories":{},"publish_time":1501198014514,"_cnpm_publish_time":1501198014514,"_hasShrinkwrap":false},"0.5.2":{"name":"apollo-fetch","version":"0.5.2","description":"Lightweight implementation of fetch for GraphQL requests","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"},{"name":"Jayden Seric","email":"me@jaydenseric.com"}],"license":"MIT","main":"./dist/src/index.js","typings":"./dist/src/index.d.ts","repository":{"type":"git","url":"https://github.com/apollographql/apollo-fetch/tree/master/packages/apollo-fetch"},"bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"homepage":"https://github.com/apollographql/apollo-fetch#readme","scripts":{"pretest":"npm run build","test":"npm run test-only --","posttest":"npm run lint","test-only":"mocha --reporter spec --full-trace dist/tests/tests.js","test-watch":"mocha --reporter spec --full-trace dist/tests/tests.js --watch","coverage:test":"_mocha --reporter dot --full-trace dist/tests/tests.js","coverage":"nyc --reporter=lcov npm run coverage:test","lint":"tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts","prebuild":"npm run clean:dist","build":"tsc","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"isomorphic-fetch":"^2.2.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","chai":"^4.0.2","chai-as-promised":"^7.0.0","fetch-mock":"^5.11.0","graphql":"^0.10.3","graphql-tag":"^2.4.2","lerna":"^2.0.0","lodash":"^4.17.4","mocha":"^3.2.0","nyc":"^11.0.3","rimraf":"^2.5.4","sinon":"^2.3.4","source-map-support":"^0.4.5","tslint":"^5.0.0","typescript":"^2.2.1"},"nyc":{"exclude":["tests"]},"_id":"apollo-fetch@0.5.2","_shasum":"f6288eda130c0c11262ec71e06b66c8d688195c8","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"f6288eda130c0c11262ec71e06b66c8d688195c8","size":34776,"noattachment":false,"key":"/apollo-fetch/-/apollo-fetch-0.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-fetch/download/apollo-fetch-0.5.2.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-fetch-0.5.2.tgz_1501195200386_0.7188788440544158"},"directories":{},"publish_time":1501195200630,"_cnpm_publish_time":1501195200630,"_hasShrinkwrap":false},"0.5.1":{"name":"apollo-fetch","version":"0.5.1","description":"Lightweight implementation of fetch for GraphQL requests","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"},{"name":"Jayden Seric","email":"me@jaydenseric.com"},{"name":"Kamil Kisiela","email":"kamil.kisiela@gmail.com"}],"license":"MIT","main":"./dist/bundle.umd.js","module":"./dist/index.js","jsnext:main":"./dist/index.js","typings":"./dist/index.d.ts","repository":{"type":"git","url":"https://github.com/apollographql/apollo-fetch/tree/master/packages/apollo-fetch"},"bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"homepage":"https://github.com/apollographql/apollo-fetch#readme","scripts":{"pretest":"npm run build-test","test":"npm run test-only --","posttest":"npm run lint","test-only":"mocha --reporter spec --full-trace dist/tests/tests.js","test-watch":"mocha --reporter spec --full-trace dist/tests/tests.js --watch","coverage:test":"_mocha --reporter dot --full-trace dist/tests/tests.js","coverage":"nyc --reporter=lcov npm run coverage:test","lint":"tslint --type-check -p tsconfig.test.json src/*.ts && tslint --type-check -p tsconfig.test.json tests/*.ts","prebuild":"npm run clean:dist","prebuild-test":"npm run clean:dist","build":"tsc","build-test":"tsc -p tsconfig.test.json","postbuild":"npm run bundle","bundle":"rollup -c","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"isomorphic-fetch":"^2.2.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","chai":"^4.0.2","chai-as-promised":"^7.0.0","fetch-mock":"^5.11.0","graphql":"^0.10.3","graphql-tag":"^2.4.2","lerna":"^2.0.0","lodash":"^4.17.4","mocha":"^3.2.0","nyc":"^11.0.3","rimraf":"^2.5.4","rollup":"^0.45.2","sinon":"^2.3.4","source-map-support":"^0.4.5","tslint":"^5.0.0","typescript":"^2.2.1"},"nyc":{"exclude":["tests"]},"_id":"apollo-fetch@0.5.1","_shasum":"6b13aece7623b8c82f5a97d1332663342aafd023","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"6b13aece7623b8c82f5a97d1332663342aafd023","size":35447,"noattachment":false,"key":"/apollo-fetch/-/apollo-fetch-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-fetch/download/apollo-fetch-0.5.1.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-fetch-0.5.1.tgz_1501194944396_0.5089472136460245"},"directories":{},"publish_time":1501194944472,"_cnpm_publish_time":1501194944472,"_hasShrinkwrap":false},"0.5.0":{"name":"apollo-fetch","version":"0.5.0","description":"Lightweight implementation of fetch for GraphQL requests","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"},{"name":"Jayden Seric","email":"me@jaydenseric.com"}],"license":"MIT","main":"./dist/src/index.js","typings":"./dist/src/index.d.ts","repository":{"type":"git","url":"https://github.com/apollographql/apollo-fetch/tree/master/packages/apollo-fetch"},"bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"homepage":"https://github.com/apollographql/apollo-fetch#readme","scripts":{"pretest":"npm run build","test":"npm run test-only --","posttest":"npm run lint","test-only":"mocha --reporter spec --full-trace dist/tests/tests.js","test-watch":"mocha --reporter spec --full-trace dist/tests/tests.js --watch","coverage:test":"_mocha --reporter dot --full-trace dist/tests/tests.js","coverage":"nyc --reporter=lcov npm run coverage:test","lint":"tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts","prebuild":"npm run clean:dist","build":"tsc","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"isomorphic-fetch":"^2.2.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","chai":"^4.0.2","chai-as-promised":"^7.0.0","fetch-mock":"^5.11.0","graphql":"^0.10.3","graphql-tag":"^2.4.2","lerna":"^2.0.0","lodash":"^4.17.4","mocha":"^3.2.0","nyc":"^11.0.3","rimraf":"^2.5.4","sinon":"^2.3.4","source-map-support":"^0.4.5","tslint":"^5.0.0","typescript":"^2.2.1"},"nyc":{"exclude":["tests"]},"_id":"apollo-fetch@0.5.0","_shasum":"4937d8f7090ffbd0b29c9b9faf929da3f363bb59","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"4937d8f7090ffbd0b29c9b9faf929da3f363bb59","size":34784,"noattachment":false,"key":"/apollo-fetch/-/apollo-fetch-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-fetch/download/apollo-fetch-0.5.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-fetch-0.5.0.tgz_1501137505433_0.8539638523943722"},"directories":{},"publish_time":1501137505761,"_hasShrinkwrap":false,"_cnpm_publish_time":1501137505761},"0.4.0":{"name":"apollo-fetch","version":"0.4.0","description":"Lightweight implementation of fetch for GraphQL requests","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./dist/src/index.js","typings":"./dist/src/index.d.ts","repository":{"type":"git","url":"https://github.com/apollographql/apollo-fetch/tree/master/packages/apollo-fetch"},"bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"homepage":"https://github.com/apollographql/apollo-fetch#readme","scripts":{"pretest":"npm run build","test":"npm run test-only --","posttest":"npm run lint","test-only":"mocha --reporter spec --full-trace dist/tests/tests.js","test-watch":"mocha --reporter spec --full-trace dist/tests/tests.js --watch","coverage:test":"_mocha --reporter dot --full-trace dist/tests/tests.js","coverage":"nyc --reporter=lcov npm run coverage:test","lint":"tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts","prebuild":"npm run clean:dist","build":"tsc","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"isomorphic-fetch":"^2.2.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","chai":"^4.0.2","chai-as-promised":"^7.0.0","fetch-mock":"^5.11.0","graphql":"^0.10.3","graphql-tag":"^2.4.2","lerna":"^2.0.0","lodash":"^4.17.4","mocha":"^3.2.0","nyc":"^11.0.3","rimraf":"^2.5.4","sinon":"^2.3.4","source-map-support":"^0.4.5","tslint":"^5.0.0","typescript":"^2.2.1"},"nyc":{"exclude":["tests"]},"_id":"apollo-fetch@0.4.0","_shasum":"dfd2179d5e6da5c8b4960abf24fb634463221932","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"dfd2179d5e6da5c8b4960abf24fb634463221932","size":34580,"noattachment":false,"key":"/apollo-fetch/-/apollo-fetch-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-fetch/download/apollo-fetch-0.4.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-fetch-0.4.0.tgz_1501030364636_0.11063981428742409"},"directories":{},"publish_time":1501030364823,"_cnpm_publish_time":1501030364823,"_hasShrinkwrap":false},"0.3.0":{"name":"apollo-fetch","version":"0.3.0","description":"Lightweight implementation of fetch for GraphQL requests","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./dist/src/index.js","typings":"./dist/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-fetch.git"},"bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"homepage":"https://github.com/apollographql/apollo-fetch#readme","scripts":{"pretest":"npm run build","test":"npm run test-only --","posttest":"npm run lint","test-only":"mocha --reporter spec --full-trace dist/tests/tests.js","test-watch":"mocha --reporter spec --full-trace dist/tests/tests.js --watch","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot --full-trace dist/tests/tests.js","postcoverage":"remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info","lint":"tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts","prebuild":"npm run clean:dist","build":"tsc","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"isomorphic-fetch":"^2.2.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","chai":"^4.0.2","chai-as-promised":"^7.0.0","fetch-mock":"^5.11.0","istanbul":"^0.4.4","graphql":"^0.10.3","graphql-tag":"^2.4.2","lodash":"^4.17.4","mocha":"^3.2.0","remap-istanbul":"^0.9.0","rimraf":"^2.5.4","sinon":"^2.3.4","source-map-support":"^0.4.5","tslint":"^5.0.0","typescript":"^2.2.1"},"gitHead":"501626bf3e4b52e1bd7a5ec4480d7693e96affc2","_id":"apollo-fetch@0.3.0","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"30a88346252e9bb4b969f93f3b23ecd748f84e68","size":12695,"noattachment":false,"key":"/apollo-fetch/-/apollo-fetch-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-fetch/download/apollo-fetch-0.3.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-fetch-0.3.0.tgz_1499116466406_0.383961726911366"},"directories":{},"publish_time":1499116466516,"_cnpm_publish_time":1499116466516,"_hasShrinkwrap":false},"0.2.0":{"name":"apollo-fetch","version":"0.2.0","description":"Lightweight implementation of fetch for GraphQL requests","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"Jonas Helfer","email":"jonas@helfer.email"}],"license":"MIT","main":"./dist/src/index.js","typings":"./dist/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-fetch.git"},"bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"homepage":"https://github.com/apollographql/apollo-fetch#readme","scripts":{"pretest":"npm run build","test":"npm run test-only --","posttest":"npm run lint","test-only":"mocha --reporter spec --full-trace dist/tests/tests.js","test-watch":"mocha --reporter spec --full-trace dist/tests/tests.js --watch","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot --full-trace dist/tests/tests.js","postcoverage":"remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info","lint":"tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts","prebuild":"npm run clean:dist","build":"tsc","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"isomorphic-fetch":"^2.2.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","chai":"^4.0.2","chai-as-promised":"^7.0.0","fetch-mock":"^5.11.0","istanbul":"^0.4.4","graphql":"^0.10.3","graphql-tag":"^2.4.2","lodash":"^4.17.4","mocha":"^3.2.0","remap-istanbul":"^0.9.0","rimraf":"^2.5.4","sinon":"^2.3.4","source-map-support":"^0.4.5","tslint":"^5.0.0","typescript":"^2.2.1"},"gitHead":"10768ffec6efa2ad278da8c59888be2ad78bfe93","_id":"apollo-fetch@0.2.0","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"c6b24bcb276d9c2d94fbd3fdd6081657e389e897","size":11676,"noattachment":false,"key":"/apollo-fetch/-/apollo-fetch-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-fetch/download/apollo-fetch-0.2.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-fetch-0.2.0.tgz_1498859134371_0.0814308903645724"},"directories":{},"publish_time":1498859134456,"_cnpm_publish_time":1498859134456,"_hasShrinkwrap":false},"0.1.0":{"name":"apollo-fetch","version":"0.1.0","description":"Lightweight implementation of fetch for GraphQL requests","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"Jonas Helfer","email":"jonas@helfer.email"}],"license":"MIT","main":"./dist/src/index.js","typings":"./dist/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-fetch.git"},"bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"homepage":"https://github.com/apollographql/apollo-fetch#readme","scripts":{"pretest":"npm run build","test":"npm run test-only --","posttest":"npm run lint","test-only":"mocha --reporter spec --full-trace dist/tests/tests.js","test-watch":"mocha --reporter spec --full-trace dist/tests/tests.js --watch","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot --full-trace dist/tests/tests.js","postcoverage":"remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info","lint":"tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts","prebuild":"npm run clean:dist","build":"tsc","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"isomorphic-fetch":"^2.2.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","chai":"^4.0.2","chai-as-promised":"^7.0.0","fetch-mock":"^5.11.0","istanbul":"^0.4.4","graphql":"^0.10.3","graphql-tag":"^2.4.2","lodash":"^4.17.4","mocha":"^3.2.0","remap-istanbul":"^0.9.0","rimraf":"^2.5.4","sinon":"^2.3.4","source-map-support":"^0.4.5","tslint":"^5.0.0","typescript":"^2.2.1"},"gitHead":"d8667737ff617ff39ceabc479bba0b7b37fa4c5b","_id":"apollo-fetch@0.1.0","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"f07a5a4f9c19206fee69604e55e82af43f3add1a","size":11530,"noattachment":false,"key":"/apollo-fetch/-/apollo-fetch-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-fetch/download/apollo-fetch-0.1.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-fetch-0.1.0.tgz_1498789051975_0.6361718322150409"},"directories":{},"publish_time":1498789052106,"_hasShrinkwrap":false,"_cnpm_publish_time":1498789052106},"0.0.0":{"name":"apollo-fetch","version":"0.0.0","description":"Lightweight implementation of fetch for GraphQL requests","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"Jonas Helfer","email":"jonas@helfer.email"}],"license":"MIT","main":"./dist/src/index.js","typings":"./dist/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-fetch.git"},"bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"homepage":"https://github.com/apollographql/apollo-fetch#readme","scripts":{"pretest":"npm run build","test":"npm run test-only --","posttest":"npm run lint","test-only":"mocha --reporter spec --full-trace dist/tests/tests.js","test-watch":"mocha --reporter spec --full-trace dist/tests/tests.js --watch","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot --full-trace dist/tests/tests.js","postcoverage":"remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info","lint":"tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts","prebuild":"npm run clean:dist","build":"tsc","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"isomorphic-fetch":"^2.2.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","chai":"^4.0.2","chai-as-promised":"^7.0.0","fetch-mock":"^5.11.0","istanbul":"^0.4.4","lodash":"^4.17.4","mocha":"^3.2.0","remap-istanbul":"^0.9.0","rimraf":"^2.5.4","sinon":"^2.3.4","source-map-support":"^0.4.5","tslint":"^5.0.0","typescript":"^2.2.1"},"_id":"apollo-fetch@0.0.0","_shasum":"97ded8ef4268b108708adf49e0ef5c78b0c4978e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"97ded8ef4268b108708adf49e0ef5c78b0c4978e","size":35911,"noattachment":false,"key":"/apollo-fetch/-/apollo-fetch-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-fetch/download/apollo-fetch-0.0.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-fetch-0.0.0.tgz_1498763137781_0.7033619005233049"},"directories":{},"publish_time":1498763137952,"_hasShrinkwrap":false,"_cnpm_publish_time":1498763137952}},"readme":"ERROR: No README data found!","_attachments":{},"homepage":"https://github.com/apollographql/apollo-fetch#readme","bugs":{"url":"https://github.com/apollographql/apollo-fetch/issues"},"license":"MIT"}