Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
node-json-parse-better-errors
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian JavaScript Maintainers
node-json-parse-better-errors
Commits
267d2d10
Commit
267d2d10
authored
4 years ago
by
Yadd
Browse files
Options
Downloads
Patches
Plain Diff
Embed json-parse-even-better-errors
parent
de0f530c
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/copyright
+1
-0
1 addition, 0 deletions
debian/copyright
debian/gbp.conf
+3
-2
3 additions, 2 deletions
debian/gbp.conf
debian/nodejs/root_modules
+1
-0
1 addition, 0 deletions
debian/nodejs/root_modules
debian/watch
+8
-1
8 additions, 1 deletion
debian/watch
with
14 additions
and
4 deletions
debian/control
+
1
−
1
View file @
267d2d10
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
debian/copyright
+
1
−
0
View file @
267d2d10
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
debian/gbp.conf
+
3
−
2
View file @
267d2d10
[
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*'
]
This diff is collapsed.
Click to expand it.
debian/nodejs/root_modules
0 → 100644
+
1
−
0
View file @
267d2d10
*
This diff is collapsed.
Click to expand it.
debian/watch
+
8
−
1
View file @
267d2d10
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment