Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « just-diff « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9c522087a28f9a0152b41861c9306cebda36f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "_from": "just-diff@^3.0.1",
  "_id": "just-diff@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-+EiNvacECnZbszZa5IMjzrJ3dy2HKMXyGaNYWBnXy+iWW+437jIvQUrWaM9M+XI/6gOH8EjqvhGUOSh7ETekyg==",
  "_location": "/just-diff",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "just-diff@^3.0.1",
    "name": "just-diff",
    "escapedName": "just-diff",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/parse-conflict-json"
  ],
  "_resolved": "https://registry.npmjs.org/just-diff/-/just-diff-3.0.2.tgz",
  "_shasum": "65f4914e4d7500b364d12b7b3f03bcbacdac743b",
  "_spec": "just-diff@^3.0.1",
  "_where": "/Users/claudiahdz/npm/cli/node_modules/parse-conflict-json",
  "author": {
    "name": "Angus Croll"
  },
  "bugs": {
    "url": "https://github.com/angus-c/just/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol",
  "homepage": "https://github.com/angus-c/just#readme",
  "keywords": [
    "object",
    "diff",
    "jsonPatch",
    "no-dependencies",
    "just"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "just-diff",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/angus-c/just.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "3.0.2"
}