{
  "_from": "@wry/context@^0.4.0",
  "_id": "@wry/context@0.4.4",
  "_inBundle": false,
  "_integrity": "sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==",
  "_location": "/@wry/context",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@wry/context@^0.4.0",
    "name": "@wry/context",
    "escapedName": "@wry%2fcontext",
    "scope": "@wry",
    "rawSpec": "^0.4.0",
    "saveSpec": null,
    "fetchSpec": "^0.4.0"
  },
  "_requiredBy": [
    "/optimism"
  ],
  "_resolved": "https://registry.npmjs.org/@wry/context/-/context-0.4.4.tgz",
  "_shasum": "e50f5fa1d6cfaabf2977d1fda5ae91717f8815f8",
  "_spec": "@wry/context@^0.4.0",
  "_where": "/home/chavel5/puelkis-apps.com/puelkis_bundles/node_modules/optimism",
  "author": {
    "name": "Ben Newman",
    "email": "ben@eloper.dev"
  },
  "bugs": {
    "url": "https://github.com/benjamn/wryware/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/node": ">=6",
    "tslib": "^1.9.3"
  },
  "deprecated": false,
  "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around",
  "gitHead": "50e7d6181b0b937ad54b543118e823ad98e2bca9",
  "homepage": "https://github.com/benjamn/wryware",
  "keywords": [],
  "license": "MIT",
  "main": "lib/context.js",
  "module": "lib/context.esm.js",
  "name": "@wry/context",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benjamn/wryware.git"
  },
  "scripts": {
    "build": "npm run clean && npm run tsc && npm run rollup",
    "clean": "../../node_modules/.bin/rimraf lib",
    "mocha": "../../scripts/test.sh lib/tests.js",
    "prepublish": "npm run build",
    "rollup": "../../node_modules/.bin/rollup -c",
    "test": "npm run build && npm run mocha",
    "tsc": "../../node_modules/.bin/tsc"
  },
  "types": "lib/context.d.ts",
  "version": "0.4.4"
}
