{ "_args": [ [ "exceljs@4.4.0", "D:\\jenkins\\workspace\\reform-fvue" ] ], "_from": "exceljs@4.4.0", "_id": "exceljs@4.4.0", "_inBundle": false, "_integrity": "sha512-XctvKaEMaj1Ii9oDOqbW/6e1gXknSY4g/aLCDicOXqBE4M0nRWkUu0PTp++UPNzoFY12BNHMfs/VadKIS6llvg==", "_location": "/exceljs", "_phantomChildren": { "inherits": "2.0.4", "string_decoder": "1.1.1", "util-deprecate": "1.0.2", "xmlchars": "2.2.0" }, "_requested": { "type": "version", "registry": true, "raw": "exceljs@4.4.0", "name": "exceljs", "escapedName": "exceljs", "rawSpec": "4.4.0", "saveSpec": null, "fetchSpec": "4.4.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/exceljs/-/exceljs-4.4.0.tgz", "_spec": "4.4.0", "_where": "D:\\jenkins\\workspace\\reform-fvue", "author": { "name": "Guyon Roche", "email": "guyon@live.com" }, "browser": "./dist/exceljs.min.js", "bugs": { "url": "https://github.com/exceljs/exceljs/issues" }, "dependencies": { "archiver": "^5.0.0", "dayjs": "^1.8.34", "fast-csv": "^4.3.1", "jszip": "^3.10.1", "readable-stream": "^3.6.0", "saxes": "^5.0.1", "tmp": "^0.2.0", "unzipper": "^0.10.11", "uuid": "^8.3.0" }, "description": "Excel Workbook Manager - Read and Write xlsx and csv Files.", "devDependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.11.4", "@babel/preset-env": "^7.11.0", "@types/chai": "^4.2.12", "@types/mocha": "^8.0.3", "@types/node": "^14.11.2", "babelify": "^10.0.0", "browserify": "^16.5.2", "chai": "^4.2.0", "chai-datetime": "^1.7.0", "chai-xml": "^0.3.2", "core-js": "^3.6.5", "dirty-chai": "^2.0.1", "eslint": "^6.5.1", "eslint-config-airbnb-base": "^14.2.0", "eslint-config-prettier": "^6.12.0", "eslint-friendly-formatter": "^4.0.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "express": "^4.16.4", "got": "^9.0.0", "grunt": "^1.3.0", "grunt-babel": "^8.0.0", "grunt-browserify": "^5.3.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jasmine": "^2.2.0", "grunt-contrib-watch": "^1.1.0", "grunt-exorcise": "^2.1.1", "grunt-terser": "^1.0.0", "husky": "^4.3.0", "lint-staged": "^10.2.13", "mocha": "^7.2.0", "prettier-eslint": "^11.0.0", "prettier-eslint-cli": "^5.0.0", "regenerator-runtime": "^0.13.7", "sax": "^1.2.4", "ts-node": "^8.10.2", "typescript": "^3.9.7" }, "engines": { "node": ">=8.3.0" }, "files": [ "dist", "lib", "excel.js", "LICENSE", "README.md", "README_zh.md", "index.ts", "index.d.ts" ], "homepage": "https://github.com/exceljs/exceljs#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "xlsx", "json", "csv", "excel", "font", "border", "fill", "number", "format", "number format", "alignment", "office", "spreadsheet", "workbook", "defined names", "data validations", "rich text", "in-cell format", "outlineLevel", "views", "frozen", "split", "pageSetup" ], "license": "MIT", "lint-staged": { "*.js": [ "prettier-eslint --write", "eslint --format node_modules/eslint-friendly-formatter", "git add" ] }, "main": "./excel.js", "name": "exceljs", "private": false, "repository": { "type": "git", "url": "git+https://github.com/exceljs/exceljs.git" }, "scripts": { "benchmark": "node --expose-gc benchmark", "benchmark:debug": "node --expose-gc --inspect-brk --trace-deopt benchmark", "build": "grunt build", "clean": "rm -rf build/ && rm -rf dist", "clean-build": "npm run clean && npm run build", "install-build": "npm install && grunt build", "lint": "eslint --format node_modules/eslint-friendly-formatter .", "lint:fix": "prettier-eslint --write $(pwd)'/**/*.js'", "lint:staged": "lint-staged", "postversion": "git push --no-verify && git push --tags --no-verify", "preversion": "npm run clean && npm run build && npm run test:version", "test": "npm run test:full", "test:all": "npm run test:native && npm run test:es5", "test:browser": "if [ ! -f .disable-test-browser ]; then npm run build && npm run test:jasmine; fi", "test:dist": "mocha --require spec/config/setup spec/dist --recursive", "test:end-to-end": "mocha --require spec/config/setup spec/end-to-end --recursive", "test:end-to-end:es5": "export EXCEL_BUILD=es5 && npm run test:end-to-end", "test:es5": "export EXCEL_BUILD=es5 && npm run test:full", "test:full": "npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:jasmine", "test:integration": "mocha --require spec/config/setup spec/integration --recursive", "test:integration:es5": "export EXCEL_BUILD=es5 && npm run test:integration", "test:jasmine": "grunt jasmine", "test:manual": "node spec/manual/app.js", "test:native": "npm run test:full", "test:typescript": "mocha -r ts-node/register spec/typescript/**/*.spec.ts", "test:unit": "mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive", "test:unit:es5": "export EXCEL_BUILD=es5 && npm run test:unit", "test:version": "npm run build && npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser && npm run test:dist" }, "types": "./index.d.ts", "version": "4.4.0" }