File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@wry/equality/package.json
{
"_args": [
[
"@wry/equality@0.1.11",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "@wry/equality@0.1.11",
"_id": "@wry/equality@0.1.11",
"_inBundle": false,
"_integrity": "sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==",
"_location": "/@wry/equality",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@wry/equality@0.1.11",
"name": "@wry/equality",
"escapedName": "@wry%2fequality",
"scope": "@wry",
"rawSpec": "0.1.11",
"saveSpec": null,
"fetchSpec": "0.1.11"
},
"_requiredBy": [
"/apollo-utilities"
],
"_resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.1.11.tgz",
"_spec": "0.1.11",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Ben Newman",
"email": "ben@eloper.dev"
},
"bugs": {
"url": "https://github.com/benjamn/wryware/issues"
},
"dependencies": {
"tslib": "^1.9.3"
},
"description": "Structural equality checking for JavaScript values",
"gitHead": "925e08dec81c57f9557e61f9b5153f349c1a5896",
"homepage": "https://github.com/benjamn/wryware",
"keywords": [],
"license": "MIT",
"main": "lib/equality.js",
"module": "lib/equality.esm.js",
"name": "@wry/equality",
"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/equality.d.ts",
"version": "0.1.11"
}