| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "fast-csv@^4.3.1",
- "_id": "fast-csv@4.3.6",
- "_inBundle": false,
- "_integrity": "sha512-2RNSpuwwsJGP0frGsOmTb9oUF+VkFSM4SyLTDgwf2ciHWTarN0lQTC+F2f/t5J9QjW+c65VFIAAu85GsvMIusw==",
- "_location": "/fast-csv",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "fast-csv@^4.3.1",
- "name": "fast-csv",
- "escapedName": "fast-csv",
- "rawSpec": "^4.3.1",
- "saveSpec": null,
- "fetchSpec": "^4.3.1"
- },
- "_requiredBy": [
- "/exceljs"
- ],
- "_resolved": "https://registry.npmmirror.com/fast-csv/-/fast-csv-4.3.6.tgz",
- "_shasum": "70349bdd8fe4d66b1130d8c91820b64a21bc4a63",
- "_spec": "fast-csv@^4.3.1",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\exceljs",
- "author": {
- "name": "Doug Martin"
- },
- "bugs": {
- "url": "https://github.com/C2FO/fast-csv/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@fast-csv/format": "4.3.5",
- "@fast-csv/parse": "4.3.6"
- },
- "deprecated": false,
- "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"
- }
|