{
  "_from": "@eslint/object-schema@^2.1.7",
  "_id": "@eslint/object-schema@2.1.7",
  "_inBundle": false,
  "_integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
  "_location": "/@eslint/object-schema",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@eslint/object-schema@^2.1.7",
    "name": "@eslint/object-schema",
    "escapedName": "@eslint%2fobject-schema",
    "scope": "@eslint",
    "rawSpec": "^2.1.7",
    "saveSpec": null,
    "fetchSpec": "^2.1.7"
  },
  "_requiredBy": [
    "/@eslint/config-array"
  ],
  "_resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
  "_shasum": "6e2126a1347e86a4dedf8706ec67ff8e107ebbad",
  "_spec": "@eslint/object-schema@^2.1.7",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@eslint\\config-array",
  "author": {
    "name": "Nicholas C. Zakas"
  },
  "bugs": {
    "url": "https://github.com/eslint/rewrite/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An object schema merger/validator",
  "devDependencies": {
    "rollup-plugin-copy": "^3.5.0"
  },
  "directories": {
    "test": "tests"
  },
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  },
  "exports": {
    "require": {
      "types": "./dist/cjs/index.d.cts",
      "default": "./dist/cjs/index.cjs"
    },
    "import": {
      "types": "./dist/esm/index.d.ts",
      "default": "./dist/esm/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/eslint/rewrite/tree/main/packages/object-schema#readme",
  "keywords": [
    "object",
    "validation",
    "schema",
    "merge"
  ],
  "license": "Apache-2.0",
  "main": "dist/esm/index.js",
  "name": "@eslint/object-schema",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eslint/rewrite.git",
    "directory": "packages/object-schema"
  },
  "scripts": {
    "build": "rollup -c && npm run build:dedupe-types && tsc -p tsconfig.esm.json && npm run build:cts",
    "build:cts": "node ../../tools/build-cts.js dist/esm/index.d.ts dist/cjs/index.d.cts",
    "build:dedupe-types": "node ../../tools/dedupe-types.js dist/cjs/index.cjs dist/esm/index.js",
    "test": "mocha \"tests/**/*.test.js\"",
    "test:coverage": "c8 npm test",
    "test:jsr": "npx jsr@latest publish --dry-run",
    "test:types": "tsc -p tests/types/tsconfig.json"
  },
  "type": "module",
  "types": "dist/esm/index.d.ts",
  "version": "2.1.7"
}
