package.json 1.67 KB
{
  "_from": "tcompare@^3.0.0",
  "_id": "tcompare@3.0.4",
  "_inBundle": false,
  "_integrity": "sha1-6S69vxrzN1evoHF6rtW7Tv3UGZI=",
  "_location": "/tcompare",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tcompare@^3.0.0",
    "name": "tcompare",
    "escapedName": "tcompare",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npm.taobao.org/tcompare/download/tcompare-3.0.4.tgz",
  "_shasum": "e92ebdbf1af33757afa0717aaed5bb4efdd41992",
  "_spec": "tcompare@^3.0.0",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\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-frag": "^1.0.1"
  },
  "deprecated": false,
  "description": "A comprehensive comparison library, for use in test frameworks",
  "devDependencies": {
    "tap": "^14.9.2"
  },
  "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": {
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "version": "3.0.4"
}