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: a5cc8a1feee9ec8015c148337211a38a401c51b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "just-diff-apply",
  "version": "3.0.0",
  "description": "Apply a diff to an object. Optionally supports jsonPatch protocol",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": "https://github.com/angus-c/just",
  "keywords": [
    "object",
    "diff",
    "apply",
    "jsonPatch",
    "no-dependencies",
    "just"
  ],
  "author": "Angus Croll",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/angus-c/just/issues"
  }
}