Refresh master with initial release/0.24 snapshot (#332)

* Initial port of release/0.24 source code

* Fix additional headers

* Fix a typo in launch.json
This commit is contained in:
Karl Burtram
2017-12-15 15:38:57 -08:00
committed by GitHub
parent 271b3a0b82
commit 6ad0df0e3e
7118 changed files with 107999 additions and 56466 deletions

View File

@@ -10,14 +10,14 @@
{
"name": "balanced-match",
"repositoryURL": "https://github.com/juliangruber/balanced-match",
"version": "0.4.2",
"version": "1.0.0",
"license": "MIT",
"isProd": true
},
{
"name": "brace-expansion",
"repositoryURL": "https://github.com/juliangruber/brace-expansion",
"version": "1.1.6",
"version": "1.1.8",
"license": "MIT",
"isProd": true
},
@@ -31,14 +31,14 @@
{
"name": "debug",
"repositoryURL": "https://github.com/visionmedia/debug",
"version": "2.3.3",
"version": "2.6.8",
"license": "MIT",
"isProd": true
},
{
"name": "extend",
"repositoryURL": "https://github.com/justmoon/node-extend",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"isProd": true
},
@@ -52,7 +52,7 @@
{
"name": "glob",
"repositoryURL": "https://github.com/isaacs/node-glob",
"version": "7.1.1",
"version": "7.1.2",
"license": "ISC",
"isProd": true
},
@@ -87,14 +87,14 @@
{
"name": "minimatch",
"repositoryURL": "https://github.com/isaacs/minimatch",
"version": "3.0.3",
"version": "3.0.4",
"license": "ISC",
"isProd": true
},
{
"name": "ms",
"repositoryURL": "https://github.com/rauchg/ms.js",
"version": "0.7.2",
"version": "2.0.0",
"license": "MIT",
"isProd": true
},