package.json 1.42 KB
{
  "_from": "diff-frag@^1.0.1",
  "_id": "diff-frag@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-p7tReJdD6MC0DiUJFmvRVeWDOCY=",
  "_location": "/diff-frag",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "diff-frag@^1.0.1",
    "name": "diff-frag",
    "escapedName": "diff-frag",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/tcompare"
  ],
  "_resolved": "https://registry.npm.taobao.org/diff-frag/download/diff-frag-1.0.1.tgz",
  "_shasum": "a7bb51789743e8c0b40e2509166bd155e5833826",
  "_spec": "diff-frag@^1.0.1",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tcompare",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Take a big diff with a 2-line header and turn it into frags with only a reasonable amount of context",
  "devDependencies": {
    "tap": "^14.9.2"
  },
  "files": [
    "index.js"
  ],
  "funding": {
    "url": "https://github.com/sponsors/isaacs"
  },
  "license": "ISC",
  "name": "diff-frag",
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.1"
}