flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
30
VISUALIZACION/node_modules/babylon-walk/package.json
generated
vendored
Executable file
30
VISUALIZACION/node_modules/babylon-walk/package.json
generated
vendored
Executable 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue