main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
684 bytes
|
Rev | Line | |
---|
[79a0317] | 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.