| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "@fast-csv/format@4.3.5",
- "_id": "@fast-csv/format@4.3.5",
- "_inBundle": false,
- "_integrity": "sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==",
- "_location": "/@fast-csv/format",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@fast-csv/format@4.3.5",
- "name": "@fast-csv/format",
- "escapedName": "@fast-csv%2fformat",
- "scope": "@fast-csv",
- "rawSpec": "4.3.5",
- "saveSpec": null,
- "fetchSpec": "4.3.5"
- },
- "_requiredBy": [
- "/fast-csv"
- ],
- "_resolved": "https://registry.npmmirror.com/@fast-csv/format/-/format-4.3.5.tgz",
- "_shasum": "90d83d1b47b6aaf67be70d6118f84f3e12ee1ff3",
- "_spec": "@fast-csv/format@4.3.5",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\fast-csv",
- "author": {
- "name": "doug-martin",
- "email": "doug@dougamartin.com"
- },
- "bugs": {
- "url": "https://github.com/C2FO/fast-csv/issues"
- },
- "bundleDependencies": false,
- "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"
- },
- "deprecated": false,
- "description": "fast-csv formatting module",
- "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"
- },
- "directories": {
- "lib": "src",
- "test": "__tests__"
- },
- "files": [
- "build/src/**"
- ],
- "gitHead": "b908170cb49398ae12847d050af5c8e5b0dc812f",
- "homepage": "http://c2fo.github.com/fast-csv/packages/format",
- "keywords": [
- "csv",
- "format",
- "write"
- ],
- "license": "MIT",
- "main": "build/src/index.js",
- "name": "@fast-csv/format",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/C2FO/fast-csv.git",
- "directory": "packages/format"
- },
- "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.5"
- }
|