{
  "_from": "@emotion/is-prop-valid@^1.3.0",
  "_id": "@emotion/is-prop-valid@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==",
  "_location": "/@emotion/is-prop-valid",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@emotion/is-prop-valid@^1.3.0",
    "name": "@emotion/is-prop-valid",
    "escapedName": "@emotion%2fis-prop-valid",
    "scope": "@emotion",
    "rawSpec": "^1.3.0",
    "saveSpec": null,
    "fetchSpec": "^1.3.0"
  },
  "_requiredBy": [
    "/@emotion/styled"
  ],
  "_resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.4.0.tgz",
  "_shasum": "e9ad47adff0b5c94c72db3669ce46de33edf28c0",
  "_spec": "@emotion/is-prop-valid@^1.3.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@emotion\\styled",
  "bundleDependencies": false,
  "dependencies": {
    "@emotion/memoize": "^0.9.0"
  },
  "deprecated": false,
  "description": "A function to check whether a prop is valid for HTML and SVG elements",
  "devDependencies": {
    "@definitelytyped/dtslint": "0.0.112",
    "typescript": "^5.4.5"
  },
  "exports": {
    ".": {
      "types": {
        "import": "./dist/emotion-is-prop-valid.cjs.mjs",
        "default": "./dist/emotion-is-prop-valid.cjs.js"
      },
      "module": "./dist/emotion-is-prop-valid.esm.js",
      "import": "./dist/emotion-is-prop-valid.cjs.mjs",
      "default": "./dist/emotion-is-prop-valid.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "dist"
  ],
  "license": "MIT",
  "main": "dist/emotion-is-prop-valid.cjs.js",
  "module": "dist/emotion-is-prop-valid.esm.js",
  "name": "@emotion/is-prop-valid",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/emotion-js/emotion/tree/main/packages/is-prop-valid"
  },
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "types": "dist/emotion-is-prop-valid.cjs.d.ts",
  "version": "1.4.0"
}
