File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/optimism/package.json
{
"_args": [
[
"optimism@0.10.3",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "optimism@0.10.3",
"_id": "optimism@0.10.3",
"_inBundle": false,
"_integrity": "sha512-9A5pqGoQk49H6Vhjb9kPgAeeECfUDF6aIICbMDL23kDLStBn1MWk3YvcZ4xWF9CsSf6XEgvRLkXy4xof/56vVw==",
"_location": "/optimism",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "optimism@0.10.3",
"name": "optimism",
"escapedName": "optimism",
"rawSpec": "0.10.3",
"saveSpec": null,
"fetchSpec": "0.10.3"
},
"_requiredBy": [
"/apollo-cache-inmemory"
],
"_resolved": "https://registry.npmjs.org/optimism/-/optimism-0.10.3.tgz",
"_spec": "0.10.3",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Ben Newman",
"email": "ben@benjamn.com"
},
"bugs": {
"url": "https://github.com/benjamn/optimism/issues"
},
"dependencies": {
"@wry/context": "^0.4.0"
},
"description": "Composable reactive caching with efficient invalidation.",
"devDependencies": {
"@types/mocha": "5.2.7",
"@types/node": "12.7.5",
"fibers": "4.0.1",
"mocha": "6.2.0",
"reify": "0.20.12",
"rimraf": "3.0.0",
"rollup": "1.21.2",
"rollup-plugin-typescript2": "0.24.2",
"source-map-support": "0.5.13",
"tslib": "1.10.0",
"typescript": "3.5.2"
},
"homepage": "https://github.com/benjamn/optimism#readme",
"keywords": [
"caching",
"cache",
"invalidation",
"reactive",
"reactivity",
"dependency",
"tracking",
"tracker",
"memoization"
],
"license": "MIT",
"main": "lib/bundle.cjs.js",
"module": "lib/bundle.esm.js",
"name": "optimism",
"repository": {
"type": "git",
"url": "git+https://github.com/benjamn/optimism.git"
},
"scripts": {
"build": "npm run clean && tsc --emitDeclarationOnly && rollup -c",
"clean": "rimraf lib",
"mocha": "mocha --require source-map-support/register --reporter spec --full-trace test.js",
"prepublish": "npm run build",
"test": "npm run build && npm run mocha"
},
"types": "lib/index.d.ts",
"version": "0.10.3"
}