{
  "_from": "@standard-schema/spec@^1.0.0",
  "_id": "@standard-schema/spec@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
  "_location": "/@standard-schema/spec",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@standard-schema/spec@^1.0.0",
    "name": "@standard-schema/spec",
    "escapedName": "@standard-schema%2fspec",
    "scope": "@standard-schema",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@reduxjs/toolkit"
  ],
  "_resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
  "_shasum": "a79b55dbaf8604812f52d140b2c9ab41bc150bb8",
  "_spec": "@standard-schema/spec@^1.0.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@reduxjs/toolkit",
  "author": {
    "name": "Colin McDonnell"
  },
  "bugs": {
    "url": "https://github.com/standard-schema/standard-schema/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A family of specs for interoperable TypeScript",
  "devDependencies": {
    "tsup": "^8.3.0",
    "typescript": "^5.6.2"
  },
  "exports": {
    ".": {
      "standard-schema-spec": "./src/index.ts",
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://standardschema.dev",
  "keywords": [
    "typescript",
    "schema",
    "validation",
    "standard",
    "interface"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@standard-schema/spec",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/standard-schema/standard-schema.git"
  },
  "scripts": {
    "build": "tsup",
    "check": "pnpm biome check ./src",
    "format": "pnpm biome format --write ./src",
    "lint": "pnpm biome lint ./src"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.1.0"
}
