{
  "_args": [
    [
      "tiny-invariant@1.0.4",
      "/Users/frank.zickert/WebstormProjects/infrastructure-components"
    ]
  ],
  "_from": "tiny-invariant@1.0.4",
  "_id": "tiny-invariant@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-lMhRd/djQJ3MoaHEBrw8e2/uM4rs9YMNk0iOr8rHQ0QdbM7D4l0gFl3szKdeixrlyfm9Zqi4dxHCM2qVG8ND5g==",
  "_location": "/tiny-invariant",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tiny-invariant@1.0.4",
    "name": "tiny-invariant",
    "escapedName": "tiny-invariant",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/history",
    "/react-router",
    "/react-router-dom"
  ],
  "_resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/Users/frank.zickert/WebstormProjects/infrastructure-components",
  "author": {
    "name": "Alex Reardon",
    "email": "alexreardon@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/alexreardon/tiny-invariant/issues"
  },
  "description": "A tiny invariant function",
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/preset-env": "^7.4.2",
    "@babel/preset-flow": "^7.0.0",
    "@babel/runtime-corejs2": "^7.4.2",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^24.5.0",
    "flow-bin": "^0.95.1",
    "jest": "^24.5.0",
    "prettier": "^1.16.4",
    "rimraf": "^2.6.3",
    "rollup": "^1.7.3",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-replace": "^2.1.1",
    "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.4"
}
