{ "_from": "csv-parse", "_id": "csv-parse@5.5.3", "_inBundle": false, "_integrity": "sha512-v0KW6C0qlZzoGjk6u5tLmVfyZxNgPGXZsWTXshpAgKVGmGXzaVWGdlCFxNx5iuzcXT/oJN1HHM9DZKwtAtYa+A==", "_location": "/csv-parse", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "csv-parse", "name": "csv-parse", "escapedName": "csv-parse", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.3.tgz", "_shasum": "0261050761ee46cd0e46421854bf9bf4de1317bf", "_spec": "csv-parse", "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron", "author": { "name": "David Worms", "email": "david@adaltas.com", "url": "https://www.adaltas.com" }, "bugs": { "url": "https://github.com/adaltas/node-csv/issues" }, "bundleDependencies": false, "contributors": [ { "name": "David Worms", "email": "david@adaltas.com", "url": "https://www.adaltas.com" }, { "name": "Will White", "url": "https://github.com/willwhite" }, { "name": "Justin Latimer", "url": "https://github.com/justinlatimer" }, { "name": "jonseymour", "url": "https://github.com/jonseymour" }, { "name": "pascalopitz", "url": "https://github.com/pascalopitz" }, { "name": "Josh Pschorr", "url": "https://github.com/jpschorr" }, { "name": "Elad Ben-Israel", "url": "https://github.com/eladb" }, { "name": "Philippe Plantier", "url": "https://github.com/phipla" }, { "name": "Tim Oxley", "url": "https://github.com/timoxley" }, { "name": "Damon Oehlman", "url": "https://github.com/DamonOehlman" }, { "name": "Alexandru Topliceanu", "url": "https://github.com/topliceanu" }, { "name": "Visup", "url": "https://github.com/visup" }, { "name": "Edmund von der Burg", "url": "https://github.com/evdb" }, { "name": "Douglas Christopher Wilson", "url": "https://github.com/dougwilson" }, { "name": "Joe Eaves", "url": "https://github.com/Joeasaurus" }, { "name": "Mark Stosberg", "url": "https://github.com/markstos" } ], "deprecated": false, "description": "CSV parsing implementing the Node.js `stream.Transform` API", "devDependencies": { "@rollup/plugin-eslint": "^9.0.4", "@rollup/plugin-node-resolve": "^15.2.1", "@types/mocha": "^10.0.1", "@types/node": "^20.5.6", "coffeelint": "^2.1.0", "coffeescript": "^2.7.0", "csv-generate": "^4.3.1", "csv-spectrum": "^1.0.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", "stream-transform": "^3.3.0", "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" } }, "files": [ "dist", "lib" ], "gitHead": "a312a7c4cc8a58cefdaa16cb1ddbf14bf047c4b9", "homepage": "https://csv.js.org/parse", "keywords": [ "csv", "parse", "parser", "convert", "tsv", "stream", "backend", "frontend" ], "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 }, "name": "csv-parse", "repository": { "type": "git", "url": "git+https://github.com/adaltas/node-csv.git", "directory": "packages/csv-parse" }, "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", "postbuild:ts": "find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;", "postlint": "tsc --noEmit true", "pretest": "npm run build", "preversion": "npm run build && git add dist", "test": "mocha 'test/**/*.{coffee,ts}'", "test:legacy": "mocha --ignore test/api.web_stream.coffee --ignore test/api.stream.finished.coffee --ignore test/api.stream.iterator.coffee --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" ] } }, "version": "5.5.3" }