{
  "_from": "react-property@2.0.0",
  "_id": "react-property@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-kzmNjIgU32mO4mmH5+iUyrqlpFQhF8K2k7eZ4fdLSOPFrD1XgEuSBv9LDEgxRXTMBqMd8ppT0x6TIzqE5pdGdw==",
  "_location": "/react-property",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-property@2.0.0",
    "name": "react-property",
    "escapedName": "react-property",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/html-react-parser"
  ],
  "_resolved": "https://registry.npmjs.org/react-property/-/react-property-2.0.0.tgz",
  "_shasum": "2156ba9d85fa4741faf1918b38efc1eae3c6a136",
  "_spec": "react-property@2.0.0",
  "_where": "/var/www/justnowapp/node_modules/html-react-parser",
  "bugs": {
    "url": "https://github.com/remarkablemark/react-dom-core/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "HTML and SVG DOM property configs used by React.",
  "devDependencies": {
    "@babel/preset-env": "^7.15.4",
    "@babel/preset-flow": "^7.14.5",
    "@rollup/plugin-alias": "^3.1.5",
    "@rollup/plugin-babel": "^5.3.0",
    "eslint": "^7.32.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.1.0",
    "prettier": "^2.3.2",
    "rollup": "^2.56.3"
  },
  "files": [
    "/lib"
  ],
  "gitHead": "1637f549753213cc85dbcad168c48c49e11a0339",
  "homepage": "https://github.com/remarkablemark/react-dom-core#readme",
  "keywords": [
    "react-property",
    "html",
    "svg",
    "dom",
    "property",
    "attribute",
    "config",
    "react",
    "react-dom"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "react-property",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remarkablemark/react-dom-core.git"
  },
  "scripts": {
    "build": "rollup -c rollup.config.possibleStandardNames.js && scripts/build.js && rollup -c",
    "clean": "rm -rf lib",
    "lint": "eslint --ignore-path .gitignore .",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "npm run lint && npm run clean && npm run build && npm test",
    "test": "jest --coverage --ci",
    "test:watch": "jest --watch"
  },
  "version": "2.0.0"
}
