Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/npm/node_modules/just-diff/
Upload File :
Current File : /home/emeraadmin/www/node_modules/npm/node_modules/just-diff/package.json

{
  "_id": "just-diff@6.0.2",
  "_inBundle": true,
  "_location": "/npm/just-diff",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm/parse-conflict-json"
  ],
  "author": {
    "name": "Angus Croll"
  },
  "bugs": {
    "url": "https://github.com/angus-c/just/issues"
  },
  "description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./index.cjs",
      "import": "./index.mjs"
    },
    "./package.json": "./package.json"
  },
  "homepage": "https://github.com/angus-c/just#readme",
  "keywords": [
    "object",
    "diff",
    "jsonPatch",
    "no-dependencies",
    "just"
  ],
  "license": "MIT",
  "main": "index.cjs",
  "name": "just-diff",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/angus-c/just.git"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "type": "module",
  "types": "index.d.ts",
  "version": "6.0.2"
}