You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
605 B
21 lines
605 B
{
|
|
"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"
|
|
},
|
|
"__npminstall_done": "Sun Apr 18 2021 11:11:04 GMT+0800 (中国标准时间)",
|
|
"_from": "traverse@0.3.9",
|
|
"_resolved": "https://registry.npm.taobao.org/traverse/download/traverse-0.3.9.tgz"
|
|
} |