{
  "_from": "mylas@^2.1.9",
  "_id": "mylas@2.1.14",
  "_inBundle": false,
  "_integrity": "sha512-BzQguy9W9NJgoVn2mRWzbFrFWWztGCcng2QI9+41frfk+Athwgx3qhqhvStz7ExeUUu7Kzw427sNzHpEZNINog==",
  "_location": "/mylas",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mylas@^2.1.9",
    "name": "mylas",
    "escapedName": "mylas",
    "rawSpec": "^2.1.9",
    "saveSpec": null,
    "fetchSpec": "^2.1.9"
  },
  "_requiredBy": [
    "/tsc-alias"
  ],
  "_resolved": "https://registry.npmjs.org/mylas/-/mylas-2.1.14.tgz",
  "_shasum": "bfa0a2bcbc4bb69f0af324dc7f38689ad56f12cc",
  "_spec": "mylas@^2.1.9",
  "_where": "/var/www/html/fish.jba3.com/api/node_modules/tsc-alias",
  "author": {
    "name": "Raoul de Heer"
  },
  "bugs": {
    "url": "https://github.com/raouldeheer/Mylas/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Mylas is a npm package to make the loading and storing of data from fs easy and reliable.",
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.0",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.5",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "require": "./build/index.js",
      "default": "./build/index.js"
    },
    "./register": {
      "types": "./build/register.d.ts",
      "require": "./build/register.js",
      "default": "./build/register.js"
    }
  },
  "files": [
    "build/"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/raouldeheer"
  },
  "homepage": "https://mylas.js.org/",
  "keywords": [
    "fs",
    "data",
    "json",
    "loader",
    "multithreaded",
    "json-comments",
    "node-modules"
  ],
  "license": "MIT",
  "main": "build/index.js",
  "name": "mylas",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raouldeheer/Mylas.git"
  },
  "scripts": {
    "build": "bash ./config/build.sh",
    "prepack": "npm run build",
    "test": "jest --config ./tests/jest.config.js"
  },
  "typings": "build/index",
  "version": "2.1.14"
}
