Use recommended by npm property to specify repository URL https://docs.npmjs.com/files/package.json#repository Otherwise, it breaks some tools which relay on this convention for example "nlf" package https://github.com/iandotkelly/nlf/blob/master/lib/nlf.js#L284-L285
32 lines
760 B
JSON
32 lines
760 B
JSON
{
|
|
"name": "@babel/helper-create-regexp-features-plugin",
|
|
"version": "7.7.0",
|
|
"author": "The Babel Team (https://babeljs.io/team)",
|
|
"license": "MIT",
|
|
"description": "Compile ESNext Regular Expressions to ES5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel",
|
|
"directory": "packages/babel-helper-create-regexp-features-plugin"
|
|
},
|
|
"main": "lib/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"babel",
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-regex": "^7.4.4",
|
|
"regexpu-core": "^4.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.0",
|
|
"@babel/helper-plugin-test-runner": "^7.0.0"
|
|
}
|
|
}
|