{
  "_from": "type-level-regexp@~0.1.17",
  "_id": "type-level-regexp@0.1.17",
  "_inBundle": false,
  "_integrity": "sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==",
  "_location": "/type-level-regexp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "type-level-regexp@~0.1.17",
    "name": "type-level-regexp",
    "escapedName": "type-level-regexp",
    "rawSpec": "~0.1.17",
    "saveSpec": null,
    "fetchSpec": "~0.1.17"
  },
  "_requiredBy": [
    "/magic-regexp"
  ],
  "_resolved": "https://registry.npmjs.org/type-level-regexp/-/type-level-regexp-0.1.17.tgz",
  "_shasum": "ec1bf7dd65b85201f9863031d6f023bdefc2410f",
  "_spec": "type-level-regexp@~0.1.17",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/magic-regexp",
  "author": {
    "name": "David Tai",
    "email": "didavid61202@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/didavid61202/type-level-regexp/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Type-Level RegExp parser, matcher and permutation resolver",
  "devDependencies": {
    "@antfu/eslint-config": "^0.38.5",
    "@vitest/coverage-c8": "^0.30.1",
    "bumpp": "^9.1.0",
    "c8": "^7.13.0",
    "eslint": "^8.39.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "prettier": "^2.8.8",
    "typescript": "^5.0.4",
    "unbuild": "^1.2.1",
    "vite": "^4.3.3",
    "vitest": "^0.30.1"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./regexp": {
      "import": "./dist/regexp.mjs",
      "require": "./dist/regexp.cjs",
      "types": "./dist/regexp.d.ts"
    }
  },
  "files": [
    "dist",
    "regexp.d.ts"
  ],
  "homepage": "https://github.com/didavid61202/type-level-regexp#readme",
  "keywords": [
    "RegExp",
    "regex",
    "TypeScript",
    "type-level",
    "type-level-programming"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "type-level-regexp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/didavid61202/type-level-regexp.git"
  },
  "resolutions": {
    "type-level-regexp": "link:."
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest --run && vitest typecheck",
    "release": "bumpp && npm publish",
    "test:coverage": "vitest run --coverage",
    "test:update": "vitest -u"
  },
  "types": "./dist/index.d.ts",
  "version": "0.1.17"
}
