????

Your IP : 18.188.93.255


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/excel4node/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/excel4node/package.json

{
  "name": "excel4node",
  "version": "1.8.2",
  "description": "Library to create Formatted Excel Files.",
  "engines": {
    "node": ">=14.0.0"
  },
  "keywords": [
    "excel",
    "spreadsheet",
    "xlsx",
    "formatted",
    "styled",
    "report",
    "workbook",
    "ooxml"
  ],
  "main": "./distribution/index.js",
  "author": {
    "name": "Nater",
    "email": "nater@iamnater.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:advisr-io/excel4node.git"
  },
  "bugs": {
    "url": "https://github.com/advisr-io/excel4node/labels/bug"
  },
  "scripts": {
    "test": "NODE_ENV=test ./node_modules/tape/bin/tape -r @babel/register ./tests/*.test.js",
    "cover": "NODE_ENV=test nyc tape -r @babel/register ./tests/*.test.js",
    "build": "./node_modules/@babel/cli/bin/babel.js source --presets @babel/preset-env -s --out-dir distribution",
    "watch": "./node_modules/@babel/cli/bin/babel.js source -w --presets @babel/preset-env -s --out-dir distribution",
    "document": "jsdoc ./source -r -d docs",
    "prepublishOnly": "npm run build; npm run test"
  },
  "dependencies": {
    "deepmerge": "^4.2.2",
    "image-size": "^1.0.2",
    "jszip": "^3.10.0",
    "lodash.get": "^4.4.2",
    "lodash.isequal": "^4.5.0",
    "lodash.isundefined": "^3.0.1",
    "lodash.reduce": "^4.6.0",
    "lodash.uniqueid": "^4.0.1",
    "mime": "^3.0.0",
    "uuid": "^9.0.0",
    "xmlbuilder": "^15.1.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.9",
    "@babel/preset-env": "^7.18.9",
    "@babel/register": "^7.18.9",
    "babel-plugin-istanbul": "^6.1.1",
    "jsdoc": "^4.0.2",
    "nyc": "^15.0.0",
    "source-map-support": "^0.5.21",
    "tape": "^5.5.3",
    "tape-promise": "^4.0.0",
    "@xmldom/xmldom": "^0.8.2",
    "xpath.js": "^1.1.0"
  },
  "nyc": {
    "instrument": false,
    "sourceMap": false,
    "reporter": [
      "text-summary",
      "html"
    ]
  }
}