You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.4 KiB
56 lines
1.4 KiB
{
|
|
"name": "@fast-csv/format",
|
|
"version": "4.3.5",
|
|
"description": "fast-csv formatting module",
|
|
"keywords": [
|
|
"csv",
|
|
"format",
|
|
"write"
|
|
],
|
|
"author": "doug-martin <doug@dougamartin.com>",
|
|
"homepage": "http://c2fo.github.com/fast-csv/packages/format",
|
|
"license": "MIT",
|
|
"main": "build/src/index.js",
|
|
"types": "build/src/index.d.ts",
|
|
"directories": {
|
|
"lib": "src",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"build/src/**"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/C2FO/fast-csv.git",
|
|
"directory": "packages/format"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"build": "npm run clean && npm run compile",
|
|
"clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo",
|
|
"compile": "tsc"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/C2FO/fast-csv/issues"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^14.0.1",
|
|
"lodash.escaperegexp": "^4.1.2",
|
|
"lodash.isboolean": "^3.0.3",
|
|
"lodash.isequal": "^4.5.0",
|
|
"lodash.isfunction": "^3.0.9",
|
|
"lodash.isnil": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.escaperegexp": "4.1.6",
|
|
"@types/lodash.isboolean": "3.0.6",
|
|
"@types/lodash.isequal": "4.5.5",
|
|
"@types/lodash.isfunction": "3.0.6",
|
|
"@types/lodash.isnil": "4.0.6"
|
|
},
|
|
"gitHead": "b908170cb49398ae12847d050af5c8e5b0dc812f"
|
|
}
|