summaryrefslogtreecommitdiff
path: root/chromium/third_party/devtools-frontend/src/node_modules/json-parse-better-errors
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-05-20 09:47:09 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-06-07 11:15:42 +0000
commit189d4fd8fad9e3c776873be51938cd31a42b6177 (patch)
tree6497caeff5e383937996768766ab3bb2081a40b2 /chromium/third_party/devtools-frontend/src/node_modules/json-parse-better-errors
parent8bc75099d364490b22f43a7ce366b366c08f4164 (diff)
downloadqtwebengine-chromium-189d4fd8fad9e3c776873be51938cd31a42b6177.tar.gz
BASELINE: Update Chromium to 90.0.4430.221
Change-Id: Iff4d9d18d2fcf1a576f3b1f453010f744a232920 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/devtools-frontend/src/node_modules/json-parse-better-errors')
-rw-r--r--chromium/third_party/devtools-frontend/src/node_modules/json-parse-better-errors/package.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/chromium/third_party/devtools-frontend/src/node_modules/json-parse-better-errors/package.json b/chromium/third_party/devtools-frontend/src/node_modules/json-parse-better-errors/package.json
index aae14ead49f..12edad58a1a 100644
--- a/chromium/third_party/devtools-frontend/src/node_modules/json-parse-better-errors/package.json
+++ b/chromium/third_party/devtools-frontend/src/node_modules/json-parse-better-errors/package.json
@@ -1,45 +1,45 @@
{
- "author": {
- "email": "kzm@zkat.tech",
- "name": "Kat March\u00e1n",
- "twitter": "maybekatz"
- },
- "config": {
- "nyc": {
- "exclude": [
- "node_modules/**",
- "test/**"
- ]
- }
- },
+ "name": "json-parse-better-errors",
+ "version": "1.0.2",
"description": "JSON.parse with context information on error",
- "devDependencies": {
- "nyc": "^10.3.2",
- "standard": "^9.0.2",
- "standard-version": "^4.1.0",
- "tap": "^10.3.3",
- "weallbehave": "^1.2.0",
- "weallcontribute": "^1.0.8"
- },
+ "main": "index.js",
"files": [
"*.js"
],
- "keywords": [
- "JSON",
- "parser"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "json-parse-better-errors",
- "repository": "https://github.com/zkat/json-parse-better-errors",
"scripts": {
- "postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
+ "postrelease": "npm publish && git push --follow-tags",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --coverage test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
- "version": "1.0.2"
+ "repository": "https://github.com/zkat/json-parse-better-errors",
+ "keywords": [
+ "JSON",
+ "parser"
+ ],
+ "author": {
+ "name": "Kat March\u00e1n",
+ "email": "kzm@zkat.tech",
+ "twitter": "maybekatz"
+ },
+ "license": "MIT",
+ "devDependencies": {
+ "nyc": "^10.3.2",
+ "standard": "^9.0.2",
+ "standard-version": "^4.1.0",
+ "tap": "^10.3.3",
+ "weallbehave": "^1.2.0",
+ "weallcontribute": "^1.0.8"
+ },
+ "config": {
+ "nyc": {
+ "exclude": [
+ "node_modules/**",
+ "test/**"
+ ]
+ }
+ }
}