Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
684 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "json-parse-even-better-errors",
|
---|
3 | "version": "2.3.1",
|
---|
4 | "description": "JSON.parse with context information on error",
|
---|
5 | "main": "index.js",
|
---|
6 | "files": [
|
---|
7 | "*.js"
|
---|
8 | ],
|
---|
9 | "scripts": {
|
---|
10 | "preversion": "npm t",
|
---|
11 | "postversion": "npm publish",
|
---|
12 | "prepublishOnly": "git push --follow-tags",
|
---|
13 | "test": "tap",
|
---|
14 | "snap": "tap"
|
---|
15 | },
|
---|
16 | "repository": "https://github.com/npm/json-parse-even-better-errors",
|
---|
17 | "keywords": [
|
---|
18 | "JSON",
|
---|
19 | "parser"
|
---|
20 | ],
|
---|
21 | "author": {
|
---|
22 | "name": "Kat Marchán",
|
---|
23 | "email": "kzm@zkat.tech",
|
---|
24 | "twitter": "maybekatz"
|
---|
25 | },
|
---|
26 | "license": "MIT",
|
---|
27 | "devDependencies": {
|
---|
28 | "tap": "^14.6.5"
|
---|
29 | },
|
---|
30 | "tap": {
|
---|
31 | "check-coverage": true
|
---|
32 | }
|
---|
33 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.