Files
oops-framework/extensions/oops-plugin-excel-to-json/node_modules/fast-csv/package.json
dgflash dd3ca63b28 .
2022-04-29 15:44:40 +08:00

79 lines
1.9 KiB
JSON

{
"_args": [
[
"fast-csv@4.3.6",
"D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json"
]
],
"_development": true,
"_from": "fast-csv@4.3.6",
"_id": "fast-csv@4.3.6",
"_inBundle": false,
"_integrity": "sha512-2RNSpuwwsJGP0frGsOmTb9oUF+VkFSM4SyLTDgwf2ciHWTarN0lQTC+F2f/t5J9QjW+c65VFIAAu85GsvMIusw==",
"_location": "/fast-csv",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fast-csv@4.3.6",
"name": "fast-csv",
"escapedName": "fast-csv",
"rawSpec": "4.3.6",
"saveSpec": null,
"fetchSpec": "4.3.6"
},
"_requiredBy": [
"/exceljs"
],
"_resolved": "https://registry.npmjs.org/fast-csv/-/fast-csv-4.3.6.tgz",
"_spec": "4.3.6",
"_where": "D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json",
"author": {
"name": "Doug Martin"
},
"bugs": {
"url": "https://github.com/C2FO/fast-csv/issues"
},
"dependencies": {
"@fast-csv/format": "4.3.5",
"@fast-csv/parse": "4.3.6"
},
"description": "CSV parser and writer",
"directories": {
"lib": "src",
"test": "__tests__"
},
"engines": {
"node": ">=10.0.0"
},
"files": [
"build/src/**"
],
"gitHead": "3dc859edb19924b315051e4c87d6273808a0de73",
"homepage": "http://c2fo.github.com/fast-csv",
"keywords": [
"csv",
"parser",
"fast",
"writer",
"csv writer",
"CSV"
],
"license": "MIT",
"main": "./build/src/index.js",
"name": "fast-csv",
"repository": {
"type": "git",
"url": "git+https://github.com/C2FO/fast-csv.git",
"directory": "packages/fast-csv"
},
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo",
"compile": "tsc",
"prepublishOnly": "npm run build"
},
"types": "./build/src/index.d.ts",
"version": "4.3.6"
}