mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 11:10:22 +08:00
Follow redirects
This commit is contained in:
22
node_modules/requireindex/package.json
generated
vendored
22
node_modules/requireindex/package.json
generated
vendored
@@ -2,33 +2,41 @@
|
||||
"name": "requireindex",
|
||||
"description": "Write minimal node index.js files that require and export siblings by file basename",
|
||||
"version": "1.1.0",
|
||||
"license": "MIT",
|
||||
"license" : "MIT",
|
||||
"main": "index.js",
|
||||
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/stephenhandley/requireindex.git"
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"test": "node test/test.js"
|
||||
},
|
||||
|
||||
"keywords": [
|
||||
"require",
|
||||
"index",
|
||||
"index.js"
|
||||
],
|
||||
"directories": {
|
||||
"lib": ".",
|
||||
"test": "test"
|
||||
|
||||
"directories" : {
|
||||
"lib" : ".",
|
||||
"test" : "test"
|
||||
},
|
||||
|
||||
"bugs": {
|
||||
"url": "http://github.com/stephenhandley/requireindex/issues"
|
||||
"url" : "http://github.com/stephenhandley/requireindex/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.5"
|
||||
|
||||
"engines" : {
|
||||
"node" : ">=0.10.5"
|
||||
},
|
||||
|
||||
"devDependencies": {
|
||||
"asserts": "4.0.x"
|
||||
},
|
||||
|
||||
"author": {
|
||||
"name": "Stephen Handley",
|
||||
"email": "stephen.handley@gmail.com",
|
||||
|
||||
Reference in New Issue
Block a user