{"_id":"unfetch","_rev":"2951333","name":"unfetch","description":"Bare minimum fetch polyfill in 500 bytes","dist-tags":{"latest":"5.0.0"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"time":{"modified":"2023-04-27T03:33:13.000Z","created":"2017-02-22T06:02:22.980Z","5.0.0":"2022-12-31T04:20:07.960Z","4.2.0":"2020-09-29T17:50:49.341Z","4.1.0":"2019-03-03T23:15:13.903Z","4.0.1":"2018-09-17T22:14:21.635Z","3.1.2":"2018-09-17T22:10:55.751Z","4.0.0":"2018-09-17T18:01:01.909Z","3.1.1":"2018-07-30T18:34:29.051Z","3.1.0":"2018-07-20T02:50:38.807Z","3.0.0":"2017-06-28T15:12:21.755Z","2.1.2":"2017-03-03T14:34:48.659Z","2.1.1":"2017-02-27T04:03:42.518Z","2.1.0":"2017-02-25T20:27:35.034Z","2.0.1":"2017-02-25T19:55:25.488Z","2.0.0":"2017-02-25T05:13:41.952Z","1.0.1":"2017-02-22T20:56:35.546Z","1.0.0":"2017-02-22T06:02:22.980Z"},"users":{"ferrari":true,"leomdg":true,"iamale":true,"kankungyip":true,"mhaidarh":true,"redstrike":true,"kiknag":true,"ldq-first":true,"lijsh":true,"moimikey":true,"chinawolf_wyp":true,"fdaciuk":true},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"versions":{"5.0.0":{"name":"unfetch","version":"5.0.0","description":"Bare minimum fetch polyfill in 500 bytes","unpkg":"./polyfill/index.js","main":"./dist/unfetch.js","module":"./dist/unfetch.mjs","jsnext:main":"./dist/unfetch.mjs","umd:main":"./dist/unfetch.umd.js","scripts":{"test":"eslint && tsc -p . --noEmit && NODE_OPTIONS=--experimental-vm-modules jest","build":"microbundle src/index.mjs -f cjs,esm,umd && microbundle polyfill/polyfill.mjs -o polyfill/index.js -f cjs --no-sourcemap","prepare":"npm run -s build","release":"cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish"},"exports":{".":{"import":"./index.mjs","default":"./index.js"},"./polyfill":{"default":"./polyfill/index.js"},"./package.json":"./package.json","./*":"./*"},"workspaces":["./packages/isomorphic-unfetch"],"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","types":"src/index.d.ts","eslintConfig":{"extends":"developit"},"jest":{"testEnvironmentOptions":{"url":"http://localhost/"},"testMatch":["<rootDir>/test/**/*.test.?(m)[jt]s?(x)"],"setupFiles":["<rootDir>/test/_setup.js"],"moduleFileExtensions":["mjs","js","ts"],"transform":{"^.+\\.m?[jt]sx?$":"babel-jest"}},"babel":{"env":{"test":{"presets":["@babel/preset-env","@babel/preset-typescript"]}}},"devDependencies":{"@babel/core":"^7.20.7","@babel/preset-env":"^7.20.2","@babel/preset-typescript":"^7.18.6","@types/jest":"^29.2.5","@types/node":"^18.11.18","cross-var":"^1.1.0","eslint":"^8.30.0","eslint-config-developit":"^1.2.0","jest":"^29.3.1","microbundle":"^0.15.1","typescript":"^4.9.4"},"gitHead":"e8f8baa5c1aaf4f70afcfcc6bfa8b592fae6c861","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@5.0.0","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"shasum":"8a5b6e5779ebe4dde0049f7d7a81d4a1af99d142","size":8766,"noattachment":false,"key":"/unfetch/-/unfetch-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-5.0.0.tgz"},"_npmUser":{"name":"developit","email":"jason@developit.ca"},"directories":{},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unfetch_5.0.0_1672460407785_0.11300525283227625"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-31T04:20:11.779Z","publish_time":1672460407960,"_cnpm_publish_time":1672460407960},"4.2.0":{"name":"unfetch","version":"4.2.0","description":"Bare minimum fetch polyfill in 500 bytes","unpkg":"polyfill/index.js","main":"dist/unfetch.js","module":"dist/unfetch.module.js","jsnext:main":"dist/unfetch.module.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && jest","build":"microbundle src/index.mjs && microbundle -f cjs polyfill/polyfill.mjs -o polyfill/index.js --no-sourcemap && cp dist/unfetch.module.js dist/unfetch.es.js","prepare":"npm run -s build","release":"cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","types":"src/index.d.ts","eslintConfig":{"extends":"developit"},"jest":{"testURL":"http://localhost/","testMatch":["<rootDir>/test/**/*.?(m)js?(x)"],"moduleFileExtensions":["mjs","js"],"transform":{"^.+\\.m?jsx?$":"babel-jest"}},"babel":{"env":{"test":{"presets":["env"]}}},"devDependencies":{"babel-preset-env":"^1.7.0","cross-var":"^1.1.0","eslint":"^3.13.1","eslint-config-developit":"^1.1.1","jest":"^23.6.0","microbundle":"^0.10.1"},"gitHead":"23b29ab2e48dd2efb8e3a4f1d9a0e48157b994ac","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@4.2.0","_nodeVersion":"12.16.0","_npmVersion":"6.13.4","dist":{"shasum":"7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be","size":8175,"noattachment":false,"key":"/unfetch/-/unfetch-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-4.2.0.tgz"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmUser":{"name":"developit","email":"jason@developit.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unfetch_4.2.0_1601401849167_0.16972478840688465"},"_hasShrinkwrap":false,"publish_time":1601401849341,"_cnpm_publish_time":1601401849341},"4.1.0":{"name":"unfetch","version":"4.1.0","description":"Bare minimum fetch polyfill in 500 bytes","unpkg":"polyfill/index.js","main":"dist/unfetch.js","module":"dist/unfetch.mjs","jsnext:main":"dist/unfetch.mjs","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && jest","build":"microbundle src/index.mjs && microbundle -f cjs polyfill/polyfill.mjs -o polyfill/index.js --no-sourcemap && cp dist/unfetch.mjs dist/unfetch.es.js","prepare":"npm run -s build","release":"cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","types":"src/index.d.ts","eslintConfig":{"extends":"developit"},"jest":{"testURL":"http://localhost/","testMatch":["<rootDir>/test/**/*.?(m)js?(x)"],"moduleFileExtensions":["mjs","js"],"transform":{"^.+\\.m?jsx?$":"babel-jest"}},"devDependencies":{"babel-preset-env":"^1.7.0","cross-var":"^1.1.0","eslint":"^3.13.1","eslint-config-developit":"^1.1.1","jest":"^23.6.0","microbundle":"^0.10.1"},"gitHead":"92d9203e02edbd7ac6788be41dd629b5c8247299","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@4.1.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"6ec2dd0de887e58a4dee83a050ded80ffc4137db","size":8613,"noattachment":false,"key":"/unfetch/-/unfetch-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-4.1.0.tgz"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unfetch_4.1.0_1551654913500_0.0979672888545624"},"_hasShrinkwrap":false,"publish_time":1551654913903,"_cnpm_publish_time":1551654913903},"4.0.1":{"name":"unfetch","version":"4.0.1","description":"Bare minimum fetch polyfill in 500 bytes","unpkg":"polyfill/index.js","main":"dist/unfetch.js","module":"dist/unfetch.mjs","jsnext:main":"dist/unfetch.mjs","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && jest","build":"microbundle src/index.mjs && microbundle -f cjs polyfill/polyfill.mjs -o polyfill/index.js --no-sourcemap && cp dist/unfetch.mjs dist/unfetch.es.js","prepare":"npm run -s build","release":"cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","types":"src/index.d.ts","eslintConfig":{"extends":"developit"},"jest":{"testURL":"http://localhost/","testMatch":["<rootDir>/test/**/*.?(m)js?(x)"],"moduleFileExtensions":["mjs","js"],"transform":{"^.+\\.m?jsx?$":"babel-jest"}},"devDependencies":{"babel-preset-env":"^1.7.0","cross-var":"^1.1.0","eslint":"^3.13.1","eslint-config-developit":"^1.1.1","jest":"^23.6.0","microbundle":"^0.6.0"},"gitHead":"1670b30b541ee9209c58653c550cf07489609cb9","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@4.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.9.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"8750c4c7497ade75d40387d7dbc4ba024416b8f6","size":8531,"noattachment":false,"key":"/unfetch/-/unfetch-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-4.0.1.tgz"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unfetch_4.0.1_1537222461432_0.8330027010569077"},"_hasShrinkwrap":false,"publish_time":1537222461635,"_cnpm_publish_time":1537222461635},"3.1.2":{"name":"unfetch","version":"3.1.2","description":"Bare minimum fetch polyfill in 500 bytes","unpkg":"dist/unfetch.umd.js","main":"dist/unfetch.js","module":"dist/unfetch.es.js","jsnext:main":"dist/unfetch.es.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all --silent clean -p rollup:* -p minify:* -s size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"cross-var rollup -c rollup.config.js -f cjs -n unfetch -o $npm_package_main","rollup:umd":"cross-var rollup -c rollup.config.js -f umd -n unfetch -o $npm_package_umd_main","rollup:esm":"cross-var rollup -c rollup.config.js -f es -n unfetch -o $npm_package_module","minify:cjs":"cross-var uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map $npm_package_main.map --source-map $npm_package_main.map","minify:umd":"cross-var uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map $npm_package_umd_main.map --source-map $npm_package_umd_main.map","size":"cross-var echo Gzipped Size: && (cross-var strip-json-comments --no-whitespace $npm_package_main | gzip-size)","prepublish":"npm run -s build","release":"cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","types":"src/index.d.ts","eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","cross-var":"^1.1.0","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-post-replace":"^1.0.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"12575a27b8f7059e50e4fe404b4ae88cd8623f22","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@3.1.2","_npmVersion":"6.4.1","_nodeVersion":"10.9.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"dc271ef77a2800768f7b459673c5604b5101ef77","size":8685,"noattachment":false,"key":"/unfetch/-/unfetch-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-3.1.2.tgz"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unfetch_3.1.2_1537222255578_0.6618687963539136"},"_hasShrinkwrap":false,"publish_time":1537222255751,"_cnpm_publish_time":1537222255751},"4.0.0":{"name":"unfetch","version":"4.0.0","description":"Bare minimum fetch polyfill in 500 bytes","unpkg":"polyfill/index.js","main":"dist/unfetch.js","module":"dist/unfetch.mjs","jsnext:main":"dist/unfetch.mjs","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && jest","build":"microbundle src/index.mjs && microbundle -f cjs polyfill/polyfill.mjs -o polyfill/index.js --no-sourcemap && cp dist/unfetch.mjs dist/unfetch.es.js","prepare":"npm run -s build","release":"cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","types":"src/index.d.ts","eslintConfig":{"extends":"developit"},"jest":{"testURL":"http://localhost/","testMatch":["<rootDir>/test/**/*.?(m)js?(x)"],"moduleFileExtensions":["mjs","js"],"transform":{"^.+\\.m?jsx?$":"babel-jest"}},"devDependencies":{"babel-preset-env":"^1.7.0","cross-var":"^1.1.0","eslint":"^3.13.1","eslint-config-developit":"^1.1.1","jest":"^23.6.0","microbundle":"^0.6.0"},"gitHead":"dbe0a9eebed0d3ee51efb0af6992df61204a6ae8","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@4.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.9.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"3140b44250ad655a8debe2c7dfc01ca5a5fa1d90","size":7859,"noattachment":false,"key":"/unfetch/-/unfetch-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-4.0.0.tgz"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unfetch_4.0.0_1537207261587_0.057140963385646115"},"_hasShrinkwrap":false,"publish_time":1537207261909,"_cnpm_publish_time":1537207261909},"3.1.1":{"name":"unfetch","version":"3.1.1","description":"Bare minimum fetch polyfill in 500 bytes","unpkg":"dist/unfetch.umd.js","main":"dist/unfetch.js","module":"dist/unfetch.es.js","jsnext:main":"dist/unfetch.es.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all --silent clean -p rollup:* -p minify:* -s size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"cross-var rollup -c rollup.config.js -f cjs -n unfetch -o $npm_package_main","rollup:umd":"cross-var rollup -c rollup.config.js -f umd -n unfetch -o $npm_package_umd_main","rollup:esm":"cross-var rollup -c rollup.config.js -f es -n unfetch -o $npm_package_module","minify:cjs":"cross-var uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map $npm_package_main.map --source-map $npm_package_main.map","minify:umd":"cross-var uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map $npm_package_umd_main.map --source-map $npm_package_umd_main.map","size":"cross-var echo Gzipped Size: && (cross-var strip-json-comments --no-whitespace $npm_package_main | gzip-size)","prepublish":"npm run -s build","release":"cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","types":"src/index.d.ts","files":["src","dist","polyfill.js"],"eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","cross-var":"^1.1.0","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-post-replace":"^1.0.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"a07687a57f52349fad87d0ec509c350012979d08","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@3.1.1","_npmVersion":"6.1.0","_nodeVersion":"10.6.0","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"4ef20a4f3c86b5e1d306b9de091ab6e5e8cd9069","size":8773,"noattachment":false,"key":"/unfetch/-/unfetch-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-3.1.1.tgz"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unfetch_3.1.1_1532975668943_0.6104527011319651"},"_hasShrinkwrap":false,"publish_time":1532975669051,"_cnpm_publish_time":1532975669051},"3.1.0":{"name":"unfetch","version":"3.1.0","description":"Bare minimum fetch polyfill in 500 bytes","unpkg":"dist/unfetch.umd.js","main":"dist/unfetch.js","module":"dist/unfetch.es.js","jsnext:main":"dist/unfetch.es.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all --silent clean -p rollup:* -p minify:* -s size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"cross-var rollup -c rollup.config.js -f cjs -n unfetch -o $npm_package_main","rollup:umd":"cross-var rollup -c rollup.config.js -f umd -n unfetch -o $npm_package_umd_main","rollup:esm":"cross-var rollup -c rollup.config.js -f es -n unfetch -o $npm_package_module","minify:cjs":"cross-var uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map $npm_package_main.map --source-map $npm_package_main.map","minify:umd":"cross-var uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map $npm_package_umd_main.map --source-map $npm_package_umd_main.map","size":"cross-var echo Gzipped Size: && (cross-var strip-json-comments --no-whitespace $npm_package_main | gzip-size)","prepublish":"npm run -s build","release":"cross-var npm run build -s && cross-var git commit -am $npm_package_version && cross-var git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","types":"src/index.d.ts","files":["src","dist","polyfill.js"],"eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","cross-var":"^1.1.0","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-post-replace":"^1.0.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"bd07f24c59d393bf705d5873527a86feffb0340d","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@3.1.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"d622b23a49e6fa93a5a6e99e18e073a83b78d3a8","size":8813,"noattachment":false,"key":"/unfetch/-/unfetch-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-3.1.0.tgz"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unfetch_3.1.0_1532055038668_0.4104955424923027"},"_hasShrinkwrap":false,"publish_time":1532055038807,"_cnpm_publish_time":1532055038807},"3.0.0":{"name":"unfetch","version":"3.0.0","description":"Bare minimum fetch polyfill in 500 bytes","main":"dist/unfetch.js","module":"dist/unfetch.es.js","jsnext:main":"dist/unfetch.es.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all --silent clean -p rollup:* -p minify:* -s size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"cross-env FORMAT=cjs rollup -c rollup.config.js -f cjs -n $npm_package_name -o $npm_package_main","rollup:umd":"cross-env FORMAT=umd rollup -c rollup.config.js -f umd -n $npm_package_name -o $npm_package_umd_main","rollup:esm":"rollup -c rollup.config.js -f es -n $npm_package_name -o $npm_package_module","minify:cjs":"uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map","minify:umd":"uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map ${npm_package_umd_main}.map --source-map ${npm_package_umd_main}.map","size":"echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"","prepublish":"npm run -s build","release":"npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","files":["src","dist","polyfill.js"],"eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","cross-env":"^3.1.4","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-post-replace":"^1.0.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"c3db13b969d92a38bb2d3b9cbe63991d341f314f","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@3.0.0","_shasum":"8d1e0513a4ecd0e5ff2d41a6ba77771aae8b6482","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"shasum":"8d1e0513a4ecd0e5ff2d41a6ba77771aae8b6482","size":10547,"noattachment":false,"key":"/unfetch/-/unfetch-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-3.0.0.tgz"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unfetch-3.0.0.tgz_1498662741559_0.6225158649031073"},"directories":{},"publish_time":1498662741755,"_hasShrinkwrap":false,"_cnpm_publish_time":1498662741755},"2.1.2":{"name":"unfetch","version":"2.1.2","description":"Bare minimum fetch polyfill in 500 bytes","main":"dist/unfetch.js","module":"dist/unfetch.es.js","jsnext:main":"dist/unfetch.es.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all --silent clean -p rollup:* -p minify:* -s size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"cross-env FORMAT=cjs rollup -c rollup.config.js -f cjs -n $npm_package_name -o $npm_package_main","rollup:umd":"cross-env FORMAT=umd rollup -c rollup.config.js -f umd -n $npm_package_name -o $npm_package_umd_main","rollup:esm":"rollup -c rollup.config.js -f es -n $npm_package_name -o $npm_package_module","minify:cjs":"uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map","minify:umd":"uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map ${npm_package_umd_main}.map --source-map ${npm_package_umd_main}.map","size":"echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"","prepublish":"npm run -s build","release":"npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","files":["src","dist","polyfill.js"],"eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","cross-env":"^3.1.4","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-post-replace":"^1.0.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"edc961b06b4a971381e6261201485907e4a0d6d1","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@2.1.2","_shasum":"684fee4d8acdb135bdb26c0364c642fc326ca95b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"developit","email":"jason@developit.ca"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"dist":{"shasum":"684fee4d8acdb135bdb26c0364c642fc326ca95b","size":8883,"noattachment":false,"key":"/unfetch/-/unfetch-2.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-2.1.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/unfetch-2.1.2.tgz_1488551688408_0.40959061589092016"},"directories":{},"publish_time":1488551688659,"_cnpm_publish_time":1488551688659,"_hasShrinkwrap":false},"2.1.1":{"name":"unfetch","version":"2.1.1","description":"Bare minimum fetch polyfill in 500 bytes","main":"dist/unfetch.js","module":"dist/unfetch.es.js","jsnext:main":"dist/unfetch.es.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all --silent clean -p rollup:* -p minify:* -s size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"cross-env FORMAT=cjs rollup -c rollup.config.js -f cjs -n $npm_package_name -o $npm_package_main","rollup:umd":"cross-env FORMAT=umd rollup -c rollup.config.js -f umd -n $npm_package_name -o $npm_package_umd_main","rollup:esm":"rollup -c rollup.config.js -f es -n $npm_package_name -o $npm_package_module","minify:cjs":"uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map","minify:umd":"uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map ${npm_package_umd_main}.map --source-map ${npm_package_umd_main}.map","size":"echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"","prepublish":"npm run -s build","release":"npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","files":["src","dist","polyfill.js"],"eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","cross-env":"^3.1.4","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-post-replace":"^1.0.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"c38f66236094e902ad9c8e93df04726226935fcd","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@2.1.1","_shasum":"d934f087be15f13b09277f56dc09f2630af313e3","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"developit","email":"jason@developit.ca"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"dist":{"shasum":"d934f087be15f13b09277f56dc09f2630af313e3","size":6933,"noattachment":false,"key":"/unfetch/-/unfetch-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-2.1.1.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/unfetch-2.1.1.tgz_1488168220709_0.14940181840211153"},"directories":{},"publish_time":1488168222518,"_cnpm_publish_time":1488168222518,"_hasShrinkwrap":false},"2.1.0":{"name":"unfetch","version":"2.1.0","description":"Bare minimum fetch polyfill in 500 bytes","main":"dist/unfetch.js","module":"dist/unfetch.es.js","jsnext:main":"dist/unfetch.es.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all --silent clean -p rollup:* -p minify:* -s size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"cross-env FORMAT=cjs rollup -c rollup.config.js -f cjs -n $npm_package_name -o $npm_package_main","rollup:umd":"cross-env FORMAT=umd rollup -c rollup.config.js -f umd -n $npm_package_name -o $npm_package_umd_main","rollup:esm":"rollup -c rollup.config.js -f es -n $npm_package_name -o $npm_package_module","minify:cjs":"uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map","minify:umd":"uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map ${npm_package_umd_main}.map --source-map ${npm_package_umd_main}.map","size":"echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"","prepublish":"npm run -s build","release":"npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","files":["src","dist","polyfill.js"],"eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","cross-env":"^3.1.4","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-post-replace":"^1.0.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"1286331bd533159553fe6da823ace55511ff1d87","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@2.1.0","_shasum":"721b9eb7742a71c6dbf85d7f9d9412f3f7c6a20d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"developit","email":"jason@developit.ca"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"dist":{"shasum":"721b9eb7742a71c6dbf85d7f9d9412f3f7c6a20d","size":6911,"noattachment":false,"key":"/unfetch/-/unfetch-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-2.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/unfetch-2.1.0.tgz_1488054453198_0.6137411310337484"},"directories":{},"publish_time":1488054455034,"_cnpm_publish_time":1488054455034,"_hasShrinkwrap":false},"2.0.1":{"name":"unfetch","version":"2.0.1","description":"Bare minimum fetch polyfill in 500 bytes","module":"src/index.js","jsnext:main":"src/index.js","main":"dist/unfetch.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all clean -p rollup:* -p minify:* -s size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"cross-env FORMAT=cjs rollup -c rollup.config.js -m -f cjs -n $npm_package_name $npm_package_module -o $npm_package_main","rollup:umd":"rollup -c rollup.config.js -m -f umd -n $npm_package_name $npm_package_module -o $npm_package_umd_main","minify:cjs":"uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map","minify:umd":"uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map ${npm_package_umd_main}.map --source-map ${npm_package_umd_main}.map","size":"echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"","prepublish":"npm run -s build","release":"npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","files":["src","dist","polyfill.js"],"eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","cross-env":"^3.1.4","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-post-replace":"^1.0.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"423ce8490d5e7622dc5e3dc8fb59e528f8ee9a66","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@2.0.1","_shasum":"dd201c2d19151ed8cc5599979c1cf3176910e3b5","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"developit","email":"jason@developit.ca"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"dist":{"shasum":"dd201c2d19151ed8cc5599979c1cf3176910e3b5","size":6105,"noattachment":false,"key":"/unfetch/-/unfetch-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-2.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/unfetch-2.0.1.tgz_1488052525236_0.7843461604788899"},"directories":{},"publish_time":1488052525488,"_cnpm_publish_time":1488052525488,"_hasShrinkwrap":false},"2.0.0":{"name":"unfetch","version":"2.0.0","description":"Bare minimum 500b fetch polyfill.","module":"src/index.js","jsnext:main":"src/index.js","main":"dist/unfetch.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all clean -p rollup:* -p minify:* -s size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"rollup -c rollup.config.js -m -f cjs -n $npm_package_name $npm_package_module -o $npm_package_main","rollup:umd":"rollup -c rollup.config.js -m -f umd -n $npm_package_name $npm_package_module -o $npm_package_umd_main","minify:cjs":"uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map","minify:umd":"uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map ${npm_package_umd_main}.map --source-map ${npm_package_umd_main}.map","size":"echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"","prepublish":"npm run -s build","release":"npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","files":["src","dist","polyfill.js"],"eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","rollup-plugin-post-replace":"^1.0.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"b283359b7c1622d6d35cf79661bd9662c0b5ee59","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@2.0.0","_shasum":"63358898466714b7cf3c3d8778aeb78835f48bee","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"developit","email":"jason@developit.ca"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"dist":{"shasum":"63358898466714b7cf3c3d8778aeb78835f48bee","size":6078,"noattachment":false,"key":"/unfetch/-/unfetch-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-2.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/unfetch-2.0.0.tgz_1487999620223_0.4368072245270014"},"directories":{},"publish_time":1487999621952,"_cnpm_publish_time":1487999621952,"_hasShrinkwrap":false},"1.0.1":{"name":"unfetch","version":"1.0.1","description":"Bare minimum 500b fetch polyfill.","jsnext:main":"src/index.js","main":"dist/unfetch.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all clean -p rollup:* -p minify:* -s size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"rollup -c rollup.config.js -m -f cjs -n $npm_package_name $npm_package_jsnext_main -o $npm_package_main","rollup:umd":"rollup -c rollup.config.js -m -f umd -n $npm_package_name $npm_package_jsnext_main -o $npm_package_umd_main","minify:cjs":"uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map","minify:umd":"uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map ${npm_package_umd_main}.map --source-map ${npm_package_umd_main}.map","size":"echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"","prepublish":"npm run -s build","release":"npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","files":["src","dist"],"eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"f735c61732c824b058addc056eb49b07163bc022","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@1.0.1","_shasum":"185777ec48d69b1e0e89c3efd60ccc4401d90fe7","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"developit","email":"jason@developit.ca"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"dist":{"shasum":"185777ec48d69b1e0e89c3efd60ccc4401d90fe7","size":7248,"noattachment":false,"key":"/unfetch/-/unfetch-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-1.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/unfetch-1.0.1.tgz_1487796995301_0.01775392354466021"},"directories":{},"publish_time":1487796995546,"_cnpm_publish_time":1487796995546,"_hasShrinkwrap":false},"1.0.0":{"name":"unfetch","version":"1.0.0","description":"Bare minimum 500b fetch polyfill.","jsnext:main":"src/index.js","main":"dist/unfetch.js","umd:main":"dist/unfetch.umd.js","scripts":{"test":"eslint src test && mocha --compilers js:babel-register test/**/*.js","build":"npm-run-all clean -p rollup:* -p minify:* -s docs size","clean":"rimraf dist && mkdirp dist","rollup:cjs":"rollup -c rollup.config.js -m -f cjs -n $npm_package_name $npm_package_jsnext_main -o $npm_package_main","rollup:umd":"rollup -c rollup.config.js -m -f umd -n $npm_package_name $npm_package_jsnext_main -o $npm_package_umd_main","minify:cjs":"uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map","minify:umd":"uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map ${npm_package_umd_main}.map --source-map ${npm_package_umd_main}.map","docs":"documentation readme src/index.js --section API -q","size":"echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"","release":"npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"repository":{"type":"git","url":"git+https://github.com/developit/unfetch.git"},"keywords":["fetch","polyfill","xhr","ajax"],"homepage":"https://github.com/developit/unfetch","authors":["Jason Miller <jason@developit.ca>"],"license":"MIT","files":["src","dist"],"eslintConfig":{"parser":"babel-eslint","extends":"eslint:recommended","env":{"browser":true,"mocha":true,"node":true,"es6":true},"globals":{"expect":true}},"devDependencies":{"babel-core":"^6.9.1","babel-eslint":"^7.1.1","babel-preset-es2015":"^6.9.0","babel-preset-stage-0":"^6.5.0","babel-register":"^6.9.0","chai":"^3.5.0","documentation":"^4.0.0-beta4","eslint":"^3.13.1","gzip-size-cli":"^1.0.0","mkdirp":"^0.5.1","mocha":"^3.2.0","npm-run-all":"^2.1.1","rimraf":"^2.5.2","rollup":"^0.41.4","rollup-plugin-buble":"^0.15.0","sinon":"^1.17.4","sinon-chai":"^2.8.0","strip-json-comments-cli":"^1.0.1","uglify-js":"^2.6.2"},"gitHead":"82e108db0505497980bccb6f01d121b68875556d","bugs":{"url":"https://github.com/developit/unfetch/issues"},"_id":"unfetch@1.0.0","_shasum":"dad7c471e4329ee850f2ede8b4a5c0f384006b75","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"developit","email":"jason@developit.ca"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"dist":{"shasum":"dad7c471e4329ee850f2ede8b4a5c0f384006b75","size":6027,"noattachment":false,"key":"/unfetch/-/unfetch-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unfetch/download/unfetch-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/unfetch-1.0.0.tgz_1487743341211_0.7299119574017823"},"directories":{},"publish_time":1487743342980,"_cnpm_publish_time":1487743342980,"_hasShrinkwrap":false}},"readme":"<p align=\"center\">\n  <img src=\"https://i.imgur.com/0cSIPzP.png\" width=\"300\" height=\"300\" alt=\"unfetch\">\n  <br>\n  <a href=\"https://www.npmjs.org/package/unfetch\"><img src=\"https://img.shields.io/npm/v/unfetch.svg?style=flat\" alt=\"npm\"></a>\n  <a href=\"https://unpkg.com/unfetch/polyfill\"><img src=\"https://img.badgesize.io/https://unpkg.com/unfetch/polyfill/index.js?compression=gzip\" alt=\"gzip size\"></a>\n  <a href=\"https://www.npmjs.com/package/unfetch\"><img src=\"https://img.shields.io/npm/dt/unfetch.svg\" alt=\"downloads\" ></a>\n  <a href=\"https://travis-ci.org/developit/unfetch\"><img src=\"https://travis-ci.org/developit/unfetch.svg?branch=master\" alt=\"travis\"></a>\n</p>\n\n# unfetch\n\n> Tiny 500b fetch \"barely-polyfill\"\n\n-   **Tiny:** about **500 bytes** of [ES3](https://unpkg.com/unfetch) gzipped\n-   **Minimal:** just `fetch()` with headers and text/json responses\n-   **Familiar:** a subset of the full API\n-   **Supported:** supports IE8+ _(assuming `Promise` is polyfilled of course!)_\n-   **Standalone:** one function, no dependencies\n-   **Modern:** written in ES2015, transpiled to 500b of old-school JS\n\n> ???? **What's Missing?**\n>\n> -   Uses simple Arrays instead of Iterables, since Arrays _are_ iterables\n> -   No streaming, just Promisifies existing XMLHttpRequest response bodies\n> -   Use in Node.JS is handled by [isomorphic-unfetch](https://github.com/developit/unfetch/tree/master/packages/isomorphic-unfetch)\n\n* * *\n\n- [Unfetch](#unfetch)\n- [Installation](#installation)\n- [Usage: As a Polyfill](#usage-as-a-polyfill)\n- [Usage: As a Ponyfill](#usage-as-a-ponyfill)\n- [Examples & Demos](#examples--demos)\n- [API](#api)\n- [Caveats](#caveats)\n- [Contribute](#contribute)\n- [License](#license)\n\n* * *\n\n## Installation\n\nFor use with [node](http://nodejs.org) and [npm](https://npmjs.com):\n\n```sh\nnpm i unfetch\n```\n\nOtherwise, grab it from [unpkg.com/unfetch](https://unpkg.com/unfetch/).\n\n* * *\n\n## Usage: As a [Polyfill](https://ponyfill.com/#polyfill)\n\nThis automatically \"installs\" unfetch as `window.fetch()` if it detects Fetch isn't supported:\n\n```js\nimport 'unfetch/polyfill'\n\n// fetch is now available globally!\nfetch('/foo.json')\n  .then( r => r.json() )\n  .then( data => console.log(data) )\n```\n\nThis polyfill version is particularly useful for hotlinking from [unpkg](https://unpkg.com):\n\n```html\n<script src=\"https://unpkg.com/unfetch/polyfill\"></script>\n<script>\n  // now our page can use fetch!\n  fetch('/foo')\n</script>\n```\n\n* * *\n\n## Usage: As a [Ponyfill](https://github.com/sindresorhus/ponyfill)\n\nWith a module bundler like [rollup](http://rollupjs.org) or [webpack](https://webpack.js.org),\nyou can import unfetch to use in your code without modifying any globals:\n\n```js\n// using JS Modules:\nimport fetch from 'unfetch'\n\n// or using CommonJS:\nconst fetch = require('unfetch')\n\n// usage:\nfetch('/foo.json')\n  .then( r => r.json() )\n  .then( data => console.log(data) )\n```\n\nThe above will always return `unfetch()`. _(even if `window.fetch` exists!)_\n\nThere's also a UMD bundle available as [unfetch/dist/unfetch.umd.js](https://unpkg.com/unfetch/dist/unfetch.umd.js), which doesn't automatically install itself as `window.fetch`.\n\n* * *\n\n## Examples & Demos\n\n[**Real Example on JSFiddle**](https://jsfiddle.net/developit/qrh7tLc0/) ➡️\n\n```js\n// simple GET request:\nfetch('/foo')\n  .then( r => r.text() )\n  .then( txt => console.log(txt) )\n\n\n// complex POST request with JSON, headers:\nfetch('/bear', {\n  method: 'POST',\n  headers: {\n    'Content-Type': 'application/json'\n  },\n  body: JSON.stringify({ hungry: true })\n}).then( r => {\n  open(r.headers.get('location'));\n  return r.json();\n})\n```\n\n* * *\n\n## API\nWhile one of Unfetch's goals is to provide a familiar interface, its API may differ from other `fetch` polyfills/ponyfills. \nOne of the key differences is that Unfetch focuses on implementing the [`fetch()` API](https://fetch.spec.whatwg.org/#fetch-api), while offering minimal (yet functional) support to the other sections of the [Fetch spec](https://fetch.spec.whatwg.org/), like the [Headers class](https://fetch.spec.whatwg.org/#headers-class) or the [Response class](https://fetch.spec.whatwg.org/#response-class).\nUnfetch's API is organized as follows:\n\n### `fetch(url: string, options: Object)`\nThis function is the heart of Unfetch. It will fetch resources from `url` according to the given `options`, returning a Promise that will eventually resolve to the response.\n\nUnfetch will account for the following properties in `options`:\n  \n  * `method`: Indicates the request method to be performed on the\n   target resource (The most common ones being `GET`, `POST`, `PUT`, `PATCH`, `HEAD`, `OPTIONS` or `DELETE`).\n  * `headers`: An `Object` containing additional information to be sent with the request, e.g. `{ 'Content-Type': 'application/json' }` to indicate a JSON-typed request body.\n  * `credentials`: ⚠ Accepts a `\"include\"` string, which will allow both CORS and same origin requests to work with cookies. As pointed in the ['Caveats' section](#caveats), Unfetch won't send or receive cookies otherwise. The `\"same-origin\"` value is not supported. ⚠\n  * `body`: The content to be transmitted in request's body. Common content types include `FormData`, `JSON`, `Blob`, `ArrayBuffer` or plain text.\n\n### `response` Methods and Attributes\nThese methods are used to handle the response accordingly in your Promise chain. Instead of implementing full spec-compliant [Response Class](https://fetch.spec.whatwg.org/#response-class) functionality, Unfetch provides the following methods and attributes:\n\n#### `response.ok`\nReturns `true` if the request received a status in the `OK` range (200-299).\n\n#### `response.status`\nContains the status code of the response, e.g. `404` for a not found resource, `200` for a success.\n\n#### `response.statusText`\nA message related to the `status` attribute, e.g. `OK` for a status `200`.\n\n#### `response.clone()`\nWill return another `Object` with the same shape and content as `response`.\n\n#### `response.text()`, `response.json()`, `response.blob()`\nWill return the response content as plain text, JSON and `Blob`, respectively.\n\n#### `response.headers`\nAgain, Unfetch doesn't implement a full spec-compliant [`Headers Class`](https://fetch.spec.whatwg.org/#headers), emulating some of the Map-like functionality through its own functions:\n  * `headers.keys`: Returns an `Array` containing the `key` for every header in the response.\n  * `headers.entries`: Returns an `Array` containing the `[key, value]` pairs for every `Header` in the response.\n  * `headers.get(key)`: Returns the `value` associated with the given `key`.\n  * `headers.has(key)`: Returns a `boolean` asserting the existence of a `value` for the given `key` among the response headers.\n\n## Caveats\n\n_Adapted from the GitHub fetch polyfill [**readme**](https://github.com/github/fetch#caveats)._\n\nThe `fetch` specification differs from `jQuery.ajax()` in mainly two ways that\nbear keeping in mind:\n\n* By default, `fetch` **won't send or receive any cookies** from the server,\n  resulting in unauthenticated requests if the site relies on maintaining a user\n  session.\n\n```javascript\nfetch('/users', {\n  credentials: 'include'\n});\n```\n\n* The Promise returned from `fetch()` **won't reject on HTTP error status**\n  even if the response is an HTTP 404 or 500. Instead, it will resolve normally,\n  and it will only reject on network failure or if anything prevented the\n  request from completing.\n\n  To have `fetch` Promise reject on HTTP error statuses, i.e. on any non-2xx\n  status, define a custom response handler:\n\n```javascript\nfetch('/users')\n  .then(response => {\n    if (response.ok) {\n      return response;\n    }\n    // convert non-2xx HTTP responses into errors:\n    const error = new Error(response.statusText);\n    error.response = response;\n    return Promise.reject(error);\n  })\n  .then(response => response.json())\n  .then(data => {\n    console.log(data);\n  });\n```\n\n* * *\n\n## Contribute\n\nFirst off, thanks for taking the time to contribute!\nNow, take a moment to be sure your contributions make sense to everyone else.\n\n### Reporting Issues\n\nFound a problem? Want a new feature? First of all see if your issue or idea has [already been reported](../../issues).\nIf it hasn't, just open a [new clear and descriptive issue](../../issues/new).\n\n### Submitting pull requests\n\nPull requests are the greatest contributions, so be sure they are focused in scope, and do avoid unrelated commits.\n\n> ???? **Remember: size is the #1 priority.**\n>\n> Every byte counts! PR's can't be merged if they increase the output size much.\n\n-   Fork it!\n-   Clone your fork: `git clone https://github.com/<your-username>/unfetch`\n-   Navigate to the newly cloned directory: `cd unfetch`\n-   Create a new branch for the new feature: `git checkout -b my-new-feature`\n-   Install the tools necessary for development: `npm install`\n-   Make your changes.\n-   `npm run build` to verify your change doesn't increase output size.\n-   `npm test` to make sure your change doesn't break anything.\n-   Commit your changes: `git commit -am 'Add some feature'`\n-   Push to the branch: `git push origin my-new-feature`\n-   Submit a pull request with full remarks documenting your changes.\n\n## License\n\n[MIT License](LICENSE.md) © [Jason Miller](https://jasonformat.com/)\n","_attachments":{},"homepage":"https://github.com/developit/unfetch","bugs":{"url":"https://github.com/developit/unfetch/issues"},"license":"MIT"}