{
  "_args": [
    [
      "@emotion/is-prop-valid@1.1.2",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "@emotion/is-prop-valid@1.1.2",
  "_id": "@emotion/is-prop-valid@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-3QnhqeL+WW88YjYbQL5gUIkthuMw7a0NGbZ7wfFVk2kg/CK5w8w5FFa0RzWjyY1+sujN0NWbtSHH6OJmWHtJpQ==",
  "_location": "/@emotion/is-prop-valid",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@emotion/is-prop-valid@1.1.2",
    "name": "@emotion/is-prop-valid",
    "escapedName": "@emotion%2fis-prop-valid",
    "scope": "@emotion",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/@emotion/styled",
    "/@mui/base"
  ],
  "_resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "browser": {
    "./dist/emotion-is-prop-valid.cjs.js": "./dist/emotion-is-prop-valid.browser.cjs.js",
    "./dist/emotion-is-prop-valid.esm.js": "./dist/emotion-is-prop-valid.browser.esm.js"
  },
  "dependencies": {
    "@emotion/memoize": "^0.7.4"
  },
  "description": "A function to check whether a prop is valid for HTML and SVG elements",
  "devDependencies": {
    "dtslint": "^0.3.0"
  },
  "files": [
    "src",
    "dist",
    "types/*.d.ts"
  ],
  "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": "types/index.d.ts",
  "version": "1.1.2"
}
