package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "@fast-csv/format@4.3.5",
  3. "_id": "@fast-csv/format@4.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==",
  6. "_location": "/@fast-csv/format",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@fast-csv/format@4.3.5",
  12. "name": "@fast-csv/format",
  13. "escapedName": "@fast-csv%2fformat",
  14. "scope": "@fast-csv",
  15. "rawSpec": "4.3.5",
  16. "saveSpec": null,
  17. "fetchSpec": "4.3.5"
  18. },
  19. "_requiredBy": [
  20. "/fast-csv"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@fast-csv/format/-/format-4.3.5.tgz",
  23. "_shasum": "90d83d1b47b6aaf67be70d6118f84f3e12ee1ff3",
  24. "_spec": "@fast-csv/format@4.3.5",
  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.isboolean": "^3.0.3",
  38. "lodash.isequal": "^4.5.0",
  39. "lodash.isfunction": "^3.0.9",
  40. "lodash.isnil": "^4.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "fast-csv formatting module",
  44. "devDependencies": {
  45. "@types/lodash.escaperegexp": "4.1.6",
  46. "@types/lodash.isboolean": "3.0.6",
  47. "@types/lodash.isequal": "4.5.5",
  48. "@types/lodash.isfunction": "3.0.6",
  49. "@types/lodash.isnil": "4.0.6"
  50. },
  51. "directories": {
  52. "lib": "src",
  53. "test": "__tests__"
  54. },
  55. "files": [
  56. "build/src/**"
  57. ],
  58. "gitHead": "b908170cb49398ae12847d050af5c8e5b0dc812f",
  59. "homepage": "http://c2fo.github.com/fast-csv/packages/format",
  60. "keywords": [
  61. "csv",
  62. "format",
  63. "write"
  64. ],
  65. "license": "MIT",
  66. "main": "build/src/index.js",
  67. "name": "@fast-csv/format",
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/C2FO/fast-csv.git",
  74. "directory": "packages/format"
  75. },
  76. "scripts": {
  77. "build": "npm run clean && npm run compile",
  78. "clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo",
  79. "compile": "tsc",
  80. "prepublishOnly": "npm run build"
  81. },
  82. "types": "build/src/index.d.ts",
  83. "version": "4.3.5"
  84. }