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

package.json « parse-conflict-json « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77f93c80ffde25611b2f0ff0589ec8e402b68372 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "_from": "parse-conflict-json@latest",
  "_id": "parse-conflict-json@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-l9DnPN7S2TDgSm/KklvxUDkV8QMqfTLaIniSSUpY1Wbm+0Dc4qonmCC3hnVhmtJgVLQNIX0O9pOBIkkubjo9wQ==",
  "_location": "/parse-conflict-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "parse-conflict-json@latest",
    "name": "parse-conflict-json",
    "escapedName": "parse-conflict-json",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/@npmcli/arborist"
  ],
  "_resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-1.1.0.tgz",
  "_shasum": "93d7c5e86badffbd7249411250737e5a175b1294",
  "_spec": "parse-conflict-json@latest",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/npm/parse-conflict-json/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "json-parse-better-errors": "^1.0.2",
    "just-diff": "^3.0.1",
    "just-diff-apply": "^3.0.0"
  },
  "deprecated": false,
  "description": "Parse a JSON string that has git merge conflicts, resolving if possible",
  "devDependencies": {
    "tap": "^14.6.1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/parse-conflict-json#readme",
  "license": "ISC",
  "name": "parse-conflict-json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/parse-conflict-json.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.1.0"
}