{
  "_args": [
    [
      "array-unflat-js@0.1.3",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_development": true,
  "_from": "array-unflat-js@0.1.3",
  "_id": "array-unflat-js@0.1.3",
  "_inBundle": false,
  "_integrity": "sha512-8pljkLj4vfz2i7Tf3yB31tRrszjP8/kwIyABGfcZ1GcHlvdUB0Sbx0WzQkOPMqUBxa/bu4+/NAyHEpDtZJzlJw==",
  "_location": "/array-unflat-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "array-unflat-js@0.1.3",
    "name": "array-unflat-js",
    "escapedName": "array-unflat-js",
    "rawSpec": "0.1.3",
    "saveSpec": null,
    "fetchSpec": "0.1.3"
  },
  "_requiredBy": [
    "/serverless-offline"
  ],
  "_resolved": "https://registry.npmjs.org/array-unflat-js/-/array-unflat-js-0.1.3.tgz",
  "_spec": "0.1.3",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "Daniel Nalborczyk"
  },
  "bugs": {
    "url": "https://github.com/dnalborczyk/array-unflat-js/issues"
  },
  "description": "",
  "devDependencies": {
    "@istanbuljs/esm-loader-hook": "^0.2.0",
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.11.17",
    "@typescript-eslint/eslint-plugin": "^5.46.1",
    "@typescript-eslint/parser": "^5.46.1",
    "eslint": "^8.29.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "prettier": "^2.8.1",
    "rimraf": "^3.0.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  },
  "engines": {
    "node": ">=14.18.0"
  },
  "exports": "./dist/index.js",
  "homepage": "https://github.com/dnalborczyk/array-unflat-js",
  "keywords": [
    "array",
    "unflat",
    "unflatten",
    "flat",
    "flatten"
  ],
  "license": "MIT",
  "name": "array-unflat-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dnalborczyk/array-unflat-js.git"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "lint": "eslint .",
    "prettier": "prettier --check .",
    "prettier:fix": "prettier --write .",
    "test": "mocha",
    "test:cov": "NODE_OPTIONS='--experimental-loader @istanbuljs/esm-loader-hook' nyc npm test"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.1.3"
}
