mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-21 10:15:50 +08:00
89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@fast-csv/format@4.3.5",
|
|
"D:\\gitee\\oops-framework\\extensions\\oops-plugin-excel-to-json"
|
|
]
|
|
],
|
|
"_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"
|
|
},
|
|
"_requiredBy": [
|
|
"/fast-csv"
|
|
],
|
|
"_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"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|