{
  "_from": "tcompare@^5.0.4",
  "_id": "tcompare@5.0.4",
  "_inBundle": false,
  "_integrity": "sha512-worXBcrmLoFu9oJYAKznjPE89APTEXk/XCazuDuSQfK1EqX3bpLPW3cY/RQucbcc7mW+yKW0duujsuFlU7dRCA==",
  "_location": "/tcompare",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tcompare@^5.0.4",
    "name": "tcompare",
    "escapedName": "tcompare",
    "rawSpec": "^5.0.4",
    "saveSpec": null,
    "fetchSpec": "^5.0.4"
  },
  "_requiredBy": [
    "/libtap",
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/tcompare/-/tcompare-5.0.4.tgz",
  "_shasum": "98d571bae0cd945388c3641a7ab7013f95ebe359",
  "_spec": "tcompare@^5.0.4",
  "_where": "/home/mars/current-universe/tappity-tap/node_modules/tap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/tapjs/tcompare/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "diff": "^4.0.2"
  },
  "deprecated": false,
  "description": "A comprehensive comparison library, for use in test frameworks",
  "devDependencies": {
    "tap": "^14.10.7"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "lib/*.js"
  ],
  "homepage": "https://github.com/tapjs/tcompare#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "tcompare",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/tcompare.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "version": "5.0.4"
}
