package.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. {
  2. "_from": "csv-parse",
  3. "_id": "csv-parse@5.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v0KW6C0qlZzoGjk6u5tLmVfyZxNgPGXZsWTXshpAgKVGmGXzaVWGdlCFxNx5iuzcXT/oJN1HHM9DZKwtAtYa+A==",
  6. "_location": "/csv-parse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "csv-parse",
  12. "name": "csv-parse",
  13. "escapedName": "csv-parse",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.3.tgz",
  23. "_shasum": "0261050761ee46cd0e46421854bf9bf4de1317bf",
  24. "_spec": "csv-parse",
  25. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron",
  26. "author": {
  27. "name": "David Worms",
  28. "email": "david@adaltas.com",
  29. "url": "https://www.adaltas.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/adaltas/node-csv/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "David Worms",
  38. "email": "david@adaltas.com",
  39. "url": "https://www.adaltas.com"
  40. },
  41. {
  42. "name": "Will White",
  43. "url": "https://github.com/willwhite"
  44. },
  45. {
  46. "name": "Justin Latimer",
  47. "url": "https://github.com/justinlatimer"
  48. },
  49. {
  50. "name": "jonseymour",
  51. "url": "https://github.com/jonseymour"
  52. },
  53. {
  54. "name": "pascalopitz",
  55. "url": "https://github.com/pascalopitz"
  56. },
  57. {
  58. "name": "Josh Pschorr",
  59. "url": "https://github.com/jpschorr"
  60. },
  61. {
  62. "name": "Elad Ben-Israel",
  63. "url": "https://github.com/eladb"
  64. },
  65. {
  66. "name": "Philippe Plantier",
  67. "url": "https://github.com/phipla"
  68. },
  69. {
  70. "name": "Tim Oxley",
  71. "url": "https://github.com/timoxley"
  72. },
  73. {
  74. "name": "Damon Oehlman",
  75. "url": "https://github.com/DamonOehlman"
  76. },
  77. {
  78. "name": "Alexandru Topliceanu",
  79. "url": "https://github.com/topliceanu"
  80. },
  81. {
  82. "name": "Visup",
  83. "url": "https://github.com/visup"
  84. },
  85. {
  86. "name": "Edmund von der Burg",
  87. "url": "https://github.com/evdb"
  88. },
  89. {
  90. "name": "Douglas Christopher Wilson",
  91. "url": "https://github.com/dougwilson"
  92. },
  93. {
  94. "name": "Joe Eaves",
  95. "url": "https://github.com/Joeasaurus"
  96. },
  97. {
  98. "name": "Mark Stosberg",
  99. "url": "https://github.com/markstos"
  100. }
  101. ],
  102. "deprecated": false,
  103. "description": "CSV parsing implementing the Node.js `stream.Transform` API",
  104. "devDependencies": {
  105. "@rollup/plugin-eslint": "^9.0.4",
  106. "@rollup/plugin-node-resolve": "^15.2.1",
  107. "@types/mocha": "^10.0.1",
  108. "@types/node": "^20.5.6",
  109. "coffeelint": "^2.1.0",
  110. "coffeescript": "^2.7.0",
  111. "csv-generate": "^4.3.1",
  112. "csv-spectrum": "^1.0.0",
  113. "each": "^2.4.0",
  114. "eslint": "^8.47.0",
  115. "mocha": "^10.2.0",
  116. "pad": "^3.2.0",
  117. "rollup": "^3.28.1",
  118. "rollup-plugin-node-builtins": "^2.1.2",
  119. "rollup-plugin-node-globals": "^1.4.0",
  120. "should": "^13.2.3",
  121. "stream-transform": "^3.3.0",
  122. "ts-node": "^10.9.1",
  123. "typescript": "^5.2.2"
  124. },
  125. "exports": {
  126. ".": {
  127. "import": {
  128. "types": "./lib/index.d.ts",
  129. "default": "./lib/index.js"
  130. },
  131. "require": {
  132. "types": "./dist/cjs/index.d.cts",
  133. "default": "./dist/cjs/index.cjs"
  134. }
  135. },
  136. "./sync": {
  137. "import": {
  138. "types": "./lib/sync.d.ts",
  139. "default": "./lib/sync.js"
  140. },
  141. "require": {
  142. "types": "./dist/cjs/sync.d.cts",
  143. "default": "./dist/cjs/sync.cjs"
  144. }
  145. },
  146. "./browser/esm": {
  147. "types": "./dist/esm/index.d.ts",
  148. "default": "./dist/esm/index.js"
  149. },
  150. "./browser/esm/sync": {
  151. "types": "./dist/esm/sync.d.ts",
  152. "default": "./dist/esm/sync.js"
  153. }
  154. },
  155. "files": [
  156. "dist",
  157. "lib"
  158. ],
  159. "gitHead": "a312a7c4cc8a58cefdaa16cb1ddbf14bf047c4b9",
  160. "homepage": "https://csv.js.org/parse",
  161. "keywords": [
  162. "csv",
  163. "parse",
  164. "parser",
  165. "convert",
  166. "tsv",
  167. "stream",
  168. "backend",
  169. "frontend"
  170. ],
  171. "license": "MIT",
  172. "main": "./dist/cjs/index.cjs",
  173. "mocha": {
  174. "inline-diffs": true,
  175. "loader": "./test/loaders/all.js",
  176. "recursive": true,
  177. "reporter": "spec",
  178. "require": [
  179. "should"
  180. ],
  181. "throw-deprecation": true,
  182. "timeout": 40000
  183. },
  184. "name": "csv-parse",
  185. "repository": {
  186. "type": "git",
  187. "url": "git+https://github.com/adaltas/node-csv.git",
  188. "directory": "packages/csv-parse"
  189. },
  190. "scripts": {
  191. "build": "npm run build:rollup && npm run build:ts",
  192. "build:rollup": "npx rollup -c",
  193. "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",
  194. "lint": "npm run lint:lib && npm run lint:samples && npm run lint:test",
  195. "lint:lib": "eslint --fix lib/*.js",
  196. "lint:samples": "eslint --fix samples/*.js",
  197. "lint:test": "coffeelint --fix test/*.coffee",
  198. "postbuild:ts": "find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;",
  199. "postlint": "tsc --noEmit true",
  200. "pretest": "npm run build",
  201. "preversion": "npm run build && git add dist",
  202. "test": "mocha 'test/**/*.{coffee,ts}'",
  203. "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}'"
  204. },
  205. "type": "module",
  206. "types": "dist/esm/index.d.ts",
  207. "typesVersions": {
  208. "*": {
  209. ".": [
  210. "dist/esm/index.d.ts"
  211. ],
  212. "sync": [
  213. "dist/esm/sync.d.ts"
  214. ],
  215. "browser/esm": [
  216. "dist/esm/index.d.ts"
  217. ],
  218. "browser/esm/sync": [
  219. "dist/esm/sync.d.ts"
  220. ]
  221. }
  222. },
  223. "version": "5.5.3"
  224. }