summaryrefslogtreecommitdiff
path: root/chromium/third_party/devtools-frontend/src/node_modules/punycode
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-16 11:45:35 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-17 08:59:23 +0000
commit552906b0f222c5d5dd11b9fd73829d510980461a (patch)
tree3a11e6ed0538a81dd83b20cf3a4783e297f26d91 /chromium/third_party/devtools-frontend/src/node_modules/punycode
parent1b05827804eaf047779b597718c03e7d38344261 (diff)
downloadqtwebengine-chromium-552906b0f222c5d5dd11b9fd73829d510980461a.tar.gz
BASELINE: Update Chromium to 83.0.4103.122
Change-Id: Ie3a82f5bb0076eec2a7c6a6162326b4301ee291e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/third_party/devtools-frontend/src/node_modules/punycode')
-rw-r--r--chromium/third_party/devtools-frontend/src/node_modules/punycode/package.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/chromium/third_party/devtools-frontend/src/node_modules/punycode/package.json b/chromium/third_party/devtools-frontend/src/node_modules/punycode/package.json
index eb389cbbee6..fdc0a45da47 100644
--- a/chromium/third_party/devtools-frontend/src/node_modules/punycode/package.json
+++ b/chromium/third_party/devtools-frontend/src/node_modules/punycode/package.json
@@ -1,58 +1,58 @@
{
"author": {
- "name": "Mathias Bynens",
+ "name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
- },
- "bugs": "https://github.com/bestiejs/punycode.js/issues",
+ },
+ "bugs": "https://github.com/bestiejs/punycode.js/issues",
"contributors": [
{
- "name": "Mathias Bynens",
+ "name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
}
- ],
- "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
+ ],
+ "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
"devDependencies": {
- "codecov": "^1.0.1",
- "istanbul": "^0.4.1",
+ "codecov": "^1.0.1",
+ "istanbul": "^0.4.1",
"mocha": "^2.5.3"
- },
+ },
"engines": {
"node": ">=6"
- },
+ },
"files": [
- "LICENSE-MIT.txt",
- "punycode.js",
+ "LICENSE-MIT.txt",
+ "punycode.js",
"punycode.es6.js"
- ],
- "homepage": "https://mths.be/punycode",
- "jsnext:main": "punycode.es6.js",
+ ],
+ "homepage": "https://mths.be/punycode",
+ "jsnext:main": "punycode.es6.js",
"jspm": {
"map": {
"./punycode.js": {
"node": "@node/punycode"
}
}
- },
+ },
"keywords": [
- "punycode",
- "unicode",
- "idn",
- "idna",
- "dns",
- "url",
+ "punycode",
+ "unicode",
+ "idn",
+ "idna",
+ "dns",
+ "url",
"domain"
- ],
- "license": "MIT",
- "main": "punycode.js",
- "module": "punycode.es6.js",
- "name": "punycode",
+ ],
+ "license": "MIT",
+ "main": "punycode.js",
+ "module": "punycode.es6.js",
+ "name": "punycode",
"repository": {
- "type": "git",
+ "type": "git",
"url": "https://github.com/bestiejs/punycode.js.git"
- },
+ },
"scripts": {
- "prepublish": "node scripts/prepublish.js",
+ "prepublish": "node scripts/prepublish.js",
"test": "mocha tests"
- },
+ },
"version": "2.1.1"
} \ No newline at end of file