mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 19:50:32 +08:00
Update checked-in dependencies
This commit is contained in:
32
node_modules/traverse/package.json
generated
vendored
32
node_modules/traverse/package.json
generated
vendored
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name" : "traverse",
|
||||
"version" : "0.3.9",
|
||||
"description" : "Traverse and transform objects by visiting every node on a recursive walk",
|
||||
"author" : "James Halliday",
|
||||
"license" : "MIT/X11",
|
||||
"main" : "./index",
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "http://github.com/substack/js-traverse.git"
|
||||
},
|
||||
"devDependencies" : {
|
||||
"expresso" : "0.7.x"
|
||||
},
|
||||
"scripts" : {
|
||||
"test" : "expresso"
|
||||
}
|
||||
"name": "traverse",
|
||||
"version": "0.3.9",
|
||||
"description": "Traverse and transform objects by visiting every node on a recursive walk",
|
||||
"author": "James Halliday",
|
||||
"license": "MIT/X11",
|
||||
"main": "./index",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/substack/js-traverse.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"expresso": "0.7.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "expresso"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user