UNPKG

infrastructure-components

Version:

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

85 lines (84 loc) 2.57 kB
{ "_from": "tiny-invariant@^1.0.2", "_id": "tiny-invariant@1.0.6", "_inBundle": false, "_integrity": "sha512-FOyLWWVjG+aC0UqG76V53yAWdXfH8bO6FNmyZOuUrzDzK8DI3/JRY25UD7+g49JWM1LXwymsKERB+DzI0dTEQA==", "_location": "/tiny-invariant", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tiny-invariant@^1.0.2", "name": "tiny-invariant", "escapedName": "tiny-invariant", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/history", "/react-router", "/react-router-dom" ], "_resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.0.6.tgz", "_shasum": "b3f9b38835e36a41c843a3b0907a5a7b3755de73", "_spec": "tiny-invariant@^1.0.2", "_where": "/Users/frank.zickert/WebstormProjects/infrastructure-components/node_modules/react-router", "author": { "name": "Alex Reardon", "email": "alexreardon@gmail.com" }, "bugs": { "url": "https://github.com/alexreardon/tiny-invariant/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A tiny invariant function", "devDependencies": { "@babel/core": "^7.5.0", "@babel/preset-env": "^7.5.0", "@babel/preset-flow": "^7.0.0", "@babel/runtime-corejs2": "^7.5.1", "babel-core": "7.0.0-bridge.0", "babel-jest": "^24.8.0", "flow-bin": "^0.102.0", "jest": "^24.8.0", "prettier": "^1.18.2", "rimraf": "^2.6.3", "rollup": "^1.16.6", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-uglify": "^6.0.2" }, "files": [ "/dist", "/src" ], "homepage": "https://github.com/alexreardon/tiny-invariant#readme", "keywords": [ "invariant", "error" ], "license": "MIT", "main": "dist/tiny-invariant.cjs.js", "module": "dist/tiny-invariant.esm.js", "name": "tiny-invariant", "repository": { "type": "git", "url": "git+https://github.com/alexreardon/tiny-invariant.git" }, "scripts": { "build": "yarn build:clean && yarn build:dist && yarn build:flow", "build:clean": "rimraf dist", "build:dist": "yarn rollup --config rollup.config.js", "build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/tiny-invariant.cjs.js.flow", "lint": "yarn prettier --debug-check src/** test/**", "prepublishOnly": "yarn build", "test": "yarn jest", "typecheck": "yarn flow", "validate": "yarn lint && yarn flow" }, "sideEffects": false, "types": "src/index.d.ts", "version": "1.0.6" }