package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "@fast-csv/parse@4.3.6",
  3. "_id": "@fast-csv/parse@4.3.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uRsLYksqpbDmWaSmzvJcuApSEe38+6NQZBUsuAyMZKqHxH0g1wcJgsKUvN3WC8tewaqFjBMMGrkHmC+T7k8LvA==",
  6. "_location": "/@fast-csv/parse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@fast-csv/parse@4.3.6",
  12. "name": "@fast-csv/parse",
  13. "escapedName": "@fast-csv%2fparse",
  14. "scope": "@fast-csv",
  15. "rawSpec": "4.3.6",
  16. "saveSpec": null,
  17. "fetchSpec": "4.3.6"
  18. },
  19. "_requiredBy": [
  20. "/fast-csv"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@fast-csv/parse/-/parse-4.3.6.tgz",
  23. "_shasum": "ee47d0640ca0291034c7aa94039a744cfb019264",
  24. "_spec": "@fast-csv/parse@4.3.6",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\fast-csv",
  26. "author": {
  27. "name": "doug-martin",
  28. "email": "doug@dougamartin.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/C2FO/fast-csv/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@types/node": "^14.0.1",
  36. "lodash.escaperegexp": "^4.1.2",
  37. "lodash.groupby": "^4.6.0",
  38. "lodash.isfunction": "^3.0.9",
  39. "lodash.isnil": "^4.0.0",
  40. "lodash.isundefined": "^3.0.1",
  41. "lodash.uniq": "^4.5.0"
  42. },
  43. "deprecated": false,
  44. "description": "fast-csv parsing package",
  45. "devDependencies": {
  46. "@types/lodash.escaperegexp": "4.1.6",
  47. "@types/lodash.groupby": "4.6.6",
  48. "@types/lodash.isfunction": "3.0.6",
  49. "@types/lodash.isnil": "4.0.6",
  50. "@types/lodash.isundefined": "3.0.6",
  51. "@types/lodash.partition": "4.6.6",
  52. "@types/lodash.uniq": "4.5.6",
  53. "@types/sinon": "9.0.9",
  54. "lodash.partition": "4.6.0",
  55. "sinon": "9.2.1"
  56. },
  57. "directories": {
  58. "lib": "src",
  59. "test": "__tests__"
  60. },
  61. "files": [
  62. "build/src/**"
  63. ],
  64. "gitHead": "3dc859edb19924b315051e4c87d6273808a0de73",
  65. "homepage": "http://c2fo.github.com/fast-csv/packages/parse",
  66. "keywords": [
  67. "csv",
  68. "parse",
  69. "fast-csv",
  70. "parser"
  71. ],
  72. "license": "MIT",
  73. "main": "build/src/index.js",
  74. "name": "@fast-csv/parse",
  75. "publishConfig": {
  76. "access": "public"
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/C2FO/fast-csv.git",
  81. "directory": "packages/parse"
  82. },
  83. "scripts": {
  84. "build": "npm run clean && npm run compile",
  85. "clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo",
  86. "compile": "tsc",
  87. "prepublishOnly": "npm run build"
  88. },
  89. "types": "build/src/index.d.ts",
  90. "version": "4.3.6"
  91. }