{"_id":"stream-transform","_rev":"4251966","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","dist-tags":{"latest":"3.4.1"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"time":{"modified":"2026-03-31T23:47:36.000Z","created":"2014-04-28T11:39:46.746Z","3.4.1":"2026-03-17T18:06:50.710Z","3.4.0":"2025-07-10T12:08:52.218Z","3.3.3":"2024-11-21T09:11:25.942Z","3.3.2":"2024-05-13T22:48:11.041Z","3.3.1":"2024-02-27T15:30:17.048Z","3.3.0":"2023-12-08T17:11:03.343Z","3.2.10":"2023-10-09T08:22:49.159Z","3.2.9":"2023-10-05T09:39:40.438Z","3.2.8":"2023-08-25T14:46:23.644Z","3.2.7":"2023-08-24T10:29:08.498Z","3.2.6":"2023-05-04T20:48:19.585Z","3.2.5":"2023-04-30T21:14:44.272Z","3.2.4":"2023-04-16T20:58:56.459Z","3.2.2":"2023-02-08T09:00:57.678Z","3.2.1":"2022-11-08T20:32:19.247Z","3.2.0":"2022-07-10T20:52:33.112Z","3.1.0":"2022-05-24T08:44:53.788Z","3.0.4":"2021-12-29T22:15:37.455Z","3.0.3":"2021-11-19T12:10:45.643Z","3.0.2":"2021-11-18T14:27:56.095Z","3.0.1":"2021-11-15T22:52:59.911Z","3.0.0":"2021-11-15T22:19:06.835Z","2.1.3":"2021-09-03T08:25:29.214Z","2.1.2":"2021-08-27T16:39:17.427Z","2.1.0":"2021-04-03T21:11:55.377Z","2.0.4":"2020-12-15T08:09:37.176Z","2.0.3":"2020-11-16T10:55:24.373Z","2.0.2":"2020-05-04T20:47:00.337Z","2.0.1":"2019-06-08T11:07:53.333Z","2.0.0":"2019-04-25T22:47:38.330Z","1.0.8":"2018-12-07T22:01:23.515Z","1.0.7":"2018-09-29T19:18:15.695Z","1.0.6":"2018-09-28T21:30:01.895Z","1.0.5":"2018-09-28T21:18:58.084Z","1.0.4":"2018-09-25T00:00:37.675Z","1.0.3":"2018-09-24T23:56:17.624Z","1.0.2":"2018-02-15T12:53:48.170Z","1.0.1":"2018-02-14T21:28:18.999Z","1.0.0":"2017-10-20T12:07:30.076Z","0.2.2":"2017-10-20T11:47:54.648Z","0.2.1":"2017-10-20T11:41:48.265Z","0.2.0":"2017-10-20T10:55:37.175Z","0.1.2":"2017-02-07T21:19:56.699Z","0.1.1":"2015-10-20T20:40:06.672Z","0.1.0":"2015-06-10T21:19:35.817Z","0.0.9":"2015-06-09T09:48:47.058Z","0.0.8":"2015-05-29T09:36:12.721Z","0.0.7":"2015-02-27T08:44:57.274Z","0.0.6":"2014-08-07T19:10:52.722Z","0.0.4":"2014-06-22T13:32:26.707Z","0.0.2":"2014-04-28T11:39:46.746Z"},"users":{"davidbraun":true,"cognivator":true,"philipjc":true},"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"versions":{"3.4.1":{"version":"3.4.1","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object","backend","frontend"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-node-resolve":"^16.0.3","@types/mocha":"^10.0.10","@types/node":"^25.5.0","csv-generate":"^4.5.1","mocha":"^11.7.5","pad":"^3.3.0","prettier":"^3.8.1","rollup":"^4.59.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.2","tsx":"^4.21.0","typescript":"^5.9.3"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"import":"tsx","inline-diffs":true,"recursive":true,"reporter":"spec","throw-deprecation":false,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","postbuild:ts":"find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;","lint:check":"eslint && tsc --noEmit true","lint:fix":"eslint --fix","lint:ts":"tsc --noEmit true","preversion":"npm run build && git add dist","test":"npx tsc --noEmit && mocha 'test/**/*.{js,ts}'","test:16":"mocha 'test/**/*.js'","test:legacy":"mocha --ignore test/handler.mode.callback.js --ignore test/handler.mode.callback.error.js 'test/**/*.{js,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"bec87d1afd1f305d1a97103cf53a7cb72622d077","_id":"stream-transform@3.4.1","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_nodeVersion":"24.14.0","_npmVersion":"lerna/9.0.7/node@v24.14.0+x64 (linux)","dist":{"shasum":"dbf12af98638aa9a0d1bded7be71212345cc4818","size":238008,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.4.1.tgz"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:e075e986-2a44-498a-abca-f6bb88e23bf8"}},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/stream-transform_3.4.1_1773770810523_0.695168293712741"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-17T18:06:50.710Z","publish_time":1773770810710,"_source_registry_name":"default","_cnpm_publish_time":1773770810710},"3.4.0":{"version":"3.4.0","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object","backend","frontend"],"author":"David Worms <david@adaltas.com> (https://www.adaltas.com)","devDependencies":{"@rollup/plugin-node-resolve":"^16.0.1","@types/mocha":"^10.0.10","@types/node":"^22.15.30","csv-generate":"^4.5.0","each":"^2.7.2","mocha":"~11.5.0","pad":"~3.3.0","prettier":"^3.5.3","rollup":"^4.41.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.2","tsx":"^4.19.4","typescript":"^5.8.3"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"ts-node/esm","recursive":true,"reporter":"spec","throw-deprecation":false,"timeout":40000},"repository":{"type":"git","url":"https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","postbuild:ts":"find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;","lint:check":"eslint && tsc --noEmit true","lint:fix":"eslint --fix","lint:ts":"tsc --noEmit true","preversion":"npm run build && git add dist","test":"mocha 'test/**/*.{js,ts}'","test:legacy":"mocha --ignore test/handler.mode.callback.js --ignore test/handler.mode.callback.error.js 'test/**/*.{js,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"d6b53b3d22404e5cd7dbe8b171c0e6504850d4ee","_nodeVersion":"22.17.0","_npmVersion":"lerna/8.2.2/node@v22.17.0+x64 (linux)","_id":"stream-transform@3.4.0","dist":{"shasum":"38d562fbdad38c3b6cda959ad36751014bb26e18","size":238030,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.4.0.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com","actor":{"name":"david","email":"david@adaltas.com","type":"user"}},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/stream-transform_3.4.0_1752149331957_0.16604510917125737"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-10T12:08:52.218Z","publish_time":1752149332218,"_source_registry_name":"default","_cnpm_publish_time":1752149332218},"3.3.3":{"version":"3.3.3","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object","backend","frontend"],"author":"David Worms <david@adaltas.com> (https://www.adaltas.com)","devDependencies":{"@eslint/js":"^9.15.0","@rollup/plugin-node-resolve":"^15.3.0","@types/mocha":"^10.0.9","@types/node":"^22.9.1","coffeescript":"~2.7.0","csv-generate":"^4.4.2","each":"^2.7.2","eslint":"^9.15.0","eslint-config-prettier":"^9.1.0","eslint-plugin-mocha":"^10.5.0","eslint-plugin-prettier":"^5.2.1","mocha":"~10.8.2","pad":"~3.3.0","prettier":"^3.3.3","rollup":"^4.27.3","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.2","typescript":"^5.6.3"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":false,"timeout":40000},"lint-staged":{"*.js":"npm run lint:fix","*.md":"prettier -w"},"repository":{"type":"git","url":"https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","postbuild:ts":"find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;","lint:check":"eslint && tsc --noEmit true","lint:fix":"eslint --fix && tsc --noEmit true","preversion":"npm run build && git add dist","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js --ignore test/handler.mode.callback.coffee --ignore test/handler.mode.callback.error.coffee 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"cc1235a58de98dd9eab0665c7b1d03213e9633c7","_nodeVersion":"22.11.0","_npmVersion":"lerna/8.1.9/node@v22.11.0+x64 (linux)","_id":"stream-transform@3.3.3","dist":{"shasum":"d130bfed33739de6ef190a8f06cc8ad1b4c1635a","size":241330,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.3.3.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.3.3_1732180285687_0.08091455843707118"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-21T09:11:25.942Z","publish_time":1732180285942,"_source_registry_name":"default","_cnpm_publish_time":1732180285942},"3.3.2":{"version":"3.3.2","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object","backend","frontend"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.4","@rollup/plugin-node-resolve":"^15.2.1","@types/mocha":"^10.0.1","@types/node":"^20.5.6","coffeescript":"~2.7.0","csv-generate":"^4.4.1","each":"^2.4.0","eslint":"^8.47.0","mocha":"~10.2.0","pad":"~3.2.0","rollup":"^3.28.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^5.2.2"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","postbuild:ts":"find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","postlint":"tsc --noEmit true","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js --ignore test/handler.mode.callback.coffee --ignore test/handler.mode.callback.error.coffee 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"6aadcace1a9e77ea308159733391e42ad019c5cb","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.3.2","_nodeVersion":"16.20.2","_npmVersion":"lerna/6.6.2/node@v16.20.2+x64 (linux)","dist":{"shasum":"398c67b2f3b6ed5d04ceadde9e412bda8416c8ab","size":241401,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.3.2.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.3.2_1715640490852_0.41549850886162987"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T22:48:11.041Z","publish_time":1715640491041,"_source_registry_name":"default","_cnpm_publish_time":1715640491041},"3.3.1":{"version":"3.3.1","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object","backend","frontend"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.4","@rollup/plugin-node-resolve":"^15.2.1","@types/mocha":"^10.0.1","@types/node":"^20.5.6","coffeescript":"~2.7.0","csv-generate":"^4.4.0","each":"^2.4.0","eslint":"^8.47.0","mocha":"~10.2.0","pad":"~3.2.0","rollup":"^3.28.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^5.2.2"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","postbuild:ts":"find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","postlint":"tsc --noEmit true","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js --ignore test/handler.mode.callback.coffee --ignore test/handler.mode.callback.error.coffee 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"6575fc60ef848fb7fd3acbf5ff32130345fe1524","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.3.1","_nodeVersion":"16.20.2","_npmVersion":"lerna/6.6.2/node@v16.20.2+x64 (linux)","dist":{"shasum":"f8bb6a811e505056b6a215c466e4c2760347189f","size":241402,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.3.1.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.3.1_1709047816780_0.5060017869565339"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-27T15:30:17.048Z","publish_time":1709047817048,"_source_registry_name":"default","_cnpm_publish_time":1709047817048},"3.3.0":{"version":"3.3.0","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object","backend","frontend"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.4","@rollup/plugin-node-resolve":"^15.2.1","@types/mocha":"^10.0.1","@types/node":"^20.5.6","coffeescript":"~2.7.0","csv-generate":"^4.3.1","each":"^2.4.0","eslint":"^8.47.0","mocha":"~10.2.0","pad":"~3.2.0","rollup":"^3.28.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^5.2.2"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","postbuild:ts":"find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","postlint":"tsc --noEmit true","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js --ignore test/handler.mode.callback.coffee --ignore test/handler.mode.callback.error.coffee 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"a312a7c4cc8a58cefdaa16cb1ddbf14bf047c4b9","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.3.0","_nodeVersion":"16.20.2","_npmVersion":"lerna/6.6.2/node@v16.20.2+x64 (linux)","dist":{"shasum":"b9d51b173acd94f195a941cb8856897f0a2af536","size":241401,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.3.0.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.3.0_1702055463063_0.2291199996420763"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-08T17:11:03.343Z","publish_time":1702055463343,"_source_registry_name":"default","_cnpm_publish_time":1702055463343},"3.2.10":{"version":"3.2.10","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.4","@rollup/plugin-node-resolve":"^15.2.1","@types/mocha":"^10.0.1","@types/node":"^20.5.6","coffeescript":"~2.7.0","csv-generate":"^4.3.0","each":"^2.4.0","eslint":"^8.47.0","mocha":"~10.2.0","pad":"~3.2.0","rollup":"^3.28.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^5.2.2"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","postbuild:ts":"find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","postlint":"tsc --noEmit true","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js --ignore test/handler.mode.callback.coffee 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"79939aee56c467ab8f866eac3ebc591279b2f6f2","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.2.10","_nodeVersion":"16.20.2","_npmVersion":"lerna/6.6.2/node@v16.20.2+x64 (linux)","dist":{"shasum":"1c59b9656d787de210ba17095933f5a88cb8e31b","size":240964,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.2.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.2.10.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.2.10_1696839768928_0.3288329387679638"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-09T08:22:49.159Z","publish_time":1696839769159,"_source_registry_name":"default","_cnpm_publish_time":1696839769159},"3.2.9":{"version":"3.2.9","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.4","@rollup/plugin-node-resolve":"^15.2.1","@types/mocha":"^10.0.1","@types/node":"^20.5.6","coffeescript":"~2.7.0","csv-generate":"^4.3.0","each":"^2.4.0","eslint":"^8.47.0","mocha":"~10.2.0","pad":"~3.2.0","rollup":"^3.28.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^5.2.2"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","postbuild:ts":"find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","postlint":"tsc --noEmit true","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js --ignore test/handler.mode.callback.coffee 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"632c10eb8a9a27749b58831fe6c4ead43ad63354","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.2.9","_nodeVersion":"16.20.2","_npmVersion":"lerna/6.6.2/node@v16.20.2+x64 (linux)","dist":{"shasum":"a6cf700e0f43b17677368813921942e9cfba6475","size":240436,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.2.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.2.9.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.2.9_1696498780108_0.031098615966727028"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-05T09:39:40.438Z","publish_time":1696498780438,"_source_registry_name":"default","_cnpm_publish_time":1696498780438},"3.2.8":{"version":"3.2.8","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.4","@rollup/plugin-node-resolve":"^15.2.1","@types/mocha":"^10.0.1","@types/node":"^20.5.6","coffeescript":"~2.7.0","csv-generate":"^4.2.8","each":"^2.4.0","eslint":"^8.47.0","mocha":"~10.2.0","pad":"~3.2.0","rollup":"^3.28.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^5.2.2"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","postbuild:ts":"find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","postlint":"tsc --noEmit true","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"c3347b15c75224255c839b3d8a406f74efd90123","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.2.8","_nodeVersion":"16.20.2","_npmVersion":"lerna/6.6.2/node@v16.20.2+x64 (linux)","dist":{"shasum":"5f7dddd560e23e91c29bdf64f38c022eb0548991","size":240400,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.2.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.2.8.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.2.8_1692974783367_0.07432616791418778"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-25T14:46:23.644Z","publish_time":1692974783644,"_source_registry_name":"default","_cnpm_publish_time":1692974783644},"3.2.7":{"version":"3.2.7","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.4","@rollup/plugin-node-resolve":"^15.1.0","@types/mocha":"^10.0.1","@types/node":"^20.5.0","coffeescript":"~2.7.0","csv-generate":"^4.2.7","each":"^2.4.0","eslint":"^8.47.0","mocha":"~10.2.0","pad":"~3.2.0","rollup":"^3.28.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^5.1.6"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","postbuild:ts":"find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","postlint":"tsc --noEmit true","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"1eac79beca3cdfdcd118662aedddd400cb5a26ac","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.2.7","_nodeVersion":"16.20.2","_npmVersion":"lerna/6.6.2/node@v16.20.2+x64 (linux)","dist":{"shasum":"fb49e12adcdad5fb1a6ef06f9bb33a1e0d88e023","size":240393,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.2.7.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.2.7_1692872948302_0.780908258174356"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-24T10:29:08.498Z","publish_time":1692872948498,"_source_registry_name":"default","_cnpm_publish_time":1692872948498},"3.2.6":{"version":"3.2.6","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.3","@rollup/plugin-node-resolve":"^15.0.1","@types/mocha":"^10.0.1","@types/node":"^18.15.3","coffeescript":"~2.7.0","csv-generate":"^4.2.6","each":"^2.3.0","eslint":"^8.36.0","mocha":"~10.2.0","pad":"~3.2.0","rollup":"^3.19.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^5.0.2"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"fbff146dc9a9b943586e110ecb143aeb056e3400","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.2.6","_nodeVersion":"16.20.0","_npmVersion":"lerna/6.6.2/node@v16.20.0+x64 (linux)","dist":{"shasum":"7caeaaf68d2bf94fc412a520f2deb3c49b3bc0ab","size":230564,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.2.6.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.2.6_1683233299283_0.36954793449710865"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-04T20:48:19.585Z","publish_time":1683233299585,"_source_registry_name":"default","_cnpm_publish_time":1683233299585},"3.2.5":{"version":"3.2.5","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.3","@rollup/plugin-node-resolve":"^15.0.1","@types/mocha":"^10.0.1","@types/node":"^18.15.3","coffeescript":"~2.7.0","csv-generate":"^4.2.5","each":"^2.3.0","eslint":"^8.36.0","mocha":"~10.2.0","pad":"~3.2.0","rollup":"^3.19.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^5.0.2"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"74ca71aa11c98cd5dcdde8176c6871d119831f26","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.2.5","_nodeVersion":"16.20.0","_npmVersion":"lerna/6.6.1/node@v16.20.0+x64 (linux)","dist":{"shasum":"681b9f2c28c4fb92b34d4f25d9ef3d87fefc0c49","size":230565,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.2.5.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.2.5_1682889284067_0.6512040599508733"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-30T21:14:44.272Z","publish_time":1682889284272,"_source_registry_name":"default","_cnpm_publish_time":1682889284272},"3.2.4":{"version":"3.2.4","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.3","@rollup/plugin-node-resolve":"^15.0.1","@types/mocha":"^10.0.1","@types/node":"^18.15.3","coffeescript":"~2.7.0","csv-generate":"^4.2.4","each":"^2.3.0","eslint":"^8.36.0","mocha":"~10.2.0","pad":"~3.2.0","rollup":"^3.19.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^5.0.2"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform/","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"ab5e0cbbdb6bdb36150e3e9383675048607ccd7d","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.2.4","_nodeVersion":"16.20.0","_npmVersion":"lerna/6.6.1/node@v16.20.0+x64 (linux)","dist":{"shasum":"cc37b7950a43f97a89b6472745ec9ef9850c4948","size":230562,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.2.4.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.2.4_1681678736224_0.5914366530277606"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-16T20:58:56.459Z","publish_time":1681678736459,"_cnpm_publish_time":1681678736459},"3.2.2":{"version":"3.2.2","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.1","@rollup/plugin-node-resolve":"^15.0.1","@types/mocha":"^10.0.0","@types/node":"^18.11.9","coffeescript":"~2.7.0","csv-generate":"^4.2.2","each":"^1.2.2","eslint":"^8.27.0","mocha":"~10.1.0","pad":"~3.2.0","rollup":"^3.2.5","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^4.8.4"},"exports":{".":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./dist/cjs/index.d.cts","default":"./dist/cjs/index.cjs"}},"./sync":{"import":{"types":"./lib/sync.d.ts","default":"./lib/sync.js"},"require":{"types":"./dist/cjs/sync.d.cts","default":"./dist/cjs/sync.cjs"}},"./browser/esm":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./dist/esm/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform/","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"c55f5374569b39d16b1c2d131af7842d7e06c3ee","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.2.2","_nodeVersion":"16.19.0","_npmVersion":"lerna/6.4.1/node@v16.19.0+x64 (linux)","dist":{"shasum":"3d6083d6582eddac233645fcee574fc56ebeb184","size":230562,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.2.2.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.2.2_1675846857438_0.9166678459534585"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-08T09:00:57.678Z","publish_time":1675846857678,"_cnpm_publish_time":1675846857678},"3.2.1":{"version":"3.2.1","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^9.0.1","@rollup/plugin-node-resolve":"^15.0.1","@types/mocha":"^10.0.0","@types/node":"^18.11.9","coffeescript":"~2.7.0","csv-generate":"^4.2.1","each":"^1.2.2","eslint":"^8.27.0","mocha":"~10.1.0","pad":"~3.2.0","rollup":"^3.2.5","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.9.1","typescript":"^4.8.4"},"exports":{".":{"import":"./lib/index.js","require":"./dist/cjs/index.cjs","types":"./lib/index.d.ts"},"./sync":{"import":"./lib/sync.js","require":"./dist/cjs/sync.cjs","types":"./lib/sync.d.ts"},"./browser/esm":{"types":"./lib/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./lib/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform/","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/*.ts dist/cjs && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"f5b1946347e762a84187c685a17773c06bf37565","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.2.1","_nodeVersion":"18.9.0","_npmVersion":"lerna/6.0.3/node@v18.9.0+arm64 (darwin)","dist":{"shasum":"4c8cbdd3e4fa7254c770ef34a962cec68349fcb0","size":230065,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.2.1.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.2.1_1667939539044_0.6284795965486742"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-08T20:32:29.545Z","publish_time":1667939539247,"_cnpm_publish_time":1667939539247},"3.2.0":{"version":"3.2.0","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^8.0.2","@rollup/plugin-node-resolve":"^13.3.0","@types/mocha":"^9.1.1","@types/node":"^18.0.3","coffeescript":"~2.7.0","csv-generate":"^4.2.0","each":"^1.2.2","eslint":"^8.19.0","mocha":"~10.0.0","pad":"~3.2.0","rollup":"^2.76.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.8.2","typescript":"^4.7.4"},"exports":{".":{"import":"./lib/index.js","require":"./dist/cjs/index.cjs","types":"./lib/index.d.ts"},"./sync":{"import":"./lib/sync.js","require":"./dist/cjs/sync.cjs","types":"./lib/sync.d.ts"},"./browser/esm":{"types":"./lib/index.d.ts","default":"./dist/esm/index.js"},"./browser/esm/sync":{"types":"./lib/sync.d.ts","default":"./dist/esm/sync.js"}},"homepage":"https://csv.js.org/transform/","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/*.ts dist/cjs && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"c6745735a41521aa6b9876b0a38dbf2adebb15f2","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.2.0","_nodeVersion":"16.15.1","_npmVersion":"lerna/4.0.0/node@v16.15.1+x64 (linux)","dist":{"shasum":"5b94300c09f4db30d682f5b3bad97c3c8aac81d1","size":230181,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.2.0.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.2.0_1657486352865_0.26500846967574754"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-10T20:52:38.476Z","publish_time":1657486353112,"_cnpm_publish_time":1657486353112},"3.1.0":{"version":"3.1.0","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^8.0.2","@rollup/plugin-node-resolve":"^13.3.0","@types/mocha":"^9.1.1","@types/node":"^17.0.35","coffeescript":"~2.7.0","csv-generate":"^4.1.0","each":"^1.2.2","eslint":"^8.16.0","mocha":"~10.0.0","pad":"~3.2.0","rollup":"^2.74.1","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.8.0","typescript":"^4.6.4"},"exports":{".":{"import":"./lib/index.js","require":"./dist/cjs/index.cjs"},"./sync":{"import":"./lib/sync.js","require":"./dist/cjs/sync.cjs"},"./browser/esm":"./dist/esm/index.js","./browser/esm/sync":"./dist/esm/sync.js"},"homepage":"https://csv.js.org/transform/","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.js","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/*.ts dist/cjs && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"59cf7a4333c08020a029fa6922483f058bec04ab","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.1.0","_nodeVersion":"16.15.0","_npmVersion":"lerna/4.0.0/node@v16.15.0+x64 (linux)","dist":{"shasum":"9320fc99b6ef4767a0d87ff374c4366d46d214e9","size":230166,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.1.0.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.1.0_1653381893577_0.7535328528100598"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-24T10:11:24.405Z","publish_time":1653381893788,"_cnpm_publish_time":1653381893788},"3.0.4":{"version":"3.0.4","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^8.0.1","@rollup/plugin-node-resolve":"^13.0.6","@types/mocha":"^9.0.0","@types/node":"^16.11.7","coffeescript":"~2.6.1","csv-generate":"^4.0.4","each":"^1.2.2","eslint":"^8.2.0","mocha":"~9.1.3","pad":"~3.2.0","rollup":"^2.60.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.4.0","typescript":"^4.4.4"},"exports":{".":{"import":"./lib/index.js","require":"./dist/cjs/index.cjs"},"./sync":{"import":"./lib/sync.js","require":"./dist/cjs/sync.cjs"},"./browser/esm":"./dist/esm/index.js","./browser/esm/sync":"./dist/esm/sync.js"},"homepage":"https://csv.js.org/transform/","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.mjs","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/*.ts dist/cjs && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.mjs 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"],"browser/esm":["dist/esm/index.d.ts"],"browser/esm/sync":["dist/esm/sync.d.ts"]}},"gitHead":"bab8d89a6eb3bc073233e27b7af0a50284b1590f","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.0.4","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (linux)","dist":{"shasum":"aae97911ea3adf2cd25976655ec3201fb714fda8","size":225942,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.0.4.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.0.4_1640816137267_0.9213479384914891"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-29T22:15:43.403Z","publish_time":1640816137455,"_cnpm_publish_time":1640816137455},"3.0.3":{"version":"3.0.3","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^8.0.1","@rollup/plugin-node-resolve":"^13.0.6","@types/mocha":"^9.0.0","@types/node":"^16.11.7","coffeescript":"~2.6.1","csv-generate":"^4.0.3","each":"^1.2.2","eslint":"^8.2.0","mocha":"~9.1.3","pad":"~3.2.0","rollup":"^2.60.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.4.0","typescript":"^4.4.4"},"exports":{".":{"import":"./lib/index.js","require":"./dist/cjs/index.cjs"},"./sync":{"import":"./lib/sync.js","require":"./dist/cjs/sync.cjs"},"./browser/esm/":"./dist/esm/"},"homepage":"https://csv.js.org/transform/","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.mjs","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/*.ts dist/cjs && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.mjs 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"]}},"gitHead":"e00242dd598b165bdfcf2d17a2b8cd63806df816","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.0.3","_nodeVersion":"16.13.0","_npmVersion":"lerna/4.0.0/node@v16.13.0+x64 (linux)","dist":{"shasum":"db9a3b47aef30fba8723d8c71e6ee3af7d2512ae","size":225920,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.0.3.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.0.3_1637323845416_0.8071830542022005"},"_hasShrinkwrap":false,"publish_time":1637323845643,"_cnpm_publish_time":1637323845643},"3.0.2":{"version":"3.0.2","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^8.0.1","@rollup/plugin-node-resolve":"^13.0.6","@types/mocha":"^9.0.0","@types/node":"^16.11.7","coffeescript":"~2.6.1","csv-generate":"^4.0.2","each":"^1.2.2","eslint":"^8.2.0","mocha":"~9.1.3","pad":"~3.2.0","rollup":"^2.60.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.4.0","typescript":"^4.4.4"},"exports":{".":{"import":"./lib/index.js","require":"./dist/cjs/index.cjs"},"./sync":{"import":"./lib/sync.js","require":"./dist/cjs/sync.cjs"}},"homepage":"https://csv.js.org/transform/","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.mjs","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/*.ts dist/cjs && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.mjs 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"]}},"gitHead":"f1abfafb56b5fd1f4097967052299dacaa2d8100","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.0.2","_nodeVersion":"16.13.0","_npmVersion":"lerna/4.0.0/node@v16.13.0+x64 (linux)","dist":{"shasum":"7042c57f00a32e80d528d3cfb603a51db5fd10ca","size":225904,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.0.2.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.0.2_1637245675886_0.28641197318381906"},"_hasShrinkwrap":false,"publish_time":1637245676095,"_cnpm_publish_time":1637245676095},"3.0.1":{"version":"3.0.1","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^8.0.1","@rollup/plugin-node-resolve":"^13.0.6","@types/mocha":"^9.0.0","@types/node":"^16.11.7","coffeescript":"~2.6.1","csv-generate":"^4.0.1","each":"^1.2.2","eslint":"^8.2.0","mocha":"~9.1.3","pad":"~3.2.0","rollup":"^2.60.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.4.0","typescript":"^4.4.4"},"exports":{".":{"import":"./lib/index.js","require":"./dist/cjs/index.cjs"},"./sync":{"import":"./lib/sync.js","require":"./dist/cjs/sync.cjs"}},"homepage":"https://csv.js.org/transform/","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.mjs","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/*.ts dist/cjs && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.mjs 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"]}},"gitHead":"469fb3877909c5c2146b606becaad38210945e1d","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.0.1","_nodeVersion":"16.13.0","_npmVersion":"lerna/4.0.0/node@v16.13.0+x64 (darwin)","dist":{"shasum":"efc8cec311fabeb23dd79dbf8338cffd3e88ade3","size":296713,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.0.1.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.0.1_1637016779637_0.9482930589393468"},"_hasShrinkwrap":false,"publish_time":1637016779911,"_cnpm_publish_time":1637016779911},"3.0.0":{"version":"3.0.0","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"devDependencies":{"@rollup/plugin-eslint":"^8.0.1","@rollup/plugin-node-resolve":"^13.0.6","@types/mocha":"^9.0.0","@types/node":"^16.11.7","coffeescript":"~2.6.1","csv-generate":"^4.0.0","each":"^1.2.2","eslint":"^8.2.0","mocha":"~9.1.3","pad":"~3.2.0","rollup":"^2.60.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-globals":"^1.4.0","should":"~13.2.3","ts-node":"^10.4.0","typescript":"^4.4.4"},"exports":{".":{"import":"./lib/index.js","require":"./dist/cjs/index.cjs"},"./sync":{"import":"./lib/sync.js","require":"./dist/cjs/sync.cjs"}},"homepage":"https://csv.js.org/transform/","license":"MIT","main":"./dist/cjs/index.cjs","mocha":{"inline-diffs":true,"loader":"./test/loaders/all.mjs","recursive":true,"reporter":"spec","require":["should"],"throw-deprecation":true,"timeout":40000},"repository":{"type":"git","url":"git+https://github.com/adaltas/node-csv.git","directory":"packages/stream-transform"},"scripts":{"build":"npm run build:rollup && npm run build:ts","build:rollup":"npx rollup -c","build:ts":"cp lib/*.ts dist/cjs && cp lib/*.ts dist/esm","lint":"npm run lint:lib && npm run lint:samples && npm run lint:test","lint:lib":"eslint --fix lib/*.js","lint:samples":"eslint --fix samples/*.js","lint:test":"coffeelint --fix test/*.coffee","preversion":"npm run build && git add dist","pretest":"npm run build","test":"mocha 'test/**/*.{coffee,ts}'","test:legacy":"mocha --loader=./test/loaders/legacy/all.mjs 'test/**/*.{coffee,ts}'"},"type":"module","types":"dist/esm/index.d.ts","typesVersions":{"*":{".":["dist/esm/index.d.ts"],"sync":["dist/esm/sync.d.ts"]}},"gitHead":"d95c35dc7fd698e8e3278f539c8f1d43fb77640b","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"_id":"stream-transform@3.0.0","_nodeVersion":"16.13.0","_npmVersion":"lerna/4.0.0/node@v16.13.0+x64 (darwin)","dist":{"shasum":"301718ed48ed7cbdc2f6bca86bafd11c35f1b2ec","size":298357,"noattachment":false,"key":"/stream-transform/-/stream-transform-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-3.0.0.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_3.0.0_1637014746723_0.7401554079953288"},"_hasShrinkwrap":false,"publish_time":1637014746835,"_cnpm_publish_time":1637014746835},"2.1.3":{"version":"2.1.3","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"MIT","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"homepage":"https://csv.js.org/transform/","coffeelintConfig":{"indentation":{"level":"error","value":2},"line_endings":{"level":"error","value":"unix"},"max_line_length":{"level":"ignore"}},"devDependencies":{"@babel/cli":"^7.14.8","@babel/core":"^7.15.0","@babel/preset-env":"^7.15.0","@types/mocha":"^9.0.0","@types/node":"^16.7.8","babelify":"^10.0.0","browserify":"^17.0.0","coffeescript":"~2.5.1","csv-generate":"^3.4.3","each":"^1.2.2","mocha":"~9.1.1","pad":"~3.2.0","should":"~13.2.3","ts-node":"^10.2.1","typescript":"^4.4.2"},"main":"./lib","mocha":{"throw-deprecation":true,"require":["should","coffeescript/register","ts-node/register"],"inline-diffs":true,"timeout":40000,"reporter":"spec","recursive":true},"scripts":{"build:babel":"cd lib && babel *.js -d es5 && cd ..","build:browserify":"browserify lib/index.js --transform babelify --standalone parse > lib/browser/index.js && browserify lib/sync.js --transform babelify --standalone parse > lib/browser/sync.js","build":"npm run build:babel && npm run build:browserify","preversion":"cp lib/*.ts lib/es5 && git add lib/es5/*.ts","pretest":"npm run build","test":"mocha test/**/*.{coffee,ts}"},"types":["./lib/es5/index.d.ts","./lib/es5/sync.d.ts","./lib/index.d.ts","./lib/sync.d.ts"],"dependencies":{"mixme":"^0.5.1"},"gitHead":"0fd5209b6862655c384cda052abf38019b959e70","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"_id":"stream-transform@2.1.3","_nodeVersion":"14.11.0","_npmVersion":"lerna/4.0.0/node@v14.11.0+x64 (darwin)","dist":{"shasum":"a1c3ecd72ddbf500aa8d342b0b9df38f5aa598e3","size":138199,"noattachment":false,"key":"/stream-transform/-/stream-transform-2.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-2.1.3.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_2.1.3_1630657529021_0.12253696281940907"},"_hasShrinkwrap":false,"publish_time":1630657529214,"_cnpm_publish_time":1630657529214},"2.1.2":{"version":"2.1.2","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"MIT","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"homepage":"https://csv.js.org/transform/","coffeelintConfig":{"indentation":{"level":"error","value":2},"line_endings":{"level":"error","value":"unix"},"max_line_length":{"level":"ignore"}},"devDependencies":{"@babel/cli":"^7.13.14","@babel/core":"^7.13.14","@babel/preset-env":"^7.13.12","@types/mocha":"^8.2.2","@types/node":"^14.14.37","babelify":"^10.0.0","browserify":"^17.0.0","coffeescript":"~2.5.1","csv-generate":"~3.3.0","each":"^1.2.2","mocha":"~8.3.2","pad":"~3.2.0","should":"~13.2.3","ts-node":"^9.1.1","typescript":"^4.2.3"},"main":"./lib","mocha":{"throw-deprecation":true,"require":["should","coffeescript/register","ts-node/register"],"inline-diffs":true,"timeout":40000,"reporter":"spec","recursive":true},"scripts":{"build:babel":"cd lib && babel *.js -d es5 && cd ..","build:browserify":"browserify lib/index.js --transform babelify --standalone parse > lib/browser/index.js && browserify lib/sync.js --transform babelify --standalone parse > lib/browser/sync.js","build":"npm run build:babel && npm run build:browserify","preversion":"cp lib/*.ts lib/es5 && git add lib/es5/*.ts","pretest":"npm run build","test":"mocha test/**/*.{coffee,ts}"},"types":["./lib/es5/index.d.ts","./lib/es5/sync.d.ts","./lib/index.d.ts","./lib/sync.d.ts"],"dependencies":{"mixme":"^0.5.0"},"gitHead":"6b34c28a523bb4c666a5e8a7738640b71edf7b05","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"_id":"stream-transform@2.1.2","_nodeVersion":"16.1.0","_npmVersion":"lerna/4.0.0/node@v16.1.0+x64 (darwin)","dist":{"shasum":"1f5f6ee8a663b38c7a57cf13de360b3de3fa89f6","size":138197,"noattachment":false,"key":"/stream-transform/-/stream-transform-2.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-2.1.2.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_2.1.2_1630082357220_0.3132949105865426"},"_hasShrinkwrap":false,"publish_time":1630082357427,"_cnpm_publish_time":1630082357427},"2.1.0":{"version":"2.1.0","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"MIT","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"homepage":"https://csv.js.org/transform/","coffeelintConfig":{"indentation":{"level":"error","value":2},"line_endings":{"level":"error","value":"unix"},"max_line_length":{"level":"ignore"}},"devDependencies":{"@babel/cli":"^7.13.14","@babel/core":"^7.13.14","@babel/preset-env":"^7.13.12","@types/mocha":"^8.2.2","@types/node":"^14.14.37","babelify":"^10.0.0","browserify":"^17.0.0","coffeescript":"~2.5.1","csv-generate":"~3.3.0","each":"^1.2.2","mocha":"~8.3.2","pad":"~3.2.0","should":"~13.2.3","ts-node":"^9.1.1","typescript":"^4.2.3"},"optionalDependencies":{},"main":"./lib","mocha":{"throw-deprecation":true,"require":["should","coffeescript/register","ts-node/register"],"inline-diffs":true,"timeout":40000,"reporter":"spec","recursive":true},"scripts":{"build:babel":"cd lib && babel *.js -d es5 && cd ..","build:browserify":"browserify lib/index.js --transform babelify --standalone parse > lib/browser/index.js && browserify lib/sync.js --transform babelify --standalone parse > lib/browser/sync.js","build:coffee":"coffee -b -o lib src","build":"npm run build:coffee && npm run build:babel && npm run build:browserify","preversion":"grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","pretest":"npm run build","test":"mocha test/**/*.{coffee,ts}"},"types":["./lib/es5/index.d.ts","./lib/es5/sync.d.ts","./lib/index.d.ts","./lib/sync.d.ts"],"dependencies":{"mixme":"^0.5.0"},"gitHead":"edac51f23fc83eab8f77c38eaee399426b5b1dc3","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"_id":"stream-transform@2.1.0","_nodeVersion":"14.15.5","_npmVersion":"7.6.3","dist":{"shasum":"e68cc062cced5b8ee669ae97f4be473eee5d9227","size":138202,"noattachment":false,"key":"/stream-transform/-/stream-transform-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-2.1.0.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_2.1.0_1617484315160_0.5611276842737203"},"_hasShrinkwrap":false,"publish_time":1617484315377,"_cnpm_publish_time":1617484315377},"2.0.4":{"version":"2.0.4","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"MIT","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"homepage":"https://csv.js.org/transform/","coffeelintConfig":{"indentation":{"level":"error","value":2},"line_endings":{"level":"error","value":"unix"},"max_line_length":{"level":"ignore"}},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@types/mocha":"^8.0.4","@types/node":"^14.14.7","@types/should":"^13.0.0","coffeescript":"~2.5.1","csv-generate":"~3.3.0","each":"^1.2.2","mocha":"~8.2.1","pad":"~3.2.0","should":"~13.2.3","ts-node":"^9.0.0","typescript":"^4.0.5"},"optionalDependencies":{},"main":"./lib","mocha":{"throw-deprecation":true,"require":["should","coffeescript/register","ts-node/register"],"inline-diffs":true,"timeout":40000,"reporter":"spec","recursive":true},"scripts":{"preversion":"grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","build":"coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..","pretest":"npm run build","test":"mocha test/**/*.{coffee,ts}"},"types":["./lib/es5/index.d.ts","./lib/es5/sync.d.ts","./lib/index.d.ts","./lib/sync.d.ts"],"dependencies":{"mixme":"^0.4.0"},"gitHead":"e5c21f331df62bb288f5ee31ee09a4947dadb463","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"_id":"stream-transform@2.0.4","_nodeVersion":"14.4.0","_npmVersion":"6.14.5","dist":{"shasum":"911ff7556d1e25c237e95d783f6739d9e0b4a61c","size":6751,"noattachment":false,"key":"/stream-transform/-/stream-transform-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-2.0.4.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_2.0.4_1608019777001_0.34012400762086026"},"_hasShrinkwrap":false,"publish_time":1608019777176,"_cnpm_publish_time":1608019777176},"2.0.3":{"version":"2.0.3","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"MIT","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"homepage":"https://csv.js.org/transform/","coffeelintConfig":{"indentation":{"level":"error","value":2},"line_endings":{"level":"error","value":"unix"},"max_line_length":{"level":"ignore"}},"devDependencies":{"@babel/cli":"^7.12.1","@babel/core":"^7.12.3","@babel/preset-env":"^7.12.1","@types/mocha":"^8.0.4","@types/node":"^14.14.7","@types/should":"^13.0.0","coffeescript":"~2.5.1","csv-generate":"~3.3.0","each":"^1.2.2","mocha":"~8.2.1","pad":"~3.2.0","should":"~13.2.3","ts-node":"^9.0.0","typescript":"^4.0.5"},"optionalDependencies":{},"main":"./lib","mocha":{"throw-deprecation":true,"require":["should","coffeescript/register","ts-node/register"],"inline-diffs":true,"timeout":40000,"reporter":"spec","recursive":true},"scripts":{"preversion":"grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","build":"coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..","pretest":"npm run build","test":"mocha test/**/*.{coffee,ts}"},"types":["./lib/es5/index.d.ts","./lib/es5/sync.d.ts","./lib/index.d.ts","./lib/sync.d.ts"],"dependencies":{"mixme":"^0.4.0"},"gitHead":"6320b4d793947c38e1fee2527bd0386662faf735","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"_id":"stream-transform@2.0.3","_nodeVersion":"14.11.0","_npmVersion":"6.14.8","dist":{"shasum":"e3f6bac78b7d81a1452bf84bee9f340a1786bd60","size":6692,"noattachment":false,"key":"/stream-transform/-/stream-transform-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-2.0.3.tgz"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_2.0.3_1605524124214_0.39017768522092755"},"_hasShrinkwrap":false,"publish_time":1605524124373,"_cnpm_publish_time":1605524124373},"2.0.2":{"version":"2.0.2","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"MIT","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"author":{"name":"David Worms","email":"david@adaltas.com","url":"https://www.adaltas.com"},"homepage":"https://csv.js.org/transform/","coffeelintConfig":{"indentation":{"level":"error","value":2},"line_endings":{"level":"error","value":"unix"},"max_line_length":{"level":"ignore"}},"devDependencies":{"@babel/cli":"^7.4.3","@babel/core":"^7.4.3","@babel/preset-env":"^7.4.3","@types/mocha":"^5.2.6","@types/node":"^11.13.7","@types/should":"^13.0.0","coffeescript":"~2.4.1","csv-generate":"~3.2.0","each":"^1.2.2","mocha":"~6.1.4","pad":"~2.3.0","should":"~13.2.3","ts-node":"^8.1.0","typescript":"^3.4.5"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","build":"coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..","pretest":"npm run build","test":"mocha test/**/*.{coffee,ts}"},"types":["./lib/es5/index.d.ts","./lib/es5/sync.d.ts","./lib/index.d.ts","./lib/sync.d.ts"],"dependencies":{"mixme":"^0.3.1"},"gitHead":"bd6d40a8a29e3bbe567c9669ecb9766724b2587c","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"_id":"stream-transform@2.0.2","_nodeVersion":"13.12.0","_npmVersion":"6.14.4","dist":{"shasum":"3cb7a14c802eb39bc40caaab0535e584f3a65caf","size":6568,"noattachment":false,"key":"/stream-transform/-/stream-transform-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-2.0.2.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_2.0.2_1588625220193_0.6142411644421519"},"_hasShrinkwrap":false,"publish_time":1588625220337,"_cnpm_publish_time":1588625220337},"2.0.1":{"version":"2.0.1","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"MIT","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"homepage":"https://csv.js.org/transform/","coffeelintConfig":{"indentation":{"level":"error","value":2},"line_endings":{"level":"error","value":"unix"},"max_line_length":{"level":"ignore"}},"devDependencies":{"@babel/cli":"^7.4.3","@babel/core":"^7.4.3","@babel/preset-env":"^7.4.3","@types/mocha":"^5.2.6","@types/node":"^11.13.7","@types/should":"^13.0.0","coffeescript":"~2.4.1","csv-generate":"~3.2.0","mocha":"~6.1.4","pad":"~2.3.0","should":"~13.2.3","ts-node":"^8.1.0","typescript":"^3.4.5"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","build":"coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..","pretest":"npm run build","test":"mocha test/**/*.{coffee,ts}"},"types":["./lib/es5/index.d.ts","./lib/es5/sync.d.ts","./lib/index.d.ts","./lib/sync.d.ts"],"dependencies":{"mixme":"^0.3.1"},"gitHead":"c6c4465c2af548c664f566409dd3bc77660f79fa","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"_id":"stream-transform@2.0.1","_nodeVersion":"11.13.0","_npmVersion":"6.9.0","dist":{"shasum":"112ef2b4d8b9b517f9a6994b0bf7b946fa4d51bc","size":6426,"noattachment":false,"key":"/stream-transform/-/stream-transform-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-2.0.1.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_2.0.1_1559992073187_0.7104529477845918"},"_hasShrinkwrap":false,"publish_time":1559992073333,"_cnpm_publish_time":1559992073333},"2.0.0":{"version":"2.0.0","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"MIT","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"homepage":"https://csv.js.org/transform/","coffeelintConfig":{"indentation":{"level":"error","value":2},"line_endings":{"level":"error","value":"unix"},"max_line_length":{"level":"ignore"}},"devDependencies":{"@babel/cli":"^7.4.3","@babel/core":"^7.4.3","@babel/preset-env":"^7.4.3","@types/mocha":"^5.2.6","@types/node":"^11.13.7","@types/should":"^13.0.0","coffeescript":"~2.4.1","csv-generate":"~3.2.0","mocha":"~6.1.4","pad":"~2.3.0","should":"~13.2.3","ts-node":"^8.1.0","typescript":"^3.4.5"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","coffee":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","pretest":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","test":"mocha test/**/*.{coffee,ts}"},"types":["./lib/es5/index.d.ts","./lib/es5/sync.d.ts","./lib/index.d.ts","./lib/sync.d.ts"],"dependencies":{"mixme":"^0.3.1"},"gitHead":"ad4c228b58db7e2f7622604981ce9439eda4d28b","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"_id":"stream-transform@2.0.0","_nodeVersion":"11.13.0","_npmVersion":"6.9.0","dist":{"shasum":"1ea1e7b6c1c28075cd759f82b2108209ec612e47","size":7787,"noattachment":false,"key":"/stream-transform/-/stream-transform-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-2.0.0.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmUser":{"name":"david","email":"david@adaltas.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_2.0.0_1556232458193_0.5395782822752613"},"_hasShrinkwrap":false,"publish_time":1556232458330,"_cnpm_publish_time":1556232458330},"1.0.8":{"version":"1.0.8","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"homepage":"https://csv.js.org/transform/","devDependencies":{"@babel/cli":"^7.1.0","@babel/core":"^7.1.0","@babel/preset-env":"^7.1.0","coffeescript":"~2.3.2","csv-generate":"~2.1.0","mocha":"~5.2.0","pad":"~2.2.1","should":"~13.2.3"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"rm -rf lib && npm test && grep '## Trunk' CHANGELOG.md","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","coffee":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","pretest":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","test":"mocha test/**/*.coffee"},"gitHead":"ecfaed0e8bee09bebc37c1c3f82e1c252f112056","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"dependencies":{},"_id":"stream-transform@1.0.8","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"54f721122d310eca855a16c97939881ab5bbb76c","size":6510,"noattachment":false,"key":"/stream-transform/-/stream-transform-1.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-1.0.8.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_1.0.8_1544220083366_0.16734074585035863"},"_hasShrinkwrap":false,"publish_time":1544220083515,"_cnpm_publish_time":1544220083515},"1.0.7":{"version":"1.0.7","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"homepage":"https://csv.js.org/transform/","devDependencies":{"@babel/cli":"^7.1.0","@babel/core":"^7.1.0","@babel/preset-env":"^7.1.0","coffeescript":"~2.3.2","csv-generate":"~2.1.0","mocha":"~5.2.0","pad":"~2.2.1","should":"~13.2.3"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"rm -rf lib && npm test && grep '## Trunk' CHANGELOG.md","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","coffee":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","pretest":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","test":"mocha test/**/*.coffee"},"gitHead":"bab34efc2c8cc71facf9efbd9abb0f9dcd72a1f2","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"dependencies":{},"_id":"stream-transform@1.0.7","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"5135dd6c29941a1179212da6083be2cacdebc15a","size":6660,"noattachment":false,"key":"/stream-transform/-/stream-transform-1.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-1.0.7.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_1.0.7_1538248695510_0.22159189423002967"},"_hasShrinkwrap":false,"publish_time":1538248695695,"_cnpm_publish_time":1538248695695},"1.0.6":{"version":"1.0.6","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"homepage":"https://csv.js.org/transform/","devDependencies":{"@babel/cli":"^7.1.0","@babel/core":"^7.1.0","@babel/preset-env":"^7.1.0","coffeescript":"~2.3.2","csv-generate":"~2.1.0","mocha":"~5.2.0","pad":"~2.2.1","should":"~13.2.3"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"rm -rf lib && npm test && grep '## Trunk' CHANGELOG.md","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","coffee":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","pretest":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","test":"mocha test/**/*.coffee"},"gitHead":"ed56b40933cf78f30497ce217d18c08b82045b0d","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"dependencies":{},"_id":"stream-transform@1.0.6","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"147dfd4bd987e67c8618d6b5c854242d69d21cc0","size":6662,"noattachment":false,"key":"/stream-transform/-/stream-transform-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-1.0.6.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_1.0.6_1538170201692_0.7228644642506479"},"_hasShrinkwrap":false,"publish_time":1538170201895,"_cnpm_publish_time":1538170201895},"1.0.5":{"version":"1.0.5","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"homepage":"https://csv.js.org/transform/","devDependencies":{"@babel/cli":"^7.1.0","@babel/core":"^7.1.0","@babel/preset-env":"^7.1.0","coffeescript":"~2.3.2","csv-generate":"~2.1.0","mocha":"~5.2.0","pad":"~2.2.1","should":"~13.2.3"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"rm -rf lib && npm test && grep '## Trunk' CHANGELOG.md","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","coffee":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","pretest":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","test":"mocha test/**/*.coffee"},"gitHead":"3a107c119abedad48bcf508f34bd88d4adf05bd7","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"dependencies":{},"_id":"stream-transform@1.0.5","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"44956847022e209bbf030f43c31046d50142b1ae","size":6649,"noattachment":false,"key":"/stream-transform/-/stream-transform-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-1.0.5.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_1.0.5_1538169537897_0.6106993423737321"},"_hasShrinkwrap":false,"publish_time":1538169538084,"_cnpm_publish_time":1538169538084},"1.0.4":{"version":"1.0.4","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"homepage":"http://csv.adaltas.com/transform/","devDependencies":{"babel-cli":"^6.26.0","babel-preset-es2015":"^6.24.1","coffeescript":"~2.0.1","csv-generate":"~2.0.0","mocha":"~4.0.1","pad":"~2.0.1","should":"~13.1.2"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"rm -rf lib && npm test && grep '## Trunk' CHANGELOG.md","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","coffee":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","pretest":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","test":"mocha test/**/*.coffee"},"gitHead":"077925e2e7fb7dfa3511df93dea64aaa553f58eb","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"dependencies":{},"_id":"stream-transform@1.0.4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"61581bbf0c7392a7e72b2bc1cf917b16c570f86c","size":5664,"noattachment":false,"key":"/stream-transform/-/stream-transform-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-1.0.4.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_1.0.4_1537833637502_0.345063886976255"},"_hasShrinkwrap":false,"publish_time":1537833637675,"_cnpm_publish_time":1537833637675},"1.0.3":{"version":"1.0.3","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/adaltas/node-stream-transform.git"},"homepage":"http://csv.adaltas.com/transform/","devDependencies":{"babel-cli":"^6.26.0","babel-preset-es2015":"^6.24.1","coffeescript":"~2.0.1","csv-generate":"~2.0.0","mocha":"~4.0.1","pad":"~2.0.1","should":"~13.1.2"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"rm -rf lib && npm test && grep '## Trunk' CHANGELOG.md","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","coffee":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","pretest":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","test":"mocha test/**/*.coffee"},"gitHead":"da3e4076e22ef4167f751ef63e81816961af74fe","bugs":{"url":"https://github.com/adaltas/node-stream-transform/issues"},"dependencies":{},"_id":"stream-transform@1.0.3","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"3efad9a056e66ed7d70cc1ea1439157a0cca33d9","size":5659,"noattachment":false,"key":"/stream-transform/-/stream-transform-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-1.0.3.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_1.0.3_1537833377422_0.6829302063502427"},"_hasShrinkwrap":false,"publish_time":1537833377624,"_cnpm_publish_time":1537833377624},"1.0.2":{"version":"1.0.2","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/adaltas/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","devDependencies":{"babel-cli":"^6.26.0","babel-preset-es2015":"^6.24.1","coffeescript":"~2.0.1","csv-generate":"~2.0.0","mocha":"~4.0.1","pad":"~2.0.1","should":"~13.1.2"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"rm -rf lib && npm test && grep '## Trunk' CHANGELOG.md","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","coffee":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","pretest":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","test":"mocha test/**/*.coffee"},"gitHead":"1d2d754fd377674288e7b4889f081505fb07590b","dependencies":{},"_id":"stream-transform@1.0.2","_npmVersion":"5.6.0","_nodeVersion":"8.7.0","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"47de4d15fbc29b7e2a7e54d25e99538876f114c1","size":21358,"noattachment":false,"key":"/stream-transform/-/stream-transform-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-1.0.2.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_1.0.2_1518699227334_0.6852819257504568"},"_hasShrinkwrap":false,"publish_time":1518699228170,"_cnpm_publish_time":1518699228170},"1.0.1":{"version":"1.0.1","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/adaltas/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{"babel-cli":"^6.26.0","babel-preset-es2015":"^6.24.1"},"devDependencies":{"coffeescript":"~2.0.1","csv-generate":"~2.0.0","mocha":"~4.0.1","pad":"~2.0.1","should":"~13.1.2"},"optionalDependencies":{},"main":"./lib","scripts":{"preversion":"rm -rf lib && npm test && grep '## Trunk' CHANGELOG.md","version":"version=`grep '^  \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md","postversion":"git push && git push --tags && npm publish","patch":"npm version patch -m 'Bump to version %s'","minor":"npm version minor -m 'Bump to version %s'","major":"npm version major -m 'Bump to version %s'","coffee":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","pretest":"coffee -b -o lib src && cd lib && babel *.js  -d es5 && cd ..","test":"mocha test/**/*.coffee"},"gitHead":"49a026d72c1449cbdcd70771e07ef9b37fb2f73f","_id":"stream-transform@1.0.1","_npmVersion":"5.6.0","_nodeVersion":"8.7.0","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"963817c1ce6ab6e47c99edd2527e1077f21e4f0c","size":21336,"noattachment":false,"key":"/stream-transform/-/stream-transform-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-1.0.1.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform_1.0.1_1518643696747_0.22001115403278693"},"_hasShrinkwrap":false,"publish_time":1518643698999,"_cnpm_publish_time":1518643698999},"1.0.0":{"version":"1.0.0","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/adaltas/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{},"devDependencies":{"coffeescript":"~2.0.1","pad":"~2.0.1","mocha":"~4.0.1","csv-generate":"~2.0.0","should":"~13.1.2"},"optionalDependencies":{},"main":"./lib","scripts":{"coffee":"coffee -b -o lib src","pretest":"coffee -b -o lib src","test":"NODE_ENV=test ./node_modules/.bin/mocha test/**/*.coffee"},"gitHead":"e72ea719a8a5f815d6ec00306b96596a5e9e8822","_id":"stream-transform@1.0.0","_shasum":"d4ef386913d6ec102052bc75fc0516947a961f10","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"d4ef386913d6ec102052bc75fc0516947a961f10","size":4539,"noattachment":false,"key":"/stream-transform/-/stream-transform-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-1.0.0.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform-1.0.0.tgz_1508501249176_0.21216854103840888"},"directories":{},"publish_time":1508501250076,"_hasShrinkwrap":false,"_cnpm_publish_time":1508501250076},"0.2.2":{"version":"0.2.2","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/adaltas/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{},"devDependencies":{"coffee-script":"~1.12.7","pad":"~2.0.1","mocha":"~4.0.1","csv-generate":"~1.1.0","should":"~13.1.2"},"optionalDependencies":{},"main":"./lib","scripts":{"coffee":"coffee -b -o lib src","pretest":"coffee -b -o lib src","test":"NODE_ENV=test ./node_modules/.bin/mocha test/**/*.coffee"},"gitHead":"19fb07de382497e196783415b54264de36f487df","_id":"stream-transform@0.2.2","_shasum":"75867487f49528f8bf1d82499658753d02df7838","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"75867487f49528f8bf1d82499658753d02df7838","size":4294,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.2.2.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform-0.2.2.tgz_1508500073769_0.7180329624097794"},"directories":{},"publish_time":1508500074648,"_hasShrinkwrap":false,"_cnpm_publish_time":1508500074648},"0.2.1":{"version":"0.2.1","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/adaltas/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{},"devDependencies":{"coffee-script":"~1.12.7","pad":"~2.0.1","mocha":"~4.0.1","csv-generate":"~1.1.0","should":"~13.1.2"},"optionalDependencies":{},"main":"./lib","scripts":{"coffee":"coffee -b -o lib src","pretest":"coffee -b -o lib src","test":"NODE_ENV=test ./node_modules/.bin/mocha test/**/*.coffee"},"gitHead":"9070632cc2e772f8bac6df1b252bedb00dedf605","_id":"stream-transform@0.2.1","_shasum":"19b7c3aed527b9512c3e7a169736e6fc2576a21c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"19b7c3aed527b9512c3e7a169736e6fc2576a21c","size":4549,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.2.1.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform-0.2.1.tgz_1508499707328_0.45830323244445026"},"directories":{},"publish_time":1508499708265,"_hasShrinkwrap":false,"_cnpm_publish_time":1508499708265},"0.2.0":{"version":"0.2.0","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/adaltas/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{},"devDependencies":{"coffeescript":"~2.0.1","pad":"~2.0.1","mocha":"~4.0.1","csv-generate":"~1.1.0","should":"~13.1.2"},"optionalDependencies":{},"main":"./lib","scripts":{"coffee":"coffee -b -o lib src","pretest":"coffee -b -o lib src","test":"NODE_ENV=test ./node_modules/.bin/mocha test/**/*.coffee"},"gitHead":"a49fb2ce068b6988667317384ecca5613b47f93f","_id":"stream-transform@0.2.0","_shasum":"ff1b3ab7392121b29fc6221cd593673a4e7ddde5","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"david","email":"david@adaltas.com"},"dist":{"shasum":"ff1b3ab7392121b29fc6221cd593673a4e7ddde5","size":4534,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.2.0.tgz"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-transform-0.2.0.tgz_1508496936308_0.3830176596529782"},"directories":{},"publish_time":1508496937175,"_hasShrinkwrap":false,"_cnpm_publish_time":1508496937175},"0.1.2":{"version":"0.1.2","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/wdavidw/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{},"devDependencies":{"coffee-script":"latest","pad":"latest","mocha":"latest","csv-generate":"latest","should":"latest"},"optionalDependencies":{},"main":"./lib","scripts":{"coffee":"coffee -b -o lib src","pretest":"coffee -b -o lib src","test":"NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"},"gitHead":"71b6e35390b5880c25ccee0b01b2509e627b177d","_id":"stream-transform@0.1.2","_shasum":"7d8e6b4e03ac4781778f8c79517501bfb0762a9f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"david","email":"david@adaltas.com"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"dist":{"shasum":"7d8e6b4e03ac4781778f8c79517501bfb0762a9f","size":4190,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.1.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/stream-transform-0.1.2.tgz_1486502394964_0.11159795918501914"},"directories":{},"publish_time":1486502396699,"_cnpm_publish_time":1486502396699,"_hasShrinkwrap":false},"0.1.1":{"version":"0.1.1","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/wdavidw/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{},"devDependencies":{"coffee-script":"latest","pad":"latest","mocha":"latest","csv-generate":"latest","should":"latest"},"optionalDependencies":{},"main":"./lib","scripts":{"coffee":"coffee -b -o lib src","pretest":"coffee -b -o lib src","test":"NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"},"gitHead":"954af75b01633aba5e2e93d110842aa151b22bbf","_id":"stream-transform@0.1.1","_shasum":"0a54a2b81eea88da55a50df2441cb63edc101c71","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"david","email":"david@adaltas.com"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"dist":{"shasum":"0a54a2b81eea88da55a50df2441cb63edc101c71","size":4123,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.1.1.tgz"},"directories":{},"publish_time":1445373606672,"_cnpm_publish_time":1445373606672,"_hasShrinkwrap":false},"0.1.0":{"version":"0.1.0","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/wdavidw/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{},"devDependencies":{"coffee-script":"latest","pad":"latest","mocha":"latest","csv-generate":"latest","should":"latest"},"optionalDependencies":{},"main":"./lib","scripts":{"coffee":"coffee -b -o lib src","pretest":"coffee -b -o lib src","test":"NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"},"gitHead":"1e56e58222733f0767a03cf9c16c79364903a507","_id":"stream-transform@0.1.0","_shasum":"6bd0d47b79f48b34ff21f6b9393126427e61f485","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"david","email":"david@adaltas.com"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"dist":{"shasum":"6bd0d47b79f48b34ff21f6b9393126427e61f485","size":4102,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.1.0.tgz"},"directories":{},"publish_time":1433971175817,"_cnpm_publish_time":1433971175817,"_hasShrinkwrap":false},"0.0.9":{"version":"0.0.9","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"license":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/wdavidw/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{},"devDependencies":{"coffee-script":"latest","pad":"latest","mocha":"latest","csv-generate":"latest","should":"latest"},"optionalDependencies":{},"main":"./lib","scripts":{"coffee":"coffee -b -o lib src","pretest":"coffee -b -o lib src","test":"NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"},"gitHead":"5591ad09c2d95708db9e69345b754d4a4b32f07b","_id":"stream-transform@0.0.9","_shasum":"7d7049e13261be8d484a075abc7134a260d6a85d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"david","email":"david@adaltas.com"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"dist":{"shasum":"7d7049e13261be8d484a075abc7134a260d6a85d","size":4108,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.0.9.tgz"},"directories":{},"publish_time":1433843327058,"_cnpm_publish_time":1433843327058,"_hasShrinkwrap":false},"0.0.8":{"version":"0.0.8","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"licenses":"BSD-3-Clause","repository":{"type":"git","url":"http://www.github.com/wdavidw/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{},"devDependencies":{"coffee-script":"latest","pad":"latest","mocha":"latest","csv-generate":"latest","should":"latest"},"optionalDependencies":{},"main":"./lib","scripts":{"coffee":"coffee -b -o lib src","pretest":"coffee -b -o lib src","test":"NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"},"gitHead":"e5e6f9ff5e09d48de63384ad077570f14a523e85","_id":"stream-transform@0.0.8","_shasum":"955bf2a4397ce5bb065fb395e95a96c6685a97e8","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"david","email":"david@adaltas.com"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"dist":{"shasum":"955bf2a4397ce5bb065fb395e95a96c6685a97e8","size":4101,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.0.8.tgz"},"directories":{},"publish_time":1432892172721,"_cnpm_publish_time":1432892172721,"_hasShrinkwrap":false},"0.0.7":{"version":"0.0.7","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"licenses":[{"type":"BSD","url":"https://github.com/wdavidw/node-stream-transform/blob/master/LICENSE"}],"repository":{"type":"git","url":"http://www.github.com/wdavidw/node-stream-transform"},"homepage":"http://csv.adaltas.com/transform/","dependencies":{},"devDependencies":{"coffee-script":"latest","pad":"latest","mocha":"latest","csv-generate":"latest","should":"latest"},"optionalDependencies":{},"main":"./lib","scripts":{"coffee":"coffee -b -o lib src","pretest":"coffee -b -o lib src","test":"NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"},"gitHead":"84eb9852c73e3d2e22c6b8a557d28615fa85757f","_id":"stream-transform@0.0.7","_shasum":"f7f1dd009de4db7eb772f116b33341003d461907","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"david","email":"david@adaltas.com"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"dist":{"shasum":"f7f1dd009de4db7eb772f116b33341003d461907","size":4105,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.0.7.tgz"},"directories":{},"publish_time":1425026697274,"_cnpm_publish_time":1425026697274,"_hasShrinkwrap":false},"0.0.6":{"version":"0.0.6","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"licenses":[{"type":"BSD","url":"https://github.com/wdavidw/node-stream-transform/blob/master/LICENSE"}],"repository":{"type":"git","url":"http://www.github.com/wdavidw/node-stream-transform"},"dependencies":{},"devDependencies":{"coffee-script":"latest","pad":"latest","mocha":"latest","csv-generate":"latest","should":"latest"},"optionalDependencies":{},"main":"./lib","scripts":{"test":"make test"},"gitHead":"0640d5c06e22460c01286802406fe530372b51dd","_id":"stream-transform@0.0.6","_shasum":"365aa2beffe68cfaa96cb4c525f8644befc3d037","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"david","email":"david@adaltas.com"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"dist":{"shasum":"365aa2beffe68cfaa96cb4c525f8644befc3d037","size":8340,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.0.6.tgz"},"directories":{},"publish_time":1407438652722,"_cnpm_publish_time":1407438652722,"_hasShrinkwrap":false},"0.0.4":{"version":"0.0.4","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","keywords":["stream","transform","csv","object"],"licenses":[{"type":"BSD","url":"https://github.com/wdavidw/node-stream-transform/blob/master/LICENSE"}],"repository":{"type":"git","url":"http://www.github.com/wdavidw/node-stream-transform"},"dependencies":{},"devDependencies":{"coffee-script":"latest","pad":"latest","mocha":"latest","csv-generate":"latest","should":"latest"},"optionalDependencies":{},"main":"./lib","scripts":{"test":"make test"},"gitHead":"160d2be565414cf9c65b90257cd335f19040ad02","_id":"stream-transform@0.0.4","_shasum":"3bf2f9ba0be94e3d9f1872fcb2442248d717f921","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"david","email":"david@adaltas.com"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"dist":{"shasum":"3bf2f9ba0be94e3d9f1872fcb2442248d717f921","size":8524,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.0.4.tgz"},"directories":{},"publish_time":1403443946707,"_cnpm_publish_time":1403443946707,"_hasShrinkwrap":false},"0.0.2":{"version":"0.0.2","name":"stream-transform","description":"Object transformations implementing the Node.js `stream.Transform` API","repository":{"type":"git","url":"http://www.github.com/wdavidw/node-stream-transform"},"keywords":["stream","transform","csv","object"],"dependencies":{},"devDependencies":{"coffee-script":"latest","pad":"latest","mocha":"latest","csv-generate":"latest","should":"latest"},"optionalDependencies":{},"main":"./lib","scripts":{"test":"make test"},"_id":"stream-transform@0.0.2","dist":{"shasum":"030a26f44b76d738b705aa18f83157003a2dd610","size":5654,"noattachment":false,"key":"/stream-transform/-/stream-transform-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-transform/download/stream-transform-0.0.2.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"david","email":"david@adaltas.com"},"maintainers":[{"name":"david","email":"mask79513@sina.com"}],"directories":{},"publish_time":1398685186746,"_cnpm_publish_time":1398685186746,"_hasShrinkwrap":false}},"readme":"# Stream transformation for Node.js and the web\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/adaltas/node-csv/nodejs.yml?branch=master)](https://github.com/adaltas/node-csv/actions)\n[![NPM](https://img.shields.io/npm/dm/stream-transform)](https://www.npmjs.com/package/stream-transform)\n[![NPM](https://img.shields.io/npm/v/stream-transform)](https://www.npmjs.com/package/stream-transform)\n\nThe [`stream-transform` project](https://csv.js.org/transform/) is a simple object transformation framework. It is part of the [CSV project](https://csv.js.org/).\n\nThe Node.js [`stream.Transform` API](http://nodejs.org/api/stream.html#stream_class_stream_transform) is implemented for scalability. The callback-based and sync APIs are also available for convenience. It is both easy to use and powerful.\n\n## Documentation\n\n- [Project homepage](https://csv.js.org/transform/)\n- [API](https://csv.js.org/transform/api/)\n- [Options](https://csv.js.org/transform/options/)\n- [Handler](https://csv.js.org/transform/handler/)\n- [State properties](https://csv.js.org/transform/state/)\n- [Examples](https://csv.js.org/transform/examples/)\n\n## Main features\n\n- Extends the native Node.js [transform stream API](http://nodejs.org/api/stream.html#stream_class_stream_transform)\n- Simplicity with the optional callback and sync API\n- Pipe transformations between readable and writable streams\n- Synchronous versus asynchronous user functions\n- Sequential and parallel execution\n- Accept object, array or JSON as input and output\n- Sequential or user-defined concurrent execution\n- Skip and multiply records\n- Alter or clone input records\n- MIT License\n\n## Usage\n\nRun `npm install csv` to install the full CSV module or run `npm install csv-transform` if you are only interested by the CSV stringifier.\n\nThe module is built on the Node.js Stream API. Use the callback and sync APIs for simplicity or the stream based API for scalability.\n\n## Example\n\nThe [API](https://csv.js.org/transform/api/) is available in multiple flavors. This example illustrates the sync API.\n\n```js\nimport { transform } from \"stream-transform/sync\";\nimport assert from \"assert\";\n\nconst records = transform(\n  [\n    [\"a\", \"b\", \"c\", \"d\"],\n    [\"1\", \"2\", \"3\", \"4\"],\n  ],\n  function (record) {\n    record.push(record.shift());\n    return record;\n  },\n);\n\nassert.deepEqual(records, [\n  [\"b\", \"c\", \"d\", \"a\"],\n  [\"2\", \"3\", \"4\", \"1\"],\n]);\n```\n\n## Development\n\nTests are executed with mocha. To install it, simple run `npm install` followed by `npm test`. It will install mocha and its dependencies in your project \"node_modules\" directory and run the test suite. The tests run against the CoffeeScript source files.\n\nTo generate the JavaScript files, run `npm run coffee`.\n\nThe test suite is run online with [Travis](http://travis-ci.org/wdavidw/node-stream-transform). See the [Travis definition file](https://github.com/adaltas/node-stream-transform/blob/master/.travis.yml) to view the tested Node.js version.\n\n## Contributors\n\nThe project is sponsored by [Adaltas](https://www.adaltas.com), an Big Data consulting firm based in Paris, France.\n\n- David Worms: <https://github.com/wdavidw>\n","_attachments":{},"homepage":"https://csv.js.org/transform","bugs":{"url":"https://github.com/adaltas/node-csv/issues"},"license":"MIT"}