| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "@fast-csv/parse@4.3.6",
- "_id": "@fast-csv/parse@4.3.6",
- "_inBundle": false,
- "_integrity": "sha512-uRsLYksqpbDmWaSmzvJcuApSEe38+6NQZBUsuAyMZKqHxH0g1wcJgsKUvN3WC8tewaqFjBMMGrkHmC+T7k8LvA==",
- "_location": "/@fast-csv/parse",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@fast-csv/parse@4.3.6",
- "name": "@fast-csv/parse",
- "escapedName": "@fast-csv%2fparse",
- "scope": "@fast-csv",
- "rawSpec": "4.3.6",
- "saveSpec": null,
- "fetchSpec": "4.3.6"
- },
- "_requiredBy": [
- "/fast-csv"
- ],
- "_resolved": "https://registry.npmmirror.com/@fast-csv/parse/-/parse-4.3.6.tgz",
- "_shasum": "ee47d0640ca0291034c7aa94039a744cfb019264",
- "_spec": "@fast-csv/parse@4.3.6",
- "_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.groupby": "^4.6.0",
- "lodash.isfunction": "^3.0.9",
- "lodash.isnil": "^4.0.0",
- "lodash.isundefined": "^3.0.1",
- "lodash.uniq": "^4.5.0"
- },
- "deprecated": false,
- "description": "fast-csv parsing package",
- "devDependencies": {
- "@types/lodash.escaperegexp": "4.1.6",
- "@types/lodash.groupby": "4.6.6",
- "@types/lodash.isfunction": "3.0.6",
- "@types/lodash.isnil": "4.0.6",
- "@types/lodash.isundefined": "3.0.6",
- "@types/lodash.partition": "4.6.6",
- "@types/lodash.uniq": "4.5.6",
- "@types/sinon": "9.0.9",
- "lodash.partition": "4.6.0",
- "sinon": "9.2.1"
- },
- "directories": {
- "lib": "src",
- "test": "__tests__"
- },
- "files": [
- "build/src/**"
- ],
- "gitHead": "3dc859edb19924b315051e4c87d6273808a0de73",
- "homepage": "http://c2fo.github.com/fast-csv/packages/parse",
- "keywords": [
- "csv",
- "parse",
- "fast-csv",
- "parser"
- ],
- "license": "MIT",
- "main": "build/src/index.js",
- "name": "@fast-csv/parse",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/C2FO/fast-csv.git",
- "directory": "packages/parse"
- },
- "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"
- }
|