{
  "_from": "xml-naming@^0.1.0",
  "_id": "xml-naming@0.1.0",
  "_inBundle": false,
  "_integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
  "_location": "/xml-naming",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xml-naming@^0.1.0",
    "name": "xml-naming",
    "escapedName": "xml-naming",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "/fast-xml-builder"
  ],
  "_resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
  "_shasum": "8ab7106c5b8d23caa2fabac1cadf17136379fbd8",
  "_spec": "xml-naming@^0.1.0",
  "_where": "/var/www/backendCherryk/cherry-k-be/node_modules/fast-xml-builder",
  "author": {
    "name": "Amit Gupta",
    "url": "https://solothought.com"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/xml-naming/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Validates XML name productions — Name, NCName, QName, NMToken, NMTokens — for XML 1.0 and 1.1",
  "devDependencies": {
    "jasmine": "^5.0.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "exports": {
    ".": {
      "import": "./src/index.js",
      "types": "./src/index.d.ts"
    }
  },
  "files": [
    "src",
    "README.md"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/NaturalIntelligence"
    }
  ],
  "homepage": "https://github.com/NaturalIntelligence/xml-naming#readme",
  "keywords": [
    "xml",
    "xml-name",
    "ncname",
    "qname",
    "nmtoken",
    "xml-validation",
    "xml-namespace",
    "name-validator",
    "xml-1.0",
    "xml-1.1"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "name": "xml-naming",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NaturalIntelligence/xml-naming.git"
  },
  "scripts": {
    "test": "jasmine specs/*spec.js"
  },
  "type": "module",
  "types": "./src/index.d.ts",
  "version": "0.1.0"
}
