Similiar to #3370. One of our licensing checking scripts throws warnings, as we expect npm dependencies to contain the repository field.
11 lines
368 B
JSON
11 lines
368 B
JSON
{
|
|
"name": "babel-regenerator-runtime",
|
|
"author": "Ben Newman <bn@cs.stanford.edu>",
|
|
"description": "",
|
|
"version": "6.5.0",
|
|
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-regenerator-runtime",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-regenerator-runtime",
|
|
"main": "runtime.js",
|
|
"license": "BSD"
|
|
}
|