{"_id":"apollo-link-core","_rev":"38206","name":"apollo-link-core","description":"Flexible, lightweight transport layer for GraphQL","dist-tags":{"latest":"0.5.4"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"time":{"modified":"2021-06-03T10:10:51.000Z","created":"2017-07-27T00:19:26.774Z","0.5.4":"2017-09-07T03:14:41.401Z","0.5.2":"2017-09-07T01:02:27.664Z","0.5.0":"2017-08-09T23:21:56.717Z","0.4.1":"2017-08-09T06:49:01.431Z","0.4.0":"2017-08-09T01:27:35.500Z","0.3.1":"2017-08-08T21:41:10.388Z","0.3.0":"2017-08-08T21:03:10.101Z","0.2.0":"2017-07-29T06:49:04.648Z","0.1.1":"2017-07-28T23:05:17.096Z","0.1.0":"2017-07-28T21:50:09.257Z","0.0.0":"2017-07-27T00:19:26.774Z"},"users":{},"author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"versions":{"0.5.4":{"name":"apollo-link-core","version":"0.5.4","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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/.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 -p .","postbuild":"cp -R ./dist/src/. ./lib","watch":"tsc -w -p .","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/* && rimraf lib/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable-ts":"^0.4.4"},"devDependencies":{"@types/chai":"4.0.4","@types/chai-as-promised":"0.0.31","@types/graphql":"0.10.2","@types/mocha":"2.2.42","@types/sinon":"2.3.3","chai":"4.1.1","chai-as-promised":"7.1.1","fetch-mock":"5.12.2","istanbul":"0.4.5","lodash":"4.17.4","mocha":"3.5.0","remap-istanbul":"0.9.5","rimraf":"2.6.1","sinon":"3.2.0","source-map-support":"0.4.16","tslint":"5.7.0","typescript":"2.5.1"},"_id":"apollo-link-core@0.5.4","_npmVersion":"5.4.0","_nodeVersion":"8.1.2","_npmUser":{"name":"jbaxleyiii","email":"james@meteor.com"},"dist":{"shasum":"8efd4cd747959872a32f313f0ccfc2a76b396668","size":25143,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.5.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.5.4.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.5.4.tgz_1504754080377_0.7343432041816413"},"directories":{},"publish_time":1504754081401,"_cnpm_publish_time":1504754081401,"_hasShrinkwrap":false},"0.5.2":{"name":"apollo-link-core","version":"0.5.2","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./dist/src/bundle.umd.js","module":"./dist/src/index.js","jsnext:main":"./dist/src/index.js","typings":"./dist/src/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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":"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.test.json src/*.ts && tslint --type-check -p tsconfig.test.json tests/*.ts","prebuild":"npm run clean:dist","build":"tsc -p .","build-test":"tsc -p tsconfig.test.json","postbuild":"npm run bundle","postbuild-test":"npm run bundle","bundle":"rollup -c","watch":"tsc -w -p .","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":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable-ts":"^0.4.2"},"devDependencies":{"@types/chai":"4.0.4","@types/chai-as-promised":"0.0.31","@types/graphql":"0.10.2","@types/mocha":"2.2.42","@types/sinon":"2.3.3","chai":"4.1.1","chai-as-promised":"7.1.1","fetch-mock":"5.12.2","istanbul":"0.4.5","lodash":"4.17.4","mocha":"3.5.0","remap-istanbul":"0.9.5","rimraf":"2.6.1","rollup":"^0.45.2","sinon":"3.2.0","source-map-support":"0.4.16","tslint":"5.7.0","typescript":"2.5.1"},"_id":"apollo-link-core@0.5.2","_npmVersion":"5.4.0","_nodeVersion":"8.1.2","_npmUser":{"name":"jbaxleyiii","email":"james@meteor.com"},"dist":{"shasum":"b12687e9eb37dae6e4ddabee69720f8109da5177","size":19965,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.5.2.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.5.2.tgz_1504746146717_0.6447054652962834"},"directories":{},"publish_time":1504746147664,"_hasShrinkwrap":false,"_cnpm_publish_time":1504746147664},"0.5.0":{"name":"apollo-link-core","version":"0.5.0","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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/.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 -p .","postbuild":"cp -R ./dist/src/. ./lib","watch":"tsc -w -p .","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/* && rimraf lib/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable-ts":"^0.4.0"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/graphql":"~0.10.2","@types/mocha":"^2.2.31","@types/sinon":"^2.3.2","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-link-core@0.5.0","_shasum":"dc87da1aaa63b029321ae70938dc26257f5ab8c6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"dc87da1aaa63b029321ae70938dc26257f5ab8c6","size":28892,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.5.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.5.0.tgz_1502320916613_0.5024630285333842"},"directories":{},"publish_time":1502320916717,"_cnpm_publish_time":1502320916717,"_hasShrinkwrap":false},"0.4.1":{"name":"apollo-link-core","version":"0.4.1","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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/.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 -p .","postbuild":"cp -R ./dist/src/. ./lib","watch":"tsc -w -p .","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/* && rimraf lib/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable-ts":"^0.4.0"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/graphql":"~0.10.2","@types/mocha":"^2.2.31","@types/sinon":"^2.3.2","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-link-core@0.4.1","_shasum":"f93f0ff379641935a3acf859f3558a01d9bfaede","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"f93f0ff379641935a3acf859f3558a01d9bfaede","size":28812,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.4.1.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.4.1.tgz_1502261341109_0.29995045182295144"},"directories":{},"publish_time":1502261341431,"_hasShrinkwrap":false,"_cnpm_publish_time":1502261341431},"0.4.0":{"name":"apollo-link-core","version":"0.4.0","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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/.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 -p .","postbuild":"cp -R ./dist/src/. ./lib","watch":"tsc -w -p .","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/* && rimraf lib/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable-ts":"^0.3.0"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/graphql":"~0.10.2","@types/mocha":"^2.2.31","@types/sinon":"^2.3.2","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-link-core@0.4.0","_shasum":"1943780c1f6df8247f1784f2353d6d11093f1956","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"1943780c1f6df8247f1784f2353d6d11093f1956","size":28827,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.4.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.4.0.tgz_1502242055363_0.5388474524952471"},"directories":{},"publish_time":1502242055500,"_cnpm_publish_time":1502242055500,"_hasShrinkwrap":false},"0.3.1":{"name":"apollo-link-core","version":"0.3.1","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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/.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 -p .","postbuild":"cp -R ./dist/src/. ./lib","watch":"tsc -w -p .","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/* && rimraf lib/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable-ts":"^0.2.0","@types/graphql":"~0.10.2"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","@types/sinon":"^2.3.2","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"},"optionalDependencies":{"@types/graphql":"~0.10.2"},"_id":"apollo-link-core@0.3.1","_shasum":"d8582241e08078b081d0839296b94a35718b5e8d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"d8582241e08078b081d0839296b94a35718b5e8d","size":28816,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.3.1.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.3.1.tgz_1502228470263_0.7347995147574693"},"directories":{},"publish_time":1502228470388,"_hasShrinkwrap":false,"_cnpm_publish_time":1502228470388},"0.3.0":{"name":"apollo-link-core","version":"0.3.0","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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/.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 -p .","postbuild":"cp -R ./dist/src/. ./lib","watch":"tsc -w -p .","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/* && rimraf lib/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable-ts":"^0.2.0","@types/graphql":"~0.9.0"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","@types/sinon":"^2.3.2","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"},"optionalDependencies":{"@types/graphql":"~0.9.0"},"_id":"apollo-link-core@0.3.0","_shasum":"d84889b092275bae21d9dd79e80222beac2f2c47","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"d84889b092275bae21d9dd79e80222beac2f2c47","size":28858,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.3.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.3.0.tgz_1502226189945_0.18810029118321836"},"directories":{},"publish_time":1502226190101,"_hasShrinkwrap":false,"_cnpm_publish_time":1502226190101},"0.2.0":{"name":"apollo-link-core","version":"0.2.0","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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/.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","postbuild":"cp -R ./dist/src/. ./lib","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/* && rimraf lib/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable-ts":"^0.1.0","@types/graphql":"~0.9.0","@types/zen-observable":"^0.5.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","@types/sinon":"^2.3.2","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"},"optionalDependencies":{"@types/graphql":"~0.9.0","@types/zen-observable":"^0.5.1"},"_id":"apollo-link-core@0.2.0","_shasum":"8c937bc05adef4e223b831b6368bc531711fb6cf","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"8c937bc05adef4e223b831b6368bc531711fb6cf","size":53068,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.2.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.2.0.tgz_1501310944534_0.2923836272675544"},"directories":{},"publish_time":1501310944648,"_hasShrinkwrap":false,"_cnpm_publish_time":1501310944648},"0.1.1":{"name":"apollo-link-core","version":"0.1.1","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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","postbuild":"cp -R ./dist/src/. ./lib","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/* && rimraf lib/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable-exported":"^0.5.2","@types/graphql":"~0.9.0","@types/zen-observable":"^0.5.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","@types/sinon":"^2.3.2","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"},"optionalDependencies":{"@types/graphql":"~0.9.0","@types/zen-observable":"^0.5.1"},"_id":"apollo-link-core@0.1.1","_shasum":"11fb490807be6e55630dfffa681f68bc21d75610","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"11fb490807be6e55630dfffa681f68bc21d75610","size":28369,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.1.1.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.1.1.tgz_1501283117010_0.7181606711819768"},"directories":{},"publish_time":1501283117096,"_hasShrinkwrap":false,"_cnpm_publish_time":1501283117096},"0.1.0":{"name":"apollo-link-core","version":"0.1.0","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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","postbuild":"cp -R ./dist/src/. ./lib","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/* && rimraf lib/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable-exported":"^0.5.2","@types/graphql":"^0.10.0","@types/zen-observable":"^0.5.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","@types/sinon":"^2.3.2","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"},"optionalDependencies":{"@types/graphql":"^0.10.0","@types/zen-observable":"^0.5.1"},"_id":"apollo-link-core@0.1.0","_shasum":"e60c04e82691eaf987e04872e2b9c77f72d14125","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"e60c04e82691eaf987e04872e2b9c77f72d14125","size":28373,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.1.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.1.0.tgz_1501278609164_0.429282795637846"},"directories":{},"publish_time":1501278609257,"_cnpm_publish_time":1501278609257,"_hasShrinkwrap":false},"0.0.0":{"name":"apollo-link-core","version":"0.0.0","description":"Flexible, lightweight transport layer for GraphQL","author":{"name":"Evans Hauser","email":"evanshauser@gmail.com"},"contributors":[{"name":"James Baxley","email":"james@meteor.com"},{"name":"Jonas Helfer","email":"jonas@helfer.email"},{"name":"jon wong","email":"j@jnwng.com"},{"name":"Sashko Stubailo","email":"sashko@stubailo.com"}],"license":"MIT","main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"homepage":"https://github.com/apollographql/apollo-link#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","postbuild":"cp -R ./dist/src/. ./lib","watch":"tsc -w","clean":"npm run clean:dist && npm run clean:coverage","clean:dist":"rimraf dist/* && rimraf lib/*","clean:coverage":"rimraf coverage/*","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"graphql":"^0.10.3","graphql-tag":"^2.4.2","zen-observable":"git+https://github.com/evanshauser/zen-observable.git","@types/graphql":"^0.10.0","@types/zen-observable":"^0.5.1"},"devDependencies":{"@types/chai":"^4.0.0","@types/chai-as-promised":"0.0.31","@types/mocha":"^2.2.31","@types/sinon":"^2.3.2","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"},"optionalDependencies":{"@types/graphql":"^0.10.0","@types/zen-observable":"^0.5.1"},"_id":"apollo-link-core@0.0.0","_shasum":"9db2f7d54ee8fd116260b219f00be8a82c80149f","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"evanshauser","email":"evanshauser@gmail.com"},"dist":{"shasum":"9db2f7d54ee8fd116260b219f00be8a82c80149f","size":28389,"noattachment":false,"key":"/apollo-link-core/-/apollo-link-core-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-core/download/apollo-link-core-0.0.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-core-0.0.0.tgz_1501114766694_0.3970123964827508"},"directories":{},"publish_time":1501114766774,"_cnpm_publish_time":1501114766774,"_hasShrinkwrap":false}},"readme":"ERROR: No README data found!","_attachments":{},"homepage":"https://github.com/apollographql/apollo-link#readme","bugs":{"url":"https://github.com/apollographql/apollo-link/issues"},"license":"MIT"}