mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-06-06 19:19:33 +08:00
.
This commit is contained in:
95
extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/package.json
generated
vendored
95
extensions/oops-plugin-excel-to-json/node_modules/@fast-csv/format/package.json
generated
vendored
@@ -1,37 +1,37 @@
|
||||
{
|
||||
"name": "@fast-csv/format",
|
||||
"version": "4.3.5",
|
||||
"description": "fast-csv formatting module",
|
||||
"keywords": [
|
||||
"csv",
|
||||
"format",
|
||||
"write"
|
||||
"_args": [
|
||||
[
|
||||
"@fast-csv/format@4.3.5",
|
||||
"D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json"
|
||||
]
|
||||
],
|
||||
"author": "doug-martin <doug@dougamartin.com>",
|
||||
"homepage": "http://c2fo.github.com/fast-csv/packages/format",
|
||||
"license": "MIT",
|
||||
"main": "build/src/index.js",
|
||||
"types": "build/src/index.d.ts",
|
||||
"directories": {
|
||||
"lib": "src",
|
||||
"test": "__tests__"
|
||||
"_development": true,
|
||||
"_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"
|
||||
},
|
||||
"files": [
|
||||
"build/src/**"
|
||||
"_requiredBy": [
|
||||
"/fast-csv"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/C2FO/fast-csv.git",
|
||||
"directory": "packages/format"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm run build",
|
||||
"build": "npm run clean && npm run compile",
|
||||
"clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo",
|
||||
"compile": "tsc"
|
||||
"_resolved": "https://registry.npmjs.org/@fast-csv/format/-/format-4.3.5.tgz",
|
||||
"_spec": "4.3.5",
|
||||
"_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"
|
||||
@@ -44,6 +44,7 @@
|
||||
"lodash.isfunction": "^3.0.9",
|
||||
"lodash.isnil": "^4.0.0"
|
||||
},
|
||||
"description": "fast-csv formatting module",
|
||||
"devDependencies": {
|
||||
"@types/lodash.escaperegexp": "4.1.6",
|
||||
"@types/lodash.isboolean": "3.0.6",
|
||||
@@ -51,5 +52,37 @@
|
||||
"@types/lodash.isfunction": "3.0.6",
|
||||
"@types/lodash.isnil": "4.0.6"
|
||||
},
|
||||
"gitHead": "b908170cb49398ae12847d050af5c8e5b0dc812f"
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user