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

package.json « json-parse-even-better-errors « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3e49387675f6f92132003460bb8966d9ab5479f (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
{
  "_from": "json-parse-even-better-errors@^2.2.0",
  "_id": "json-parse-even-better-errors@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-2tLgY7LRNZ9Hd6gmCuBG5/OjRHQpSgJQqJoYyLLOhUgn8LdOYrjaZLcxkWnDads+AD/haWWioPNziXQcgvQJ/g==",
  "_location": "/json-parse-even-better-errors",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "json-parse-even-better-errors@^2.2.0",
    "name": "json-parse-even-better-errors",
    "escapedName": "json-parse-even-better-errors",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/",
    "/libnpmversion",
    "/read-package-json-fast"
  ],
  "_resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.2.0.tgz",
  "_shasum": "304d29aa54bb01156a1328c454034ff0ac8a7bf4",
  "_spec": "json-parse-even-better-errors@^2.2.0",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@zkat.tech"
  },
  "bugs": {
    "url": "https://github.com/npm/json-parse-even-better-errors/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JSON.parse with context information on error",
  "devDependencies": {
    "tap": "^14.6.5"
  },
  "files": [
    "*.js"
  ],
  "homepage": "https://github.com/npm/json-parse-even-better-errors#readme",
  "keywords": [
    "JSON",
    "parser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "json-parse-even-better-errors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/json-parse-even-better-errors.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push --follow-tags",
    "preversion": "npm t",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "2.2.0"
}