package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "fast-csv@^4.3.1",
  3. "_id": "fast-csv@4.3.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2RNSpuwwsJGP0frGsOmTb9oUF+VkFSM4SyLTDgwf2ciHWTarN0lQTC+F2f/t5J9QjW+c65VFIAAu85GsvMIusw==",
  6. "_location": "/fast-csv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fast-csv@^4.3.1",
  12. "name": "fast-csv",
  13. "escapedName": "fast-csv",
  14. "rawSpec": "^4.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.3.1"
  17. },
  18. "_requiredBy": [
  19. "/exceljs"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/fast-csv/-/fast-csv-4.3.6.tgz",
  22. "_shasum": "70349bdd8fe4d66b1130d8c91820b64a21bc4a63",
  23. "_spec": "fast-csv@^4.3.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\exceljs",
  25. "author": {
  26. "name": "Doug Martin"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/C2FO/fast-csv/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@fast-csv/format": "4.3.5",
  34. "@fast-csv/parse": "4.3.6"
  35. },
  36. "deprecated": false,
  37. "description": "CSV parser and writer",
  38. "directories": {
  39. "lib": "src",
  40. "test": "__tests__"
  41. },
  42. "engines": {
  43. "node": ">=10.0.0"
  44. },
  45. "files": [
  46. "build/src/**"
  47. ],
  48. "gitHead": "3dc859edb19924b315051e4c87d6273808a0de73",
  49. "homepage": "http://c2fo.github.com/fast-csv",
  50. "keywords": [
  51. "csv",
  52. "parser",
  53. "fast",
  54. "writer",
  55. "csv writer",
  56. "CSV"
  57. ],
  58. "license": "MIT",
  59. "main": "./build/src/index.js",
  60. "name": "fast-csv",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/C2FO/fast-csv.git",
  64. "directory": "packages/fast-csv"
  65. },
  66. "scripts": {
  67. "build": "npm run clean && npm run compile",
  68. "clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo",
  69. "compile": "tsc",
  70. "prepublishOnly": "npm run build"
  71. },
  72. "types": "./build/src/index.d.ts",
  73. "version": "4.3.6"
  74. }