{
  "_args": [
    [
      "exceljs@1.15.0",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "exceljs@1.15.0",
  "_id": "exceljs@1.15.0",
  "_inBundle": false,
  "_integrity": "sha512-72CySYLU1oBIixpBkWV0mR6YM+X8v2GyyWgKBovS9Hso0Ul7S3FtlWGeAifxB+lpzznokWMRDLMZ8EyS2tX6xg==",
  "_location": "/exceljs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "exceljs@1.15.0",
    "name": "exceljs",
    "escapedName": "exceljs",
    "rawSpec": "1.15.0",
    "saveSpec": null,
    "fetchSpec": "1.15.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/exceljs/-/exceljs-1.15.0.tgz",
  "_spec": "1.15.0",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "Guyon Roche",
    "email": "guyon@live.com"
  },
  "browser": "./dist/es5/exceljs.browser.js",
  "bugs": {
    "url": "https://github.com/exceljs/exceljs/issues"
  },
  "dependencies": {
    "archiver": "^3.0.0",
    "fast-csv": "^2.4.1",
    "jszip": "^3.1.5",
    "moment": "^2.22.2",
    "promish": "^5.1.1",
    "sax": "^1.2.4",
    "tmp": "^0.1.0",
    "unzipper": "^0.9.12"
  },
  "description": "Excel Workbook Manager - Read and Write xlsx and csv Files.",
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.0",
    "@types/node": "^10.12.0",
    "babel-eslint": "^10.0.1",
    "babel-polyfill": "^6.26.0",
    "bluebird": "^3.5.2",
    "browserify": "^16.2.3",
    "chai": "^4.2.0",
    "chai-datetime": "^1.5.0",
    "chai-xml": "^0.3.2",
    "dirty-chai": "^2.0.1",
    "eslint": "^5.7.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^4.2.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.11.1",
    "express": "^4.16.4",
    "grunt": "^1.0.3",
    "grunt-babel": "^8.0.0",
    "grunt-browserify": "^5.3.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jasmine": "^2.0.3",
    "grunt-contrib-uglify": "^4.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-lib-phantomjs": "^1.1.0",
    "husky": "^2.2.0",
    "lint-staged": "^8.1.5",
    "memorystream": "^0.3.1",
    "mocha": "^5.2.0",
    "prettier-eslint": "^8.8.1",
    "prettier-eslint-cli": "^4.6.1",
    "request": "^2.88.0",
    "semver": "^5.6.0",
    "uglify-js": "^3.4.9"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "files": [
    "dist",
    "lib",
    "modern.browser.js",
    "modern.nodejs.js",
    "LICENSE",
    "README.md",
    "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": [
      "eslint --format node_modules/eslint-friendly-formatter",
      "git add"
    ]
  },
  "main": "./dist/es5/index.js",
  "name": "exceljs",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exceljs/exceljs.git"
  },
  "scripts": {
    "build": "grunt build",
    "clean": "rm -rf build/ && rm -rf dist",
    "clean-build": "npm run clean && npm run build",
    "lint": "eslint --format node_modules/eslint-friendly-formatter .",
    "lint:fix": "prettier-eslint --write \"**/*.js\"",
    "postversion": "git push --no-verify && git push --tags --no-verify",
    "pretest": "npm run build",
    "preversion": "npm run clean && npm run build && npm run test:full",
    "test": "npm run test:full",
    "test:browser": "if [ ! -f .disable-test-browser ]; then ./node_modules/.bin/grunt jasmine; fi ",
    "test:end-to-end": "mocha --require spec/config/setup spec/end-to-end --recursive",
    "test:full": "npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser",
    "test:integration": "mocha --require spec/config/setup spec/integration --recursive",
    "test:manual": "node spec/manual/app.js",
    "test:native-integration": "export EXCEL_NATIVE=yes && mocha --require spec/config/setup spec/integration --recursive",
    "test:unit": "mocha --require spec/config/setup spec/unit --require spec/config/setup-unit --recursive"
  },
  "types": "./index.d.ts",
  "version": "1.15.0"
}
