flow like the river

This commit is contained in:
root 2025-11-07 00:06:12 +01:00
commit 013fe673f3
42435 changed files with 5764238 additions and 0 deletions

30
VISUALIZACION/node_modules/babylon-walk/package.json generated vendored Executable file
View file

@ -0,0 +1,30 @@
{
"name": "babylon-walk",
"version": "1.0.2",
"description": "Lightweight Babylon AST traversal",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"prepublish": "babel -d lib src"
},
"repository": {
"type": "git",
"url": "https://github.com/pugjs/babylon-walk.git"
},
"author": "Timothy Gu <timothygu99@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.11.6",
"babel-types": "^6.15.0",
"lodash.clone": "^4.5.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0"
}
}