{
  "_args": [
    [
      "@octetstream/invariant@1.2.0",
      "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
    ]
  ],
  "_development": true,
  "_from": "@octetstream/invariant@1.2.0",
  "_id": "@octetstream/invariant@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-H8dGu44EiXMOU6dv82RiEtLPzi/Q0nmjuPsyznL6VN3KSWEdZI7be2sUO1m7HlWkgD/qSSwt076hBkCgOl9jgw==",
  "_location": "/@octetstream/invariant",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@octetstream/invariant@1.2.0",
    "name": "@octetstream/invariant",
    "escapedName": "@octetstream%2finvariant",
    "scope": "@octetstream",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/@dollarshaveclub/node-fetch/formdata-node"
  ],
  "_resolved": "https://registry.npmjs.org/@octetstream/invariant/-/invariant-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
  "author": {
    "name": "Nick K."
  },
  "bugs": {
    "url": "https://github.com/octet-stream/invariant/issues"
  },
  "dependencies": {
    "sprintf-js": "1.1.2"
  },
  "description": "Declarative errors throwing for Node.js",
  "devDependencies": {
    "@octetstream/eslint-config": "3.0.0",
    "ava": "1.0.1",
    "codecov": "3.1.0",
    "eslint": "5.10.0",
    "husky": "1.2.1",
    "nyc": "13.1.0"
  },
  "engines": {
    "node": "6.x || >= 8"
  },
  "homepage": "https://github.com/octet-stream/invariant#readme",
  "keywords": [
    "invariant",
    "test",
    "errors"
  ],
  "license": "MIT",
  "main": "invariant.js",
  "name": "@octetstream/invariant",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octet-stream/invariant.git"
  },
  "scripts": {
    "ci": "yarn coverage && yarn report:ci && yarn codecov",
    "codecov": "codecov",
    "coverage": "nyc yarn test",
    "lint": "eslint test.js invariant.js",
    "report": "yarn coverage && node_modules/.bin/nyc report --reporter=html yarn test",
    "report:ci": "nyc report --reporter=lcov yarn test",
    "test": "ava test.js"
  },
  "version": "1.2.0"
}
