Update checked-in dependencies
This commit is contained in:
parent
4fad06f438
commit
40a500c743
4168 changed files with 298222 additions and 374905 deletions
10
node_modules/punycode/package.json
generated
vendored
10
node_modules/punycode/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "punycode",
|
||||
"version": "2.1.1",
|
||||
"version": "2.3.0",
|
||||
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
|
||||
"homepage": "https://mths.be/punycode",
|
||||
"main": "punycode.js",
|
||||
|
|
@ -31,9 +31,9 @@
|
|||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bestiejs/punycode.js.git"
|
||||
"url": "https://github.com/mathiasbynens/punycode.js.git"
|
||||
},
|
||||
"bugs": "https://github.com/bestiejs/punycode.js/issues",
|
||||
"bugs": "https://github.com/mathiasbynens/punycode.js/issues",
|
||||
"files": [
|
||||
"LICENSE-MIT.txt",
|
||||
"punycode.js",
|
||||
|
|
@ -41,12 +41,12 @@
|
|||
],
|
||||
"scripts": {
|
||||
"test": "mocha tests",
|
||||
"prepublish": "node scripts/prepublish.js"
|
||||
"build": "node scripts/prepublish.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"codecov": "^1.0.1",
|
||||
"istanbul": "^0.4.1",
|
||||
"mocha": "^2.5.3"
|
||||
"mocha": "^10.2.0"
|
||||
},
|
||||
"jspm": {
|
||||
"map": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue