UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

64 lines (63 loc) 1.81 kB
{ "_args": [ [ "@emotion/is-prop-valid@0.7.3", "/Users/frank.zickert/WebstormProjects/infrastructure-components" ] ], "_from": "@emotion/is-prop-valid@0.7.3", "_id": "@emotion/is-prop-valid@0.7.3", "_inBundle": false, "_integrity": "sha512-uxJqm/sqwXw3YPA5GXX365OBcJGFtxUVkB6WyezqFHlNe9jqUWH5ur2O2M8dGBz61kn1g3ZBlzUunFQXQIClhA==", "_location": "/@emotion/is-prop-valid", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@emotion/is-prop-valid@0.7.3", "name": "@emotion/is-prop-valid", "escapedName": "@emotion%2fis-prop-valid", "scope": "@emotion", "rawSpec": "0.7.3", "saveSpec": null, "fetchSpec": "0.7.3" }, "_requiredBy": [ "/styled-components" ], "_resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.7.3.tgz", "_spec": "0.7.3", "_where": "/Users/frank.zickert/WebstormProjects/infrastructure-components", "browser": { "./dist/is-prop-valid.cjs.js": "./dist/is-prop-valid.browser.cjs.js", "./dist/is-prop-valid.esm.js": "./dist/is-prop-valid.browser.esm.js" }, "dependencies": { "@emotion/memoize": "0.7.1" }, "description": "A function to check whether a prop is valid for HTML and SVG elements", "devDependencies": { "dtslint": "^0.3.0" }, "files": [ "src", "dist", "types" ], "license": "MIT", "main": "dist/is-prop-valid.cjs.js", "module": "dist/is-prop-valid.esm.js", "name": "@emotion/is-prop-valid", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/emotion-js/emotion/tree/master/packages/is-prop-valid" }, "scripts": { "test:typescript": "dtslint types" }, "types": "types/index.d.ts", "version": "0.7.3" }