{
  "_from": "export-from-json@^1.1.4",
  "_id": "export-from-json@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-DLHwOGYeGnATM6tOMOWgs9dbzCjO+DwO3YGaha2R6kmLCE5iL8dz5sOywWeJs4P1rhxpdaVILKhCB4mUrTbbGg==",
  "_location": "/export-from-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "export-from-json@^1.1.4",
    "name": "export-from-json",
    "escapedName": "export-from-json",
    "rawSpec": "^1.1.4",
    "saveSpec": null,
    "fetchSpec": "^1.1.4"
  },
  "_requiredBy": [
    "/@andresouzaabreu/vue-data-table"
  ],
  "_resolved": "https://registry.npmjs.org/export-from-json/-/export-from-json-1.6.0.tgz",
  "_shasum": "4a79ba2f6f6aacd1d0e843a40f55009f603614a4",
  "_spec": "export-from-json@^1.1.4",
  "_where": "/Applications/XAMPP/xamppfiles/htdocs/stock/node_modules/@andresouzaabreu/vue-data-table",
  "author": {
    "name": "Zheeeng"
  },
  "bugs": {
    "url": "https://github.com/zheeeng/export-from-json/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Export to txt, json, csv, xls, xml format file from valid JavaScript JSON object.",
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "husky": "^7.0.4",
    "jest": "^27.5.1",
    "rollup": "^2.70.1",
    "rollup-plugin-typescript2": "^0.31.2",
    "rollup-plugin-uglify": "^6.0.4",
    "ts-jest": "^27.1.3",
    "tslib": "^2.3.1",
    "tslint": "^6.1.3",
    "typescript": "^4.6.2"
  },
  "exports": {
    ".": {
      "require": "./dist/umd/index.js",
      "types": "./dist/types/index.d.ts",
      "default": "./dist/esm/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "dist",
    "example"
  ],
  "homepage": "https://github.com/zheeeng/export-from-json#readme",
  "jest": {
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "testRegex": "/__tests__/.+\\.spec.ts$",
    "moduleFileExtensions": [
      "js",
      "ts"
    ]
  },
  "keywords": [
    "json",
    "csv",
    "xls",
    "xml",
    "excel",
    "typescript"
  ],
  "license": "MIT",
  "main": "dist/umd/index.js",
  "module": "dist/esm/index.js",
  "name": "export-from-json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zheeeng/export-from-json.git"
  },
  "scripts": {
    "build": "npm run build:esm && npm run build:es2015 && npm run build:umd",
    "build:es2015": "tsc -p ./config/tsconfig.es2015.json",
    "build:esm": "tsc -p ./config/tsconfig.esm.json",
    "build:umd": "rollup -c ./config/rollup.config.js",
    "dev": "rollup -w -c ./config/rollup.config.js",
    "prebuild": "rm -rf dist",
    "precommit": "npm test",
    "prepush": "npm test",
    "release": "npm version patch && npm publish",
    "test": "npm run test:lint && npm run test:spec",
    "test:lint": "tslint -p ./tsconfig.json",
    "test:manual": "npm test && npm run build && open example/index.html",
    "test:spec": "jest",
    "test:update": "jest --updateSnapshot"
  },
  "typings": "dist/types/index.d.ts",
  "version": "1.6.0"
}
