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

96 lines
2.5 KiB
JSON

{
"_args": [
[
"@fast-csv/parse@4.3.6",
"D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json"
]
],
"_development": true,
"_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.npmjs.org/@fast-csv/parse/-/parse-4.3.6.tgz",
"_spec": "4.3.6",
"_where": "D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json",
"author": {
"name": "doug-martin",
"email": "doug@dougamartin.com"
},
"bugs": {
"url": "https://github.com/C2FO/fast-csv/issues"
},
"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"
},
"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"
}