Skip to content
Snippets Groups Projects
Commit 267d2d10 authored by Yadd's avatar Yadd
Browse files

Embed json-parse-even-better-errors

parent de0f530c
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ Rules-Requires-Root: no ...@@ -16,7 +16,7 @@ Rules-Requires-Root: no
Package: node-json-parse-better-errors Package: node-json-parse-better-errors
Architecture: all Architecture: all
Depends: ${misc:Depends} Depends: ${misc:Depends}
, nodejs Provides: ${nodejs:Provides}
Description: JSON.parse() with context information on error Description: JSON.parse() with context information on error
This is a Node.js library for getting nicer errors out of JSON.parse(), This is a Node.js library for getting nicer errors out of JSON.parse(),
including context and position of parse errors. including context and position of parse errors.
......
...@@ -2,6 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ ...@@ -2,6 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: json-parse-better-errors Upstream-Name: json-parse-better-errors
Upstream-Contact: https://github.com/zkat/json-parse-better-errors/issues Upstream-Contact: https://github.com/zkat/json-parse-better-errors/issues
Source: https://github.com/zkat/json-parse-better-errors#readme Source: https://github.com/zkat/json-parse-better-errors#readme
https://github.com/npm/json-parse-even-better-errors/tags
Files: * Files: *
Copyright: 2017 Kat Marchán <kzm@sykosomatic.org> Copyright: 2017 Kat Marchán <kzm@sykosomatic.org>
......
[DEFAULT] [DEFAULT]
pristine-tar = True pristine-tar=True
component=['json-parse-even-better-errors']
[import-orig] [import-orig]
filter = [ '.gitignore', '.travis.yml', '.git*' ] filter=[ '.gitignore', '.travis.yml', '.git*' ]
*
...@@ -2,4 +2,11 @@ version=4 ...@@ -2,4 +2,11 @@ version=4
opts=\ opts=\
dversionmangle=auto,\ dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-json-parse-better-errors-$1.tar.gz/ \ filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-json-parse-better-errors-$1.tar.gz/ \
https://github.com/zkat/json-parse-better-errors/tags .*/archive/v?([\d\.]+).tar.gz https://github.com/zkat/json-parse-better-errors/tags .*/archive/v?([\d\.]+).tar.gz group
opts=\
component=json-parse-even-better-errors,\
ctype=nodejs,\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-json-parse-even-better-errors-$1.tar.gz/ \
https://github.com/npm/json-parse-even-better-errors/tags .*/archive/v?([\d\.]+).tar.gz group
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment