{
  "_from": "ts-invariant@^0.4.0",
  "_id": "ts-invariant@0.4.4",
  "_inBundle": false,
  "_integrity": "sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==",
  "_location": "/ts-invariant",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ts-invariant@^0.4.0",
    "name": "ts-invariant",
    "escapedName": "ts-invariant",
    "rawSpec": "^0.4.0",
    "saveSpec": null,
    "fetchSpec": "^0.4.0"
  },
  "_requiredBy": [
    "/apollo-utilities"
  ],
  "_resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.4.4.tgz",
  "_shasum": "97a523518688f93aafad01b0e80eb803eb2abd86",
  "_spec": "ts-invariant@^0.4.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/apollo-utilities",
  "author": {
    "name": "Ben Newman",
    "email": "ben@apollographql.com"
  },
  "bugs": {
    "url": "https://github.com/apollographql/invariant-packages/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tslib": "^1.9.3"
  },
  "deprecated": false,
  "description": "TypeScript implementation of invariant(condition, message)",
  "devDependencies": {
    "@types/invariant": "^2.2.29",
    "invariant": "^2.2.4",
    "mocha": "^5.2.0",
    "rollup": "^1.1.2",
    "rollup-plugin-typescript2": "^0.19.2"
  },
  "gitHead": "c83c2aeb7917b93751d17706d800a7ea16d8fe3e",
  "homepage": "https://github.com/apollographql/invariant-packages",
  "keywords": [
    "invariant",
    "assertion",
    "precondition",
    "TypeScript"
  ],
  "license": "MIT",
  "main": "lib/invariant.js",
  "module": "lib/invariant.esm.js",
  "name": "ts-invariant",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/invariant-packages.git"
  },
  "scripts": {
    "build": "tsc && rollup -c",
    "mocha": "mocha --reporter spec --full-trace lib/tests.js",
    "prepublish": "npm run build",
    "test": "npm run build && npm run mocha"
  },
  "types": "lib/invariant.d.ts",
  "version": "0.4.4"
}