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

package.json « just-diff-apply « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de5e057592e5f9eb2fd452dd99d5f13c51036938 (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
54
{
  "_from": "just-diff-apply@^3.0.0",
  "_id": "just-diff-apply@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-K2MLc+ZC2DVxX4V61bIKPeMUUfj1YYZ3h0myhchDXOW1cKoPZMnjIoNCqv9bF2n5Oob1PFxuR2gVJxkxz4e58w==",
  "_location": "/just-diff-apply",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "just-diff-apply@^3.0.0",
    "name": "just-diff-apply",
    "escapedName": "just-diff-apply",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/parse-conflict-json"
  ],
  "_resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-3.0.0.tgz",
  "_shasum": "a77348d24f0694e378b57293dceb65bdf5a91c4f",
  "_spec": "just-diff-apply@^3.0.0",
  "_where": "/Users/isaacs/dev/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": "Apply a diff to an object. Optionally supports jsonPatch protocol",
  "homepage": "https://github.com/angus-c/just#readme",
  "keywords": [
    "object",
    "diff",
    "apply",
    "jsonPatch",
    "no-dependencies",
    "just"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "just-diff-apply",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/angus-c/just.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "3.0.0"
}