{"_id":"jsonp-retry","_rev":"340749","name":"jsonp-retry","description":"A simple jsonp with retry and storage","dist-tags":{"latest":"1.0.3"},"maintainers":[{"name":"defaultlee","email":""}],"time":{"modified":"2021-06-20T02:29:08.000Z","created":"2017-08-30T15:20:51.463Z","1.0.3":"2018-05-16T09:22:54.685Z","1.0.2":"2018-03-13T12:55:38.365Z","1.0.1":"2018-01-08T07:47:30.789Z","1.0.0":"2017-12-05T12:21:12.297Z","0.1.6":"2017-11-09T15:15:50.265Z","0.1.5":"2017-11-02T16:01:04.735Z","0.1.4":"2017-10-26T14:04:21.714Z","0.1.3":"2017-10-26T13:23:46.060Z","0.1.2":"2017-10-20T10:12:37.484Z","0.1.1":"2017-10-11T15:35:39.377Z","0.1.0":"2017-10-10T11:19:01.133Z","0.0.8":"2017-09-14T06:41:56.448Z","0.0.7":"2017-09-05T15:37:23.909Z","0.0.6":"2017-09-04T10:52:12.253Z","0.0.5":"2017-09-04T08:06:08.284Z","0.0.4":"2017-08-31T09:20:53.810Z","0.0.3":"2017-08-31T06:18:26.707Z","0.0.2":"2017-08-30T15:20:51.463Z"},"users":{},"author":{"name":"luckyadam"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"versions":{"1.0.3":{"name":"jsonp-retry","version":"1.0.3","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","module":"dist/jsonp.esm.js","jsnext:main":"dist/jsonp.esm.js","scripts":{"clear":"rm -rf dist","precommit":"lint-staged","lint":"eslint src test","lint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all lint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"lint-staged":{"*.js":["eslint --fix","git add"]},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","lint-staged":"^6.0.0","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"e49dcee68245c92703764106e9e23d82f7891fea","_id":"jsonp-retry@1.0.3","_npmVersion":"5.8.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"9e6b18b02ec767a621dd44b4e99439a8a43a6419","size":36739,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-1.0.3.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry_1.0.3_1526462574582_0.3548643709986423"},"_hasShrinkwrap":false,"publish_time":1526462574685,"_cnpm_publish_time":1526462574685},"1.0.2":{"name":"jsonp-retry","version":"1.0.2","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","precommit":"lint-staged","lint":"eslint src test","lint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all lint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"lint-staged":{"*.js":["eslint --fix","git add"]},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","lint-staged":"^6.0.0","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"4b799a631408fafa458803748307c24904ecb3fe","_id":"jsonp-retry@1.0.2","_npmVersion":"5.6.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"885fa515607481c950c8f7c0c12e994009119bce","size":28059,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-1.0.2.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry_1.0.2_1520945738271_0.24239735515837824"},"_hasShrinkwrap":false,"publish_time":1520945738365,"_cnpm_publish_time":1520945738365},"1.0.1":{"name":"jsonp-retry","version":"1.0.1","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","precommit":"lint-staged","lint":"eslint src test","lint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all lint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"lint-staged":{"*.js":["eslint --fix","git add"]},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","lint-staged":"^6.0.0","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"76f566cb17b7247dd034432634d09116189836bf","_id":"jsonp-retry@1.0.1","_npmVersion":"5.6.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"cef0d67a749fce0a5fa676e0897838b5fb015432","size":28027,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-1.0.1.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-1.0.1.tgz_1515397650696_0.5724061906803399"},"directories":{},"publish_time":1515397650789,"_cnpm_publish_time":1515397650789,"_hasShrinkwrap":false},"1.0.0":{"name":"jsonp-retry","version":"1.0.0","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","precommit":"lint-staged","lint":"eslint src test","lint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all lint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"lint-staged":{"*.js":["eslint --fix","git add"]},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","husky":"^0.14.3","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","lint-staged":"^6.0.0","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"e14ff73c920534551d78cbe11afaff786a09e6f5","_id":"jsonp-retry@1.0.0","_npmVersion":"5.5.1","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"a4a00e2752e789dee2341eebb0c1685ac160518d","size":27742,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-1.0.0.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-1.0.0.tgz_1512476472202_0.6964353662915528"},"directories":{},"publish_time":1512476472297,"_hasShrinkwrap":false,"_cnpm_publish_time":1512476472297},"0.1.6":{"name":"jsonp-retry","version":"0.1.6","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"9063da63862f7c9bf551dc61f9370e182ee42aec","_id":"jsonp-retry@0.1.6","_npmVersion":"5.5.1","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"55d57a3faa18c667ebd2e11345c86ea9f53df9bc","size":27518,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.1.6.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.1.6.tgz_1510240550181_0.30083627230487764"},"directories":{},"publish_time":1510240550265,"_cnpm_publish_time":1510240550265,"_hasShrinkwrap":false},"0.1.5":{"name":"jsonp-retry","version":"0.1.5","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"4961816eecc4946a0acfa84963eb143b4f6aa29f","_id":"jsonp-retry@0.1.5","_npmVersion":"5.5.1","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"81653b84f25f5a9dc088f977b40551748b4cec8a","size":27431,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.1.5.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.1.5.tgz_1509638464646_0.7955931550823152"},"directories":{},"publish_time":1509638464735,"_hasShrinkwrap":false,"_cnpm_publish_time":1509638464735},"0.1.4":{"name":"jsonp-retry","version":"0.1.4","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"9250fb8e32766e8f488e4be174e30116b9ed616b","_id":"jsonp-retry@0.1.4","_npmVersion":"5.5.1","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"87c2a1546f04c20151a7ee3a4dba380631e55e9b","size":26886,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.1.4.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.1.4.tgz_1509026661627_0.48808313510380685"},"directories":{},"publish_time":1509026661714,"_cnpm_publish_time":1509026661714,"_hasShrinkwrap":false},"0.1.3":{"name":"jsonp-retry","version":"0.1.3","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"0021198c4354c408ce6838620f3cbb0654dac371","_id":"jsonp-retry@0.1.3","_npmVersion":"5.5.1","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"13c43335e69ba4106a66485f7bb7af7a8587d3a7","size":26877,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.1.3.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.1.3.tgz_1509024225921_0.09148123930208385"},"directories":{},"publish_time":1509024226060,"_hasShrinkwrap":false,"_cnpm_publish_time":1509024226060},"0.1.2":{"name":"jsonp-retry","version":"0.1.2","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"53dcabbb66ed2dea194c1e82b63cc5a82432296a","_id":"jsonp-retry@0.1.2","_npmVersion":"5.5.1","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"677bf135f1d1f8843e416dce02e4e177aa2bc082","size":24842,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.1.2.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.1.2.tgz_1508494357320_0.22530932072550058"},"directories":{},"publish_time":1508494357484,"_cnpm_publish_time":1508494357484,"_hasShrinkwrap":false},"0.1.1":{"name":"jsonp-retry","version":"0.1.1","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"87acb268d4c9dd37d6f5d3d9be36dc878053c9ef","_id":"jsonp-retry@0.1.1","_npmVersion":"5.3.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"a02965d9a7c084be9604fcfdb8db61caecad4e8c","size":22916,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.1.1.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.1.1.tgz_1507736139239_0.11640345328487456"},"directories":{},"publish_time":1507736139377,"_hasShrinkwrap":false,"_cnpm_publish_time":1507736139377},"0.1.0":{"name":"jsonp-retry","version":"0.1.0","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"dea75abe7f9c130860127ccf7c7515b3ac8ef752","_id":"jsonp-retry@0.1.0","_npmVersion":"5.3.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"cac89f985bd5bcac6b455ccee25ed4de6736ec92","size":24506,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.1.0.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.1.0.tgz_1507634341014_0.3595683292951435"},"directories":{},"publish_time":1507634341133,"_hasShrinkwrap":false,"_cnpm_publish_time":1507634341133},"0.0.8":{"name":"jsonp-retry","version":"0.0.8","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"01830501d9f591cd8b765d183596f115bccd7fca","_id":"jsonp-retry@0.0.8","_npmVersion":"5.3.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"216acc503226f2fd4a31661c52b6df87c02f5a7f","size":24418,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.0.8.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.0.8.tgz_1505371316352_0.04747620690613985"},"directories":{},"publish_time":1505371316448,"_cnpm_publish_time":1505371316448,"_hasShrinkwrap":false},"0.0.7":{"name":"jsonp-retry","version":"0.0.7","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"4cdcc4bdc1a8a2ec62a1cd48442785fdeaea99d5","_id":"jsonp-retry@0.0.7","_npmVersion":"5.3.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"163328b5b088f5e5c357dca4c1d2d763e40fc3ff","size":24089,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.0.7.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.0.7.tgz_1504625843762_0.45979555253870785"},"directories":{},"publish_time":1504625843909,"_cnpm_publish_time":1504625843909,"_hasShrinkwrap":false},"0.0.6":{"name":"jsonp-retry","version":"0.0.6","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"files":["README.md","LICENSE","src","dist","index.js"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"bac722aad24f2179f4c12087e7ee405fe0fc150d","_id":"jsonp-retry@0.0.6","_npmVersion":"5.3.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"d1cd367f47a57f512a1d1f7bd1163e2f6831b459","size":22455,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.0.6.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.0.6.tgz_1504522332043_0.08687983127310872"},"directories":{},"publish_time":1504522332253,"_hasShrinkwrap":false,"_cnpm_publish_time":1504522332253},"0.0.5":{"name":"jsonp-retry","version":"0.0.5","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"45c144118f0759de380670d5d98ccd57a79f08c8","_id":"jsonp-retry@0.0.5","_npmVersion":"5.3.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"5b96f11bd43eacce201e89f31d825f82f7a0f201","size":57246,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.0.5.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.0.5.tgz_1504512368168_0.6796476761810482"},"directories":{},"publish_time":1504512368284,"_hasShrinkwrap":false,"_cnpm_publish_time":1504512368284},"0.0.4":{"name":"jsonp-retry","version":"0.0.4","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"1aaf1917fa3c4bd634ee18f3f74a4905059320fb","_id":"jsonp-retry@0.0.4","_npmVersion":"5.3.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"6db94fdf2ee17818c5f75e70cc12ee20aaa76357","size":57220,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.0.4.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.0.4.tgz_1504171253715_0.9612876840401441"},"directories":{},"publish_time":1504171253810,"_cnpm_publish_time":1504171253810,"_hasShrinkwrap":false},"0.0.3":{"name":"jsonp-retry","version":"0.0.3","description":"A simple jsonp with retry and storage","main":"dist/jsonp.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp.js -p relative --in-source-map dist/jsonp.dev.js.map --source-map dist/jsonp.js.map","minify":"uglifyjs dist/jsonp.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp.min.js -p relative --in-source-map dist/jsonp.js.map --source-map dist/jsonp.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","coveralls":"^2.13.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"f54b9de1edc0421124c9f94c2331b673789e7e7b","_id":"jsonp-retry@0.0.3","_npmVersion":"5.3.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"d2cd390cf66f0f693f34929e5acc6db6c15aaf38","size":57199,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.0.3.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.0.3.tgz_1504160306525_0.43769538099877536"},"directories":{},"publish_time":1504160306707,"_cnpm_publish_time":1504160306707,"_hasShrinkwrap":false},"0.0.2":{"name":"jsonp-retry","version":"0.0.2","description":"A simple jsonp with retry and storage","main":"dist/jsonp-retry.js","scripts":{"clear":"rm -rf dist","eslint":"eslint src test","eslint:fix":"eslint src test --fix","test:karma":"karma start karma.conf.js --single-run","test:karma:watch":"npm run test:karma -- no-single-run","test":"npm-run-all eslint test:karma","build":"npm-run-all clear transpile optimize minify","transpile:main":"rollup -c rollup.config.js","transpile":"npm-run-all transpile:main","optimize":"uglifyjs dist/jsonp-retry.dev.js -c properties=false,conditionals=false,sequences=false,loops=false,join_vars=false,collapse_vars=false --pure-funcs=Object.defineProperty -b width=120,quote_style=3 -o dist/jsonp-retry.js -p relative --in-source-map dist/jsonp-retry.dev.js.map --source-map dist/jsonp-retry.js.map","minify":"uglifyjs dist/jsonp-retry.js -c properties=false,collapse_vars,evaluate,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code -m -o dist/jsonp-retry.min.js -p relative --in-source-map dist/jsonp-retry.js.map --source-map dist/jsonp-retry.min.js.map","release":"npm run build && npm test && release-it -n -p"},"repository":{"type":"git","url":"git+https://github.com/luckyadam/jsonp-retry.git"},"keywords":["jsonp"],"author":{"name":"luckyadam"},"license":"MIT","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","devDependencies":{"babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-es3-member-expression-literals":"^6.22.0","babel-plugin-transform-es3-property-literals":"^6.22.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-0":"^6.24.1","chai":"^4.1.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","istanbul-instrumenter-loader":"^3.0.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-coverage-istanbul-reporter":"^1.3.0","karma-mocha":"^1.3.0","karma-mocha-reporter":"^2.2.4","karma-sauce-launcher":"^1.2.0","karma-sinon-chai":"^1.3.1","karma-source-map-support":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","release-it":"^2.8.5","rollup":"^0.49.2","rollup-plugin-babel":"^3.0.2","rollup-plugin-commonjs":"^8.2.0","rollup-plugin-node-resolve":"^3.0.0","sinon":"^3.2.1","sinon-chai":"^2.13.0","webpack":"^3.5.5"},"dependencies":{"object-assign":"^4.1.1"},"gitHead":"f858d27c899e8acfa88b69b70728c0c0fdf0638f","_id":"jsonp-retry@0.0.2","_npmVersion":"5.3.0","_nodeVersion":"7.9.0","_npmUser":{"name":"defaultlee","email":"weitaozsh@gmail.com"},"dist":{"shasum":"31cc901fa6cc46b65865a4fdd280f64dc6fe6780","size":55127,"noattachment":false,"key":"/jsonp-retry/-/jsonp-retry-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/jsonp-retry/download/jsonp-retry-0.0.2.tgz"},"maintainers":[{"name":"defaultlee","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonp-retry-0.0.2.tgz_1504106451250_0.9031659704633057"},"directories":{},"publish_time":1504106451463,"_cnpm_publish_time":1504106451463,"_hasShrinkwrap":false}},"readme":"# jsonp-retry\n\n[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)\n\n[![npm](https://img.shields.io/npm/v/jsonp-retry.svg?style=flat-square)](https://www.npmjs.com/package/jsonp-retry)\n[![Build Status](https://img.shields.io/travis/luckyadam/jsonp-retry.svg?style=flat-square)](https://travis-ci.org/luckyadam/jsonp-retry)\n[![Code Climate](https://img.shields.io/codeclimate/github/luckyadam/jsonp-retry.svg?style=flat-square)](https://codeclimate.com/github/luckyadam/jsonp-retry)\n[![Coverage Status](https://img.shields.io/coveralls/luckyadam/jsonp-retry.svg?style=flat-square)](https://coveralls.io/github/luckyadam/jsonp-retry?branch=master)\n[![npm](https://img.shields.io/npm/dw/jsonp-retry.svg?style=flat-square)](https://www.npmjs.com/package/jsonp-retry)\n\nA simple implementation of jsonp, it provides timeout and retry function, when the main request is failed because of timeout, there will be many retries.\n\nAnd the surprise was, you can store the response data to localStorage with **jsonp-retry** automatically, and then it can get the data from localStorage without request from network if it detects the store data is available.Of course, you can custom the store check rule.You will learn how to use this function from the below.\n\nHappy to use!????????\n\n## Installation\n\nIf you use webpack or browserify, you can install this package with npm or yarn\n\n``` bash\nnpm install jsonp-retry --save\n```\n\nor\n\n``` bash\nyarn add jsonp-retry\n```\n\nThen require and use it\n\n```javascript\n\nimport jsonp from 'jsonp-retry'\n\njsonp('//example.com/xxx', {\n  timeout: 3000\n}, function (err, data) {\n  if (err) {\n    throw err\n  }\n  // Todo with data\n})\n```\n\nor use in Promise way\n\n```javascript\n\nimport jsonp from 'jsonp-retry'\n\njsonp('//example.com/xxx', {\n  timeout: 3000\n}).then(data => {\n  // Todo with data\n}).catch(err => {\n  throw err\n})\n```\n\n## Usage\n\n**jsonp-retry** provides a flexible way of using it, usually you can pass an callback to process the request result, and more elegantly, if your environment support [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise), you can use **jsonp-retry** in Promise way.\n\nUsually it accept 3 arguments, `url`、`opts`、`cb`, of course `cb` is not required.It will return an instance of Promise if your environment support.\n\n### jsonp(url, opts, cb?)\n\n* `url`(`String`): the url to fetch data\n* `opts`(`Object`): optional, config the jsonp method\n  * `jsonp`(`String`): appoint the jsonp request url key (defaults to `callback`)\n  * `name`(`String`): appoint the jsonp callback function (defaults to a string with prefix '__jsonp' and current time stamp like `__jsonp1504108585883` )\n  * `params`(`String` or `Object`): appoint the jsonp request url params, it can be a query string like `a=1&b=2&c=3` , or it can be an object like `{ a: 1, b: 2 }` ,it will transform to a query string\n  * `cache`(`Boolean`): appoint the jsonp request url whether to be cached (defaults to `false`)\n  * `timeout`(`Number`): how long after a timeout error is emitted (defaults to `2000ms`)\n  * `retryTimes`(`Number`): when the request is timeout it can appoint how many times to retry (defaults to `2`)\n  * `backup`(`String` or `Array`): appoint a backup url or multiple backup urls, if the url param request is failed, it will use backup url(s) to get backup data for correct display\n  * `dataCheck`(`Function`): a function to check the response data is correct, the function will accept the response data as arguments, if it returns false jsonp-retry would use the backup url(s) to fetch data if there has backup or it will emit an error\n  * `useStore`(`Boolean`): appoint to use localStorage to get or set data or not (defaults to `false`)\n  * `storeCheckKey`(`String`): appoint the key to check in store, it is generally a field of the data which get from localStorage, with it we can get something like version of the data\n  * `storeSign`(`String`): the new data version, you can compare it with the old version of the data in localStorage\n  * `storeCheck`(`Function`): check the data from localStorage if correct (`storeCheck` has been defined inside, you can pass your own function to cover)\n  * `charset`(`String`): appoint the charset of the script tag (defaults `UTF-8`)\n* `cb`(`function`): the request callback, accept 2 arguments, `err` tells if there has an error, `data` is the response data\n\nIn the same way, you can put the first `url` argument into `opts`, so there will only need to pass only 2 arguments like\n\n### jsonp(opts, cb?)\n\n* `opts`(`Object`): optional, config the jsonp method\n  * `url`(`String`): the url to fetch data\n  * others are same as up here\n* `cb`(`function`): the request callback, accept 2 arguments, `err` tells if there has an error, `data` is the response data\n\n## License\n\nMIT License\n\nCopyright (c) 2017 Li,Weitao\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_attachments":{},"homepage":"https://github.com/luckyadam/jsonp-retry#readme","bugs":{"url":"https://github.com/luckyadam/jsonp-retry/issues"},"license":"MIT"}