{"_id":"apollo-link-state","_rev":"215678","name":"apollo-link-state","description":"An easy way to manage local state with Apollo Link","dist-tags":{"beta":"0.4.0-beta.0","latest":"0.4.2","wildWheelerEdition":"0.0.5-alpha.0"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"time":{"modified":"2021-06-03T15:35:36.000Z","created":"2017-10-31T02:57:34.256Z","0.4.2":"2018-09-14T18:49:45.070Z","0.4.1":"2018-03-13T17:32:37.217Z","0.4.0":"2018-02-02T16:36:07.362Z","0.4.0-beta.0":"2018-01-23T21:23:06.026Z","0.3.1":"2018-01-05T23:10:03.847Z","0.3.0":"2017-12-21T18:58:30.040Z","0.2.0":"2017-12-20T03:40:35.795Z","0.1.0":"2017-12-08T12:18:52.562Z","0.0.5-alpha.0":"2017-12-05T18:58:22.782Z","0.0.4":"2017-11-01T20:13:58.719Z","0.0.3":"2017-10-31T16:12:25.483Z","0.0.2":"2017-10-31T03:38:55.524Z","0.0.1":"2017-10-31T02:57:34.256Z"},"users":{"cdelgado":true},"author":{"name":"James Baxley","email":"james@meteor.com"},"repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link-state.git"},"versions":{"0.4.2":{"name":"apollo-link-state","version":"0.4.2","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext:main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link-state.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link-state/issues"},"homepage":"https://github.com/apollographql/apollo-link-state#readme","scripts":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere -i graphql && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","coverage":"npm run lint && jest --coverage","watch":"trap 'kill -9 %1' SIGINT; tsc -w -p . & rollup -w -c"},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.12.7","@types/jest":"22.1.x","apollo-cache-inmemory":"^1.1.5","apollo-client":"^2.2.0","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.12.3","graphql-tag":"2.5.0","jest":"21.2.1","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.56.x","rollup-plugin-local-resolve":"1.0.x","rollup-plugin-sourcemaps":"0.4.x","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"mapCoverage":true,"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.8","graphql-anywhere":"^4.1.0-alpha.0"},"lint-staged":{"*.{ts, tsx, js, jsx}":["prettier --trailing-comma all --single-quote --write","git add"],"!(package).json":["prettier --write","git add"]},"pre-commit":"lint-staged","_id":"apollo-link-state@0.4.2","_npmVersion":"6.2.0","_nodeVersion":"10.9.0","_npmUser":{"name":"mdg","email":"npm@meteor.com"},"dist":{"shasum":"ac00e9be9b0ca89eae0be6ba31fe904b80bbe2e8","size":19426,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.4.2.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state_0.4.2_1536950984915_0.43179583557036527"},"_hasShrinkwrap":false,"publish_time":1536950985070,"_cnpm_publish_time":1536950985070},"0.4.1":{"name":"apollo-link-state","version":"0.4.1","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext:main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link-state.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link-state/issues"},"homepage":"https://github.com/apollographql/apollo-link-state#readme","scripts":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","coverage":"npm run lint && jest --coverage","watch":"trap 'kill -9 %1' SIGINT; tsc -w -p . & rollup -w -c"},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"22.1.x","apollo-cache-inmemory":"^1.1.5","apollo-client":"^2.2.0","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.56.x","rollup-plugin-local-resolve":"1.0.x","rollup-plugin-sourcemaps":"0.4.x","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"mapCoverage":true,"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.8","graphql-anywhere":"^4.1.0-alpha.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","_id":"apollo-link-state@0.4.1","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"},"dist":{"shasum":"65e9e0e12c67936b8c4b12b8438434f393104579","size":17022,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.4.1.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state_0.4.1_1520962357104_0.3816826764205279"},"_hasShrinkwrap":false,"publish_time":1520962357217,"_cnpm_publish_time":1520962357217},"0.4.0":{"name":"apollo-link-state","version":"0.4.0","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext:main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link-state.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link-state/issues"},"homepage":"https://github.com/apollographql/apollo-link-state#readme","scripts":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","coverage":"npm run lint && jest --coverage","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.1.5","apollo-client":"^2.2.0","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.6","graphql-anywhere":"^4.1.0-alpha.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","_id":"apollo-link-state@0.4.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"},"dist":{"shasum":"916dab5fa4ecc18d99dd9664b1d22476f4b280a6","size":14362,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.4.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.4.0.tgz_1517589367274_0.24221235187724233"},"directories":{},"publish_time":1517589367362,"_hasShrinkwrap":false,"_cnpm_publish_time":1517589367362},"0.4.0-beta.0":{"name":"apollo-link-state","version":"0.4.0-beta.0","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext:main":"./lib/index.js","typings":"./lib/index.d.ts","repository":{"type":"git","url":"git+https://github.com/apollographql/apollo-link-state.git"},"bugs":{"url":"https://github.com/apollographql/apollo-link-state/issues"},"homepage":"https://github.com/apollographql/apollo-link-state#readme","scripts":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","coverage":"npm run lint && jest --coverage","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.1.5","apollo-client":"^2.2.0","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.1","graphql-anywhere":"^4.1.0-alpha.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","_id":"apollo-link-state@0.4.0-beta.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"},"dist":{"shasum":"548b6249c1bc1e06ad4fcae6b40bd64903de14d1","size":14346,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.4.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.4.0-beta.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.4.0-beta.0.tgz_1516742585023_0.284398679388687"},"directories":{},"publish_time":1516742586026,"_hasShrinkwrap":false,"_cnpm_publish_time":1516742586026},"0.3.1":{"name":"apollo-link-state","version":"0.3.1","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext: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":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","coverage":"npm run lint && jest --coverage","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.1.5","apollo-client":"^2.2.0","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.1","graphql-anywhere":"^4.1.0-alpha.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","_id":"apollo-link-state@0.3.1","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"},"dist":{"shasum":"e323d41357bb908c7b888d51a5650b8cdcef025d","size":13136,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.3.1.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.3.1.tgz_1515193802885_0.6300318643916398"},"directories":{},"publish_time":1515193803847,"_hasShrinkwrap":false,"_cnpm_publish_time":1515193803847},"0.3.0":{"name":"apollo-link-state","version":"0.3.0","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext: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":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","coverage":"npm run lint && jest --coverage","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.0.0","apollo-client":"^2.0.1","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.1","graphql-anywhere":"^4.1.0-alpha.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","_id":"apollo-link-state@0.3.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"},"dist":{"shasum":"201197ff29a9168134c0754889f443de9917ae89","size":15393,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.3.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.3.0.tgz_1513882709085_0.13276887056417763"},"directories":{},"publish_time":1513882710040,"_hasShrinkwrap":false,"_cnpm_publish_time":1513882710040},"0.2.0":{"name":"apollo-link-state","version":"0.2.0","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext: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":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","coverage":"npm run lint && jest --coverage","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.0.0","apollo-client":"^2.0.1","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.1","graphql-anywhere":"^4.1.0-alpha.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","_id":"apollo-link-state@0.2.0","_npmVersion":"5.3.0","_nodeVersion":"8.4.0","_npmUser":{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"},"dist":{"shasum":"013118099e365c8bf7563cd924e80a3258b16739","size":12762,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.2.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.2.0.tgz_1513741234848_0.8993299105204642"},"directories":{},"publish_time":1513741235795,"_hasShrinkwrap":false,"_cnpm_publish_time":1513741235795},"0.1.0":{"name":"apollo-link-state","version":"0.1.0","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext: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":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","coverage":"npm run lint && jest --coverage","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.0.0","apollo-client":"^2.0.1","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.1","graphql-anywhere":"^4.1.0-alpha.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","_id":"apollo-link-state@0.1.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"jbaxleyiii","email":"james@meteor.com"},"dist":{"shasum":"fe873915b83f3cb91a9492377278376214bcbee0","size":8840,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.1.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.1.0.tgz_1512735532417_0.27568296901881695"},"directories":{},"publish_time":1512735532562,"_hasShrinkwrap":false,"_cnpm_publish_time":1512735532562},"0.0.5-alpha.0":{"name":"apollo-link-state","version":"0.0.5-alpha.0","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext: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":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","coverage":"npm run lint && jest --coverage","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.0.0","apollo-client":"^2.0.1","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.1","graphql-anywhere":"^4.1.0-alpha.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","_id":"apollo-link-state@0.0.5-alpha.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"jbaxleyiii","email":"james@meteor.com"},"dist":{"shasum":"a0d5644785a1ccf5418547c52e201285fbee9d90","size":8884,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.0.5-alpha.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.0.5-alpha.0.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.0.5-alpha.0.tgz_1512500301873_0.43531881109811366"},"directories":{},"publish_time":1512500302782,"_hasShrinkwrap":false,"_cnpm_publish_time":1512500302782},"0.0.4":{"name":"apollo-link-state","version":"0.0.4","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext: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":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","coverage":"npm run lint && jest --coverage","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1.2 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.0.0","apollo-client":"^2.0.1","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lerna":"2.4.0","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.1","graphql-anywhere":"^4.0.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","gitHead":"b5ef93cedb3ca783a549a6797bd8d66702be40ad","_id":"apollo-link-state@0.0.4","_npmVersion":"5.5.1","_nodeVersion":"8.1.2","_npmUser":{"name":"jbaxleyiii","email":"james@meteor.com"},"dist":{"shasum":"23a5c0dafd69d974bc740d6f9b821988af3a36e8","size":12313,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.0.4.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.0.4.tgz_1509567237840_0.23806930636055768"},"directories":{},"publish_time":1509567238719,"_cnpm_publish_time":1509567238719,"_hasShrinkwrap":false},"0.0.3":{"name":"apollo-link-state","version":"0.0.3","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext: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":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1.2 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.0.0","apollo-client":"^2.0.1","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lerna":"2.4.0","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.1","graphql-anywhere":"^4.0.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","gitHead":"efea00f68ede94ac12d9b92f724d1bbf94e35292","_id":"apollo-link-state@0.0.3","_npmVersion":"5.5.1","_nodeVersion":"8.1.2","_npmUser":{"name":"jbaxleyiii","email":"james@meteor.com"},"dist":{"shasum":"0d8aa394d31b24f2d77c5bc5fb331d0d8fa8fb02","size":12247,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.0.3.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.0.3.tgz_1509466344419_0.919990541646257"},"directories":{},"publish_time":1509466345483,"_hasShrinkwrap":false,"_cnpm_publish_time":1509466345483},"0.0.2":{"name":"apollo-link-state","version":"0.0.2","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext: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":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1.2 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.0.0","apollo-client":"^2.0.1","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lerna":"2.4.0","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.1","graphql-anywhere":"^4.0.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","gitHead":"f56dc0ec92714f85ac6be86172d10bf36dc99c50","_id":"apollo-link-state@0.0.2","_npmVersion":"5.5.1","_nodeVersion":"8.1.2","_npmUser":{"name":"jbaxleyiii","email":"james@meteor.com"},"dist":{"shasum":"c1debee2c756a3b0fc5e00d2ce6f1279928be035","size":12463,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.0.2.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.0.2.tgz_1509421134580_0.2785507154185325"},"directories":{},"publish_time":1509421135524,"_hasShrinkwrap":false,"_cnpm_publish_time":1509421135524},"0.0.1":{"name":"apollo-link-state","version":"0.0.1","description":"An easy way to manage local state with Apollo Link","author":{"name":"James Baxley","email":"james@meteor.com"},"license":"MIT","main":"./lib/bundle.umd.js","module":"./lib/index.js","jsnext: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":{"build:browser":"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser","build":"tsc -p .","bundle":"rollup -c","clean":"rimraf lib/* && rimraf coverage/*","filesize":"npm run build && npm run build:browser && bundlesize","prelint":"npm run lint-fix","lint-fix":"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"","lint":"tslint --type-check -p tsconfig.json -c tslint.json src/*.ts","lint-staged":"lint-staged","minify:browser":"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js","postbuild":"npm run bundle","prebuild":"npm run clean","prepublishOnly":"npm run clean && npm run build","test":"jest","watch":"tsc -w -p ."},"bundlesize":[{"name":"apollo-link-state","path":"./lib/bundle.min.js","threshold":"1.2 Kb"}],"peerDependencies":{"apollo-link":"^1.0.0"},"devDependencies":{"@types/graphql":"0.11.5","@types/jest":"21.1.5","apollo-cache-inmemory":"^1.0.0","apollo-client":"^2.0.1","apollo-link":"^1.0.0","browserify":"14.5.0","bundlesize":"0.15.3","codecov":"3.0.0","danger":"1.2.0","graphql":"0.11.7","graphql-tag":"2.5.0","jest":"21.2.1","lerna":"2.4.0","lint-staged":"4.3.0","pre-commit":"1.2.2","prettier":"1.7.4","rimraf":"2.6.1","rollup":"0.45.2","ts-jest":"21.1.4","tslint":"5.8.0","typescript":"2.5.1","uglify-js":"3.1.5"},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js","json"]},"dependencies":{"apollo-utilities":"^1.0.1","graphql-anywhere":"^4.0.0"},"lint-staged":{"*.ts*":["prettier --trailing-comma all --single-quote --write","git add"],"*.js*":["prettier --trailing-comma all --single-quote --write","git add"],"*.json*":["prettier --write","git add"]},"pre-commit":"lint-staged","gitHead":"40b46829177fcaf37baf458e387c709579be1de5","_id":"apollo-link-state@0.0.1","_npmVersion":"5.5.1","_nodeVersion":"8.1.2","_npmUser":{"name":"jbaxleyiii","email":"james@meteor.com"},"dist":{"shasum":"65f348f881efd8868097a7a341b1dbf0e0dab1c6","size":13623,"noattachment":false,"key":"/apollo-link-state/-/apollo-link-state-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/apollo-link-state/download/apollo-link-state-0.0.1.tgz"},"maintainers":[{"name":"apollo-bot","email":"npm@apollographql.com"},{"name":"peggyrayzis","email":"peggyrayzis@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/apollo-link-state-0.0.1.tgz_1509418653349_0.46355667850002646"},"directories":{},"publish_time":1509418654256,"_hasShrinkwrap":false,"_cnpm_publish_time":1509418654256}},"readme":"ERROR: No README data found!","_attachments":{},"homepage":"https://github.com/apollographql/apollo-link-state#readme","bugs":{"url":"https://github.com/apollographql/apollo-link-state/issues"},"license":"MIT"}