mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|