{"name":"formdata-node","version":"1.0.1","description":"FormData implementation for Node.js. Built over Readable stream and async generators. Can be used to communicate between servers with multipart/form-data format.","repository":{"type":"git","url":"git+https://github.com/octet-stream/form-data.git"},"keywords":["form-data","node","async-iterator","stream"],"author":{"name":"Nick K.","email":"nick.kruchinin@gmail.com"},"license":"MIT","main":"lib/FormData.js","engines":{"node":">=7.6"},"scripts":{"lint":"eslint src","staged":"lint-staged","make":"babel src -d .","watch":"babel src -w -d .","make:ci":"babel src -s -d .","m":"yarn make","w":"yarn watch","cleanup":"rimraf lib test","test":"ava","coverage":"yarn cleanup && yarn make:ci && node_modules/.bin/nyc yarn test && yarn cleanup && yarn make","report":"yarn cleanup && yarn make:ci && node_modules/.bin/nyc yarn test && node_modules/.bin/nyc report --reporter=html yarn test && yarn cleanup && yarn make","ci":"yarn make:ci && node_modules/.bin/nyc yarn test && node_modules/.bin/nyc report --reporter=lcov yarn test && node_modules/.bin/codecov && yarn cleanup && yarn make","precommit":"yarn staged","prepush":"yarn report"},"ava":{"files":["test/**/*.js","!test/__helper__/*.js"]},"devDependencies":{"@babel/cli":"7.0.0-beta.49","@babel/core":"7.0.0-beta.49","@babel/plugin-proposal-async-generator-functions":"7.0.0-beta.49","@babel/plugin-proposal-class-properties":"7.0.0-beta.49","@babel/plugin-proposal-decorators":"7.0.0-beta.49","@babel/plugin-transform-async-to-generator":"7.0.0-beta.49","@babel/plugin-transform-modules-commonjs":"7.0.0-beta.49","@babel/plugin-transform-runtime":"7.0.0-beta.49","@octetstream/eslint-config":"2.1.0","ava":"0.25.0","codecov":"3.0.2","eslint":"4.19.1","eslint-plugin-ava":"4.5.1","husky":"0.14.3","lint-staged":"^7.1.2","lodash.isplainobject":"4.0.6","nyc":"11.8.0","promise-fs":"1.3.0","proxyquire":"2.0.1","rimraf":"2.6.2","sinon":"5.0.10","supertest":"3.1.0","then-busboy":"2.3.4"},"dependencies":{"@babel/runtime":"7.0.0-beta.49","@octetstream/invariant":"1.1.0","mime-types":"2.1.18","nanoid":"1.0.2"},"gitHead":"12c17f459c3f2dac9f2834c0d52ae08300a28509","bugs":{"url":"https://github.com/octet-stream/form-data/issues"},"homepage":"https://github.com/octet-stream/form-data#readme","_id":"formdata-node@1.0.1","_npmVersion":"5.6.0","_nodeVersion":"10.1.0","_npmUser":{"name":"octetstream","email":"nick.kruchinin@gmail.com"},"dist":{"shasum":"3d61b615daa6637869f70f3dfe2821b6d3e09b6d","size":8164,"noattachment":false,"key":"/formdata-node/-/formdata-node-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/formdata-node/download/formdata-node-1.0.1.tgz"},"maintainers":[{"name":"octetstream","email":"nick.kruchinin@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/formdata-node_1.0.1_1527382389660_0.03429798684257457"},"_hasShrinkwrap":false,"publish_time":1527382391855,"_cnpm_publish_time":1527382391855,"dist-tags":{"cjs":"4.4.1","latest":"6.0.3"}}