File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@wry/context/package.json
{
"_args": [
[
"@wry/context@0.4.4",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "@wry/context@0.4.4",
"_id": "@wry/context@0.4.4",
"_inBundle": false,
"_integrity": "sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==",
"_location": "/@wry/context",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@wry/context@0.4.4",
"name": "@wry/context",
"escapedName": "@wry%2fcontext",
"scope": "@wry",
"rawSpec": "0.4.4",
"saveSpec": null,
"fetchSpec": "0.4.4"
},
"_requiredBy": [
"/optimism"
],
"_resolved": "https://registry.npmjs.org/@wry/context/-/context-0.4.4.tgz",
"_spec": "0.4.4",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Ben Newman",
"email": "ben@eloper.dev"
},
"bugs": {
"url": "https://github.com/benjamn/wryware/issues"
},
"dependencies": {
"@types/node": ">=6",
"tslib": "^1.9.3"
},
"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"
}